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

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)