Solidity
Ethereumのプログラミング言語
EVM
上で実行される
OOP
Ethereum製
github
例
code:solidy
contract HelloWorld {
function helloWorld() external pure returns (string memory) {
return "Hello, World!";
}
}
classを書くノリで
Ethereumのsmart contract
を書くらしい
https://docs.soliditylang.org/en/v0.5.10/index.html
https://solidity-jp.readthedocs.io/ja/latest/
https://book.ethereum-jp.net/solidity
『マスタリング・イーサリアム』
7章