Last updated 1 year ago
yarn add @xchainjs/xchain-kuji
You can visit the package repository to get the updated peer dependencies by looking at the "peerDependencies" object in the "package.json" file.
import { Client } from "@xchainjs/xchain-kuji"
The network default is Mainnet
kujiClientWithDefaultParams = new KujiraClient({ network: Network.Testnet, phrase: phraseOne, })