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
- Host: GitHub
- URL: https://github.com/satansdeer/gradient-token-tutorial
- Owner: satansdeer
- Created: 2018-03-22T06:07:54.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-11-05T06:04:26.000Z (over 3 years ago)
- Last Synced: 2025-05-05T20:09:33.718Z (27 days ago)
- Language: JavaScript
- Homepage: http://maksimivanov.com/posts/gradient-coin-tutorial
- Size: 537 KB
- Stars: 11
- Watchers: 3
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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.