0.0.35 • Published 3 years ago

@przlbakery/przlbakery-sdk v0.0.35

Weekly downloads
157
License
MIT
Repository
github
Last release
3 years ago

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!

0.0.35

3 years ago

0.0.34

3 years ago

0.0.33

3 years ago

0.0.32

3 years ago

0.0.27

3 years ago

0.0.26

3 years ago

0.0.24

3 years ago

0.0.15

3 years ago

0.0.12

3 years ago

0.0.13

3 years ago

0.0.14

3 years ago

0.0.10

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago