# js_api **Repository Path**: Polkawallet/js_api ## Basic Information - **Project Name**: js_api - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-11 - **Last Updated**: 2021-07-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # js_api Wrap `@polkadot-js/api` to provide APIs for polkawallet/sdk. @polkadot-js/api: ^v1.29.1 ## build & test To build: ```bash yarn install yarn run build ``` To test: open `./test/index.html` in chrome. open chrome dev console and run `runTests().then(console.log)`