shawn 91f4b3a4d2 fix referendum type issue & bump polkadot-js/api 6.5.2 hace 3 años
..
dist 91f4b3a4d2 fix referendum type issue & bump polkadot-js/api 6.5.2 hace 3 años
src 91f4b3a4d2 fix referendum type issue & bump polkadot-js/api 6.5.2 hace 3 años
test 546cc21164 add keyring.checkMnemonicValid() in keyring.ts hace 3 años
.babelrc ffdf9b59dd update to 0.2.8 hace 3 años
.gitignore 0b7d01a251 remove submodule js_api hace 4 años
LICENSE 0b7d01a251 remove submodule js_api hace 4 años
README.md 0b7d01a251 remove submodule js_api hace 4 años
package.json 91f4b3a4d2 fix referendum type issue & bump polkadot-js/api 6.5.2 hace 3 años
tsconfig.json 0b7d01a251 remove submodule js_api hace 4 años
webpack.config.js ffdf9b59dd update to 0.2.8 hace 3 años
yarn.lock 91f4b3a4d2 fix referendum type issue & bump polkadot-js/api 6.5.2 hace 3 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)