L3odr0id 45564145bc fix: set right method | hace 3 meses | |
---|---|---|
.. | ||
.devcontainer | hace 1 año | |
.yarn | hace 2 años | |
src | hace 3 meses | |
test | hace 2 años | |
.gitignore | hace 2 años | |
.yarnrc | hace 2 años | |
.yarnrc.yml | hace 2 años | |
LICENSE | hace 3 años | |
README.md | hace 2 años | |
babel.config.js | hace 2 años | |
package-lock.json | hace 1 año | |
package.json | hace 1 año | |
tsconfig.json | hace 2 años | |
webpack.config.js | hace 2 años | |
yarn.lock | hace 1 año |
Wrap @polkadot-js/api
to provide APIs for polkawallet/sdk.
@polkadot-js/api: ^7.9.1
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
hackconnectWithRetry()
in node_modules/@polkadot/rpc-provider/ws/index.js
to avoid auto-connect.packageInfo.path
in node_modules/@polkadot/api/packageInfo.js
to avoid Invalid URL
issue in webview.bn.js: 4.12.0
to avoid this issue.