0.2.0 • Published 4 years ago
bluna-bot-pkg v0.2.0
bluna-bot-pkg
Helper library to automate swapping between LUNA and bLUNA.
Installation
yarn add bluna-bot-pkgUsage
import { run, stop } from "bluna-bot-pkg";
run({
walletAddress: "terraAddressHere", // REQUIRED!
walletMnemonic: "terra wallet mnemonic here", // REQUIRED!
});Refer to config.ts for the full list of configurations that the run function can accept.