项目作者: cryptocurrencytrader

项目描述 :
🔷 Utilities for Ethereum operations
高级语言: TypeScript
项目地址: git://github.com/cryptocurrencytrader/ethereum-utils.git
创建时间: 2018-04-30T15:51:58Z
项目社区:https://github.com/cryptocurrencytrader/ethereum-utils

开源协议:GNU Lesser General Public License v3.0

下载


ethereum-utils

Utilities to handle Ethereum operations.

Getting Started

We use TypeScript in our project, that also means that we bundle the type definitions with the package distribution.

Prerequisites

  • Node.js LTS, although previous versions can still work;
  • We recommend using Yarn as package manager, but you can opt for NPM too.

Installing

Just run the following snippet and you’re ready to go:

  1. yarn add @bitcointrade/ethereum-utils

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

License

This project is licensed under the GNU Lesser General Public License - see the LICENSE.md file for details