1.1.2 • Published 2 years ago
pawket-js-sdk v1.1.2
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-sdkor
$ npm install pawket-js-sdkCommonJS:
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