solidity-contracts
solidity-contracts copied to clipboard
📦 Resources for the Ethereum Smart Contract Development tutorial series.
1. (deprecated) the-complete-ethereum-smart-contract-development 2. (deprecated) the-good-ethereum-smart-contract-tutorial 3. (deprecated) better-ethereum-smart-contract-tutorial 4. (deprecated) the-complete-ethereum-blockchain-development 5. (deprecated) the-ethereum-blockchain-development-draft 6. (current) the-ethereum-blockchain-development-tutorials-draft ## I want a better title, _please_ _please_ comment below
Topics I planned to cover or I already cover: - [x] HelloWorld ([code](https://github.com/amazingandyyy/complete-ethereum-smart-contract-tutorials/tree/master/01-HelloWorld), [medium](https://medium.com/etherereum-salon/hello-ethereum-solan-contract-4643118a6119)) - [x] Testing ([code](https://github.com/amazingandyyy/the-complete-ethereum-smart-contract-development/tree/master/02-Testing), [medium](https://medium.com/etherereum-salon/eth-testing-472c2f73b4c3)) - [ ] Test Driven Development - [ ] Deploy to...