L3odr0id 7338432b20 Try another txUpdateEvent id 1 vuosi sitten
..
.devcontainer cb849db39e Local building stuff 1 vuosi sitten
.yarn a9adb9eba7 yarn 1.x to 3.x migration 2 vuotta sitten
src 7338432b20 Try another txUpdateEvent id 1 vuosi sitten
test b961738646 add EVM api tests 2 vuotta sitten
.gitignore a9adb9eba7 yarn 1.x to 3.x migration 2 vuotta sitten
.yarnrc a9adb9eba7 yarn 1.x to 3.x migration 2 vuotta sitten
.yarnrc.yml a9adb9eba7 yarn 1.x to 3.x migration 2 vuotta sitten
LICENSE 0b7d01a251 remove submodule js_api 3 vuotta sitten
README.md b38fb83751 bump polkadot-js/api v7.9.1 2 vuotta sitten
babel.config.js 2beab7fed5 js code fallback fix 2 vuotta sitten
package-lock.json 04c2dc5e26 Some experimental stuff 1 vuosi sitten
package.json 04c2dc5e26 Some experimental stuff 1 vuosi sitten
tsconfig.json 2beab7fed5 js code fallback fix 2 vuotta sitten
webpack.config.js 95339f1664 add signTypedData 2 vuotta sitten
yarn.lock 7338432b20 Try another txUpdateEvent id 1 vuosi sitten

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.