L3odr0id f84461a7d2 wip hai 1 mes
..
.yarn a9adb9eba7 yarn 1.x to 3.x migration %!s(int64=2) %!d(string=hai) anos
src f84461a7d2 wip hai 1 mes
test c697bc1f30 bridge api add statemint support hai 10 meses
.gitignore f46139f7ea wallet-connect v2 api update hai 1 ano
.yarnrc a9adb9eba7 yarn 1.x to 3.x migration %!s(int64=2) %!d(string=hai) anos
.yarnrc.yml a9adb9eba7 yarn 1.x to 3.x migration %!s(int64=2) %!d(string=hai) anos
LICENSE 0b7d01a251 remove submodule js_api %!s(int64=3) %!d(string=hai) anos
README.md b38fb83751 bump polkadot-js/api v7.9.1 %!s(int64=2) %!d(string=hai) anos
babel.config.js 0b80b0bd31 bump polkadot-js/api 10.10.1 hai 1 ano
package-lock.json f84461a7d2 wip hai 1 mes
package.json f84461a7d2 wip hai 1 mes
tsconfig.json febc36aad3 bump bridge sdk 0.0.8-2 hai 1 ano
webpack.config.js 4c486d047e bump polkadot-js/api v10.x hai 1 ano
yarn.lock f84461a7d2 wip hai 1 mes

README.md

js_api

Wrap @polkadot-js/api to provide APIs for polkawallet/sdk.

@polkadot-js/api: ^7.9.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)

polkadot-js/api hack

  1. remove connectWithRetry() in node_modules/@polkadot/rpc-provider/ws/index.js to avoid auto-connect.
  2. replace value of packageInfo.path in node_modules/@polkadot/api/packageInfo.js to avoid Invalid URL issue in webview.
  3. lock bn.js: 4.12.0 to avoid this issue.