CryptoZombies smart-contract tutorial made compatible with Truffle.
CryptoZombies is an interactive code school that teaches you to write smart contracts in Solidity through building your own crypto-collectables game.
- Visual Studio Code - the G.O.A.T source code editor
- Solidity - Solidity support for Visual Studio code
- Truffle - the most popular development framework for Ethereum
npm install -g truffle
npm install
truffle compile
truffle migrate
truffle test [TO DO: Add additional tests .sol/.js]
npm run dev
- CryptoZombies to get started with Solidity development.
- Official Truffle Documentation for compelte and detailed guides, tips, and sample code.