An open API service indexing awesome lists of open source software.

https://github.com/satansdeer/gradient-token-tutorial

Example app for CryptoKitties clone tutorial
https://github.com/satansdeer/gradient-token-tutorial

Last synced: 27 days ago
JSON representation

Example app for CryptoKitties clone tutorial

Awesome Lists containing this project

README

        

# Gradient Token Tutorial

This repo is an example for series of article on [my blog](http://maksimivanov.com) 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:
* [Part 1 - Creatng the token](http://maksimivanov.com/posts/gradient-coin-tutorial)
* [Part 2 - Adding auction](#)
* [Part 3 - Adding basic frontend](#)

## How To Run

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

```sh
ganache=cli -p 7545
```

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