0xcert protocol token implementation for the Ethereum blockchain.
This is the official implementation of the ZXC
0xcert protocol token for the Ethereum blockchain. This is an open source project build with Truffle framework.
Since this is a Truffle project, you will find all tokens in contracts/tokens/
directory.
- 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 install it through the npm
command:
$ npm install @0xcert/ethereum-zxc
Clone the repository and install the required npm dependencies:
$ git clone git@github.com:0xcert/ethereum-zxc.git
$ cd ethereum-zxc
$ npm install
Make sure that everything has been set up correctly:
$ npm run test
All tests should pass.
See CONTRIBUTING.md for how to help out.
See LICENSE for details.