https://github.com/e00dan/crypto-kitties-launcher
Calculate how much CO2 has CryptoKitty transfer consumed
https://github.com/e00dan/crypto-kitties-launcher
Last synced: about 2 months ago
JSON representation
Calculate how much CO2 has CryptoKitty transfer consumed
- Host: GitHub
- URL: https://github.com/e00dan/crypto-kitties-launcher
- Owner: e00dan
- License: mit
- Created: 2019-04-09T11:51:05.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-09T11:58:14.000Z (about 7 years ago)
- Last Synced: 2025-01-25T23:45:36.499Z (over 1 year ago)
- Language: TypeScript
- Size: 76.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://travis-ci.com/Kuzirashi/crypto-kitties-launcher)
# Kitties Launcher
This package contains a command-line program to check how much CO2 has CryptoKitty transfer consumed :)
## Install
Clone project and install dependencies.
```
npm install
```
## Use
```
npm run build
node built/index.js 0xaaa2ade286d4e2a8382c352858a96134d1b3bab1af0237697a95128692a71920
```
Where `0x...` can be any transaction hash that contains CryptoKitty transfer.
## Test
```
npm run test
```
## Lint
```
npm run lint
```