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.
Since this is a Truffle project, you will find all contracts in contracts
directory.
Requirements:
- NodeJS 9.0+ recommended.
- Windows, Linux or Mac OS X.
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
See CONTRIBUTING.md for how to help out.
See LICENSE for details.