How to Use

Installation

yarn add @xchainjs/xchain-kuji

Peer Dependencies

You can visit the xchain-kujira package repository to get the updated peer dependencies by looking at the "peerDependencies" object in the "package.json" file.

Example

import { Client } from "@xchainjs/xchain-kuji"

Initialize Kuji Client

The network default is Mainnet

kujiClientWithDefaultParams = new KujiraClient({
  network: Network.Testnet,
  phrase: phraseOne,
})

Last updated