This repository contains the consolidated and finalized code of the cryptozombies.io project.
The original source code can be here:
- https://github.com/loomnetwork/cryptozombie-lessons
- https://github.com/loomnetwork/cryptozombies-lesson-code
- https://github.com/loomnetwork/zombie-char-component
- Clone the repository
- Run
npm install
Use the locally installed Truffle version via npx truffle [command]
Run the test suite via npm test
(or npx truffle test
).