Skip to content

Cryptozombies.io smart-contract tutorial made compatible with Truffle.

Notifications You must be signed in to change notification settings

jeloooooo/solidity-cryptozombies

Repository files navigation

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

About

Cryptozombies.io smart-contract tutorial made compatible with Truffle.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published