@yeying-community/yeying-web3
v0.0.37
Published
A web3 crypto library
Readme
This is a secondary encapsulation web3 javascript library to interactive with yeying network, It supplies some fuctions:
- Create and update distributed digital identity on yeying network
- Deploy and submit smart contract to yeying network
How to compile contract?
- Install solc with
npm install solc --save-dev
Run unit test?
- Run command
npm run test -- tests/**/*.ut.ts
