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

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

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.com/Kuzirashi/crypto-kitties-launcher.svg?branch=master)](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
```