npm.io
3.1.15 • Published 8h ago

@sundaeswap/yield-farming

Licence
MIT
Version
3.1.15
Deps
4
Size
469 kB
Vulns
0
Weekly
0
Stars
19

title: "yield-farming" has_children: true parent: "Packages" nav_order: 2

Getting Started with Taste Tests

$ bun add @sundaeswap/yield-farming @blaze-cardano/sdk

Next, configure the instance in your app:

import { Blaze } from "@blaze-cardano/sdk";
import { YieldFarmingBuilder } from "@sundaeswap/yield-farming";

const blazeInstance = Blaze.from(
  // Blaze args.
);

const YF = new YieldFarmingBuilder(blazeInstance);
const txHash = await YF.lock({ ...args }).then(({ submit }) => submit());