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
- Host: GitHub
- URL: https://github.com/gregdhill/cryptomarmots
- Owner: gregdhill
- Created: 2020-03-04T17:24:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-04T17:25:04.000Z (over 6 years ago)
- Last Synced: 2025-03-01T09:45:38.975Z (over 1 year ago)
- Language: TypeScript
- Size: 91.8 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)