beyondlogical / eth-demos

Ethereum smart contract demo material

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ethereum Smart Contract Demos

These contracts are for demonstration purposes only.

Contract Overview

  • simple_value.sol - MVP of immutable data storage via smart contract
  • simple_field.sol - a mutable data storage field
  • simple_record.sol - an improved single record contract
  • simple_db.sol - a contract that stores multiple records

Additional resources

About

Ethereum smart contract demo material