
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.