@onekeyhq/blockchain-link
TypeScript icon, indicating that this package has built-in type declarations

1.0.19 • Public • Published

@onekeyhq/blockchain-link

API for communication with blockchain backends. Every type of a backed is isolated inside own worker file. Currently supported:

Development:

Compile and run with simple ui for the API methods.

yarn
yarn dev

Build

yarn lint
yarn test
yarn build

Integration

yarn add @onekeyhq/blockchain-link
import BlockchainLink from '@onekeyhq/blockchain-link';

const link = new BlockchainLink({
    name: string;
    worker: string;
    server: string[];
    debug: boolean;
});

try {
    const resp = link.getInfo();
} catch(error) {

}

Workers compilation

Workers are already builded and minified inside @onekeyhq/blockchain-link/build/ directory.

Then set your project to compile and provide those workers into blockchain-link instance. An webpack configuration example using worker-loader could be found in here

Package Sidebar

Install

npm i @onekeyhq/blockchain-link

Weekly Downloads

13

Version

1.0.19

License

SEE LICENSE IN LICENSE.md

Unpacked Size

4.88 MB

Total Files

60

Last publish

Collaborators

  • loatheb