0.0.35 • Published 4 years ago

@przlbakery/przlbakery-sdk v0.0.35

Weekly downloads
157
License
MIT
Repository
github
Last release
4 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

4 years ago

0.0.34

4 years ago

0.0.33

4 years ago

0.0.32

4 years ago

0.0.27

4 years ago

0.0.26

4 years ago

0.0.24

4 years ago

0.0.15

4 years ago

0.0.12

4 years ago

0.0.13

4 years ago

0.0.14

4 years ago

0.0.10

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago