shawn c194cd6e82 eth account support WIP | 2 years ago | |
---|---|---|
.. | ||
dist | 2 years ago | |
src | 2 years ago | |
test | 2 years ago | |
.babelrc | 2 years ago | |
.gitignore | 2 years ago | |
README.md | 2 years ago | |
package.json | 2 years ago | |
tsconfig.json | 2 years ago | |
webpack.config.js | 2 years ago | |
yarn.lock | 2 years ago |
Wrap @polkadot-js/api
to provide APIs for polkawallet/sdk.
@polkadot-js/api: ^v1.29.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)