pawket-js-sdk
TypeScript icon, indicating that this package has built-in type declarations

1.1.2 • Public • Published

JS SDK

IIEF

Use

<script src="//cdn.jsdelivr.net/npm/pawket-js-sdk/dist/pawket.iife.js"></script>

to inject the IIFE code.

Use

const client = new chia.Pawket(baseUrl);

to initialize the client.

Module

Install:

$ yarn add pawket-js-sdk

or

$ npm install pawket-js-sdk

CommonJS:

const Pawket = require('pawket-js-sdk');
const client = new Pawket(baseUrl);

ES module:

import Pawket from 'pawket-js-sdk';
const client = new Pawket(baseUrl);

License

MIT

Package Sidebar

Install

npm i pawket-js-sdk

Weekly Downloads

3

Version

1.1.2

License

MIT

Unpacked Size

11.6 kB

Total Files

8

Last publish

Collaborators

  • wizicer