@0xcert/ethereum-zxc
v1.3.0
Published
0xcert protocol token implementation for the Ethereum blockchain.
Downloads
24
Readme
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.
Structure
Since this is a Truffle project, you will find all tokens in contracts/tokens/
directory.
Requirements
- NodeJS 9.0+ recommended.
- Windows, Linux or Mac OS X.
Installation
NPM
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
Source
Clone the repository and install the required npm dependencies:
$ git clone [email protected]: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.
Contributing
See CONTRIBUTING.md for how to help out.
Licence
See LICENSE for details.