bluna-bot-pkg
v0.2.0
Published
Helper library to automate swapping between LUNA and bLUNA.
Downloads
7
Readme
bluna-bot-pkg
Helper library to automate swapping between LUNA and bLUNA.
Installation
yarn add bluna-bot-pkg
Usage
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.