0.2.0 • Published 3 years ago

bluna-bot-pkg v0.2.0

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

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.

0.2.0

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago