0.0.1 • Published 6 years ago

tethanic v0.0.1

Weekly downloads
2
License
GPL-3.0
Repository
github
Last release
6 years ago

Typescript Ethereum

WIP Typescript Implementation of the Ethereum Protocol.

Getting started

git clone git@github.com:sihoang/typescript-ethereum.git
cd typescript-ethereum
yarn

Compile typescript

yarn tsc

It will compile .ts files in the ./src folder to .js files in ./build.

Watch mode

yarn tsc:w

Installation

TODO

npm install -g tethanic

Usage

TODO

tethanic [-options]

License

GPL-3.0