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

https://github.com/gregdhill/cryptomarmots

CryptoKitties on Hyperledger Burrow
https://github.com/gregdhill/cryptomarmots

Last synced: about 2 months ago
JSON representation

CryptoKitties on Hyperledger Burrow

Awesome Lists containing this project

README

          

# CryptoMarmots

## Instructions

### Install

```shell
npm install
npm install -g ts-node
```

```shell
burrow start
```

### Compile

```shell
npm run build
```

### Test

```shell
npm test
```

## Resources

- [How to Code Your Own CryptoKitties-Style Game on Ethereum](https://medium.com/loom-network/how-to-code-your-own-cryptokitties-style-game-on-ethereum-7c8ac86a4eb3)