1.0.163 • Published 3 years ago

hashswap-zilliqa-js-sdk v1.0.163

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

Hashswap Zilliqa Javascript SDK

Setup

Install from npm:

npm install hashswap-zilliqa-js-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 { Hex } from 'hashswap-zilliqa-js-sdk'

  (async () => {
    const hex = new Hex(Network.TestNet)
    await hex.initialize()
    await hex.addLiquidity('KIMT', '42', '42')
    await hex.teardown()
  })()

Methods

All public methods for Hashswap decentralized exchange are found in Hex SDK object

All public methods for Hashswap token launch platform can be found on the Launcher SDK object

All public methods for Hashswap influencer registration platform can be found on the Register SDK object

This repository is under active development.

1.0.161

3 years ago

1.0.160

3 years ago

1.0.163

3 years ago

1.0.162

3 years ago

1.0.154

3 years ago

1.0.153

3 years ago

1.0.156

3 years ago

1.0.155

3 years ago

1.0.152

3 years ago

1.0.158

3 years ago

1.0.157

3 years ago

1.0.159

3 years ago

1.0.143

3 years ago

1.0.142

3 years ago

1.0.145

3 years ago

1.0.144

3 years ago

1.0.147

3 years ago

1.0.146

3 years ago

1.0.149

3 years ago

1.0.148

3 years ago

1.0.150

3 years ago

1.0.151

3 years ago

1.0.134

3 years ago

1.0.141

3 years ago

1.0.140

3 years ago

1.0.139

3 years ago

1.0.136

3 years ago

1.0.135

3 years ago

1.0.138

3 years ago

1.0.137

3 years ago

1.0.132

3 years ago

1.0.131

3 years ago

1.0.130

3 years ago

1.0.129

3 years ago

1.0.126

3 years ago

1.0.125

3 years ago

1.0.123

3 years ago

1.0.122

3 years ago

1.0.121

3 years ago

1.0.120

3 years ago