@przlbakery/przlbakery-sdk
TypeScript icon, indicating that this package has built-in type declarations

0.0.35 • Public • Published

PRZLBakery 🥨 Typescript SDK 🥨

Setup

Install 🥨 -SDK from npm:

npm install @przlbakery/przlbakery-sdk

SDK Usage

Initialize the sdk based on the required network, then call the required methods which will automatically map and call the corresponding smart contract correct transitions.

  import { PRZLBakery } from 'przlbakery-sdk'

  (async () => {
    const przlbakery = new PRZLBakery(Network.TestNet)
    await przlbakery.initialize()
    await przlbakery.teardown()
  })()

Contributing to 🥨

Please review the contribution guidelines before contributing or opening pull requests.

Credits

Huge appreciations going to the Switcheo Zilswap team that provided the baseline for this SDK. Visit https://github.com/Switcheo/zilswap-sdk!

Readme

Keywords

none

Package Sidebar

Install

npm i @przlbakery/przlbakery-sdk

Weekly Downloads

0

Version

0.0.35

License

MIT

Unpacked Size

95.8 kB

Total Files

19

Last publish

Collaborators

  • yusa93
  • msarcher