LoginSignup
4
1

More than 5 years have passed since last update.

初めてのsolidityを触る人へのサンプルコード

Last updated at Posted at 2018-10-14

※注意※
これは特定の人に対して学習教材として使うサンプルであるため、みなさまに読んでいただく内容に整理されていません。

solidity初学者の方のために、ethfiddleを活用して、solidityのコードの共有を行います。
ethfiddleとは loom network社が提供しているsolidityのコード共有ツールです。

68747470733a2f2f71696974612d696d6167652d73746f72652e73332e616d617a6f6e6177732e636f6d2f302f3234303033342f63343239306238392d616265302d373931612d663533652d6536643438383738303731302e706e67.png

EthFiddleでsolidityコードを共有しよう

※ Remixも使うかも
https://remix.ethereum.org

もしゲーム的にブロックチェーンを勉強したい場合はこちらをおすすめ。
https://cryptozombies.io

サンプルコード

solidityの型

コントラクトの継承と制限

public, private, internal, external

require, assert, revert

modifier

memory, storage

文字列比較

複数return

payable

4
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
4
1