gradient-token-tutorial

Example app for CryptoKitties clone tutorial

Stars
11

Gradient Token Tutorial

This repo is an example for series of article on my blog about non-fungible token, where we were doing CryptoKitties clone.

The exapmle is greatly simplified and we don't have genetic algorythms or any algorythms for breeding.

Contents:

How To Run

Make sure you have local node running, I recomeend using ganache-cli, run:

ganache=cli -p 7545

Run yarn install and then truffle test to run the tests.