0.0.1 • Published 1 year ago

@yeying-community/yeying-web3 v0.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

build build build build

This is a secondary encapsulation web3 javascript library to interactive with yeying network, It supplies some fuctions: 1. Create and update distributed digital identity on yeying network 2. Deploy and submit smart contract to yeying network

How to compile contract? 1. Install solc with npm install solc --save-dev

Run integration test? 1. Run command=npm test -- -u --testMatch="/test/.it.ts"