SkillAgentSearch skills...

CryptoZombies

Loom Network tutorial code in Truffle (https://cryptozombies.io)

Install / Use

/learn @nigeon/CryptoZombies
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

CryptoZombies

This are the contracts updated to last lesson of the CryptoZombies course. Built in Truffle.

CryptoZombies is a free interactive code school that teaches you to write smart contracts in Solidity through building your own crypto-collectables game.

Install

npm install -g truffle
npm install
truffle compile
truffle migrate
npm run dev

Notes:

If getting an error when executing "migrate" because it was already migrated:

Error: Attempting to run transaction which calls a contract function, but recipient address 0xb389ce45f69e5dcb49375043c02d861b0d4d396b is not a contract address

Execute the migration with "--reset" option:

truffle migrate --reset

Contribute

The idea is keeping this code as close as the course, but with the help of Truffle. It's not covered in the course (yet), but testing suite would be nice to have.

Have fun and PR please!

More info

View on GitHub
GitHub Stars33
CategoryDevelopment
Updated1mo ago
Forks25

Languages

JavaScript

Security Score

75/100

Audited on Feb 23, 2026

No findings