@0xcert/ethereum-zxc 中文文档教程
0xcert 协议令牌实现以太坊区块链。
这是用于以太坊区块链的 ZXC
0xcert 协议令牌的官方实施。 这是一个使用 Truffle 框架构建的开源项目。
Structure
由于这是一个 Truffle 项目,您将在 contracts/tokens/
目录中找到所有令牌。
Requirements
- NodeJS 9.0+ recommended.
- Windows, Linux or Mac OS X.
Installation
NPM
这是 NPM 模块,用于 Truffle 框架。 为了将它用作 Javascript 项目中的依赖项,您必须通过 npm
命令安装它:
$ npm install @0xcert/ethereum-zxc
Source
克隆存储库并安装所需的 npm 依赖项:
$ git clone git@github.com:0xcert/ethereum-zxc.git
$ cd ethereum-zxc
$ npm install
确保一切都已正确设置:
$ npm run test
全部测试应该通过。
Contributing
请参阅 CONTRIBUTING.md 了解如何提供帮助。
Licence
有关详细信息,请参阅许可证。
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 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.
Contributing
See CONTRIBUTING.md for how to help out.
Licence
See LICENSE for details.