@abaxx/abaxx-id 中文文档教程
Abaxx ID++ Protocol
v. 1.2.5
1. Clone this repo
git clone https://github.com/abaxxtech/abaxx-api.git
2. Usage in your application
yarn add @abaxx/abaxx-id
3. Build and run local blockchain and IPFS server
yarn build
将生成此文件并将其保存到 dist/index.js
。
yarn
yarn build
yarn start
this will run a local test ethereum blockchain and ipfs
You can use https://explorer.abaxx.id to monitor transactions
4. Lib Tests
yarn test:js
5. Smart Contract Tests
yarn test:contracts
6. Deployment
yarn publish
Abaxx ID++ Protocol
v. 1.2.5
1. Clone this repo
git clone https://github.com/abaxxtech/abaxx-api.git
2. Usage in your application
yarn add @abaxx/abaxx-id
3. Build and run local blockchain and IPFS server
yarn build
will generate this file and save it to dist/index.js
.
yarn
yarn build
yarn start
this will run a local test ethereum blockchain and ipfs
You can use https://explorer.abaxx.id to monitor transactions
4. Lib Tests
yarn test:js
5. Smart Contract Tests
yarn test:contracts
6. Deployment
yarn publish