In this repo, there are several resources that will help you learn smart contracts.
In the example folder is the notarize project which will help get you started on coding a smart contract.
-
Complete the Notarize Project in
/examples/ -
Add to the notarize example:
- Add timestamps to notarized documents using
now
- Add timestamps to notarized documents using
-
Complete the Ethereum Pet Shop tutorial.
-
State of the DApps A list of DApps that currently exist on the Ethereum network.
-
Etherscan A block explorer for the Ethereum network
-
Bockchain.info A block explorer for the Bitcoin network
-
Open Zeppelin Model smart contracts
-
Truffle A local Ethereum test environment
-
Remix IDE A browser based Solidity IDE
-
CryptoSocCoin An ERC20 token created for test purposes by the CryptoSoc team