Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.01 KB

README.md

File metadata and controls

23 lines (19 loc) · 1.01 KB

CryptoZombies

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.

Tools

  • 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

Install

npm install -g truffle
npm install
truffle compile
truffle migrate 
truffle test [TO DO: Add additional tests .sol/.js]
npm run dev 

Additional Resources