Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/maxgfr/hack721

Hack721 is a token ERC721
https://github.com/maxgfr/hack721

crypto cryptokitties erc erc721 eth ethereum ethereum-contract nft openzeppelin token token-erc721

Last synced: 7 days ago
JSON representation

Hack721 is a token ERC721

Awesome Lists containing this project

README

        

# hack721

Hack721 is an ERC721 token

-----------------------

### Install truffle

```
$ npm install -g truffle
```

### Compile

```
$ truffle compile
```

### Run test

```
$ truffle test
```

### Migrate to ropsten network

```
$ mv .env.example .env
$ truffle migrate --network ropsten --reset
```

### Use CareGame contract

```
$ cd script
$ truffle exec caregame_contract.js --network ropsten
$ truffle exec create_achievement.js --network ropsten
$ truffle exec transfer_achievement.js --network ropsten
$ truffle exec check_achievement.js --network ropsten
```