@yeying-community/yeying-next
v0.0.46
Published
a web3 application library for browser
Readme
yeying-next
A web3 application library for browser
How to generate grpc stub code?
If there is no yeying-idl library locally, please use the command git clone [email protected]:yeying-community/yeying-idl.git to download it first.
script/generate.sh -d <yeying-idl directory>
How to compile package?
npm run build
How to run unit test?
npm run test -- tests/**/*.ut.ts
How to run integration test?
npm run test -- tests/**/*.it.ts
How to format the code before pushing code?
npm run format
How to generate docs with typedoc?
npm run docs
