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

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)