Skip to content
This repository was archived by the owner on Dec 13, 2024. It is now read-only.

cryptocurrencytrader/ethereum-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

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