2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Solidityについて調べてみた

Posted at

Solidityについて調べてみた

この記事はSolidityに初めて触れる初学者による感想文です。どうぞお手柔らかにお願いいたします。

お久しぶりです〜
さて
チャレキャラ: https://challecara.org/ にブロックチェーンを用いたwebアプリで参戦すると宣言し以上、本腰を入れて開発に取り掛からなければならない。
とりあえず、安直にスマートコントラクトあたりの知見を得て後輩に共有せねば。
Solidity....
Solidityってなんやねん!  ....ということで今回はSolidityについて調べ、以後独学した内容を書いていこうと思う。

前提としてSolidityはEthereum上で動かせる手続型プログラム言語であり、スマートコントラクトを記述する。  
学習を進めるにあたってこのようなサイト:https://cryptozombies.io/jp/ を見つけた。
1.気にせず始めるを押下
スクリーンショット 2022-08-06 22.22.29.png
※めっちゃ怪しそうでわろた
2.ゾンビファクトリーを作成する
image.png

3.内容に沿って学習を始める
スクリーンショット 2022-08-06 22.24.53.png
プロゲートに近い雰囲気でとっつきやすい
Solidity自体はJSに近い雰囲気かな?

まとめと今後

SolidityのコードはEthereum上で動かせる手続言語である。
Loomはとっつきやすい。
久しぶりにQiitaを書いた() これから数回はSolidityについてまとめてみようと思う1
それでは!

参考

わかりやすかった:https://ippeiblogs.com/solidity-tutorial/
紹介したゲーム:https://cryptozombies.io/jp/course
ドキュメント:https://solidity-jp.readthedocs.io/ja/latest/

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?