0.1.6 • Published 3 years ago

@sealsc/web3-wrapper v0.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

web3-wrapper

Overview

provide unified interface conformed by our protocol to support EVM compatible chain interaction.

Install

yarn add @sealsc/web3-wrapper

or

npm install @sealsc/web3-wrapper

Testing

We are using karma & mocha testing @sealsc/web3-wrapper SDK .

dependencies

node.js v12+
karma v4.1.0
mocha v6.1.4

testing

Clone the project and checkout the web3-wrapper branch

git clone https://github.com/SealSC/multi-chain-js.git

cd multi-chain-js

git checkout web3-wrapper

cd ./web3-wrapper

yarn run test

Using yarn run test we provided to run all test

yarn run test

Open http://localhost:9876/ in a browser with a wallet environment to execute the test process.

Note: yarn run test will try to open the test report with your chrome browser.

Document

web3-wrapper