shawn 91f4b3a4d2 fix referendum type issue & bump polkadot-js/api 6.5.2 3 éve
..
dist 91f4b3a4d2 fix referendum type issue & bump polkadot-js/api 6.5.2 3 éve
src 91f4b3a4d2 fix referendum type issue & bump polkadot-js/api 6.5.2 3 éve
test 546cc21164 add keyring.checkMnemonicValid() in keyring.ts 3 éve
.babelrc ffdf9b59dd update to 0.2.8 3 éve
.gitignore 0b7d01a251 remove submodule js_api 4 éve
LICENSE 0b7d01a251 remove submodule js_api 4 éve
README.md 0b7d01a251 remove submodule js_api 4 éve
package.json 91f4b3a4d2 fix referendum type issue & bump polkadot-js/api 6.5.2 3 éve
tsconfig.json 0b7d01a251 remove submodule js_api 4 éve
webpack.config.js ffdf9b59dd update to 0.2.8 3 éve
yarn.lock 91f4b3a4d2 fix referendum type issue & bump polkadot-js/api 6.5.2 3 éve

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)