xpepermint / ethereum-utils

Common utilities for the Ethereum blockchain.

Home Page:https://0xcert.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status NPM Version Dependencies Status

Common utilities for the Ethereum blockchain.

This is an open source project build with Truffle framework. It provides common helper contracts that we can use as Truffle modules in other Truffle projects.

Structure

Since this is a Truffle project, you will find all contracts in contracts directory.

Installation

Requirements:

  • NodeJS 9.0+ recommended.
  • Windows, Linux or Mac OS X.

NPM

This is an NPM module for Truffle framework. In order to use it as a dependency in your Javascript project, you must first install it through the npm command:

$ npm install @0xcert/ethereum-utils

Contributing

See CONTRIBUTING.md for how to help out.

Licence

See LICENSE for details.

About

Common utilities for the Ethereum blockchain.

https://0xcert.org

License:MIT License


Languages

Language:JavaScript 100.0%