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