shawn c194cd6e82 eth account support WIP 2 years ago
..
dist a33e100897 js api update for evm WIP 2 years ago
src c194cd6e82 eth account support WIP 2 years ago
test 33270bbdf9 evm support WIP - add js api 2 years ago
.babelrc 33270bbdf9 evm support WIP - add js api 2 years ago
.gitignore 33270bbdf9 evm support WIP - add js api 2 years ago
README.md 33270bbdf9 evm support WIP - add js api 2 years ago
package.json a33e100897 js api update for evm WIP 2 years ago
tsconfig.json 33270bbdf9 evm support WIP - add js api 2 years ago
webpack.config.js 33270bbdf9 evm support WIP - add js api 2 years ago
yarn.lock a33e100897 js api update for evm WIP 2 years ago

README.md

js_api

Wrap @polkadot-js/api to provide APIs for polkawallet/sdk.

@polkadot-js/api: ^v1.29.1

build & test

To build:

yarn install
yarn run build

To test: open ./test/index.html in chrome. open chrome dev console and run runTests().then(console.log)