0.0.2 • Published 3 years ago
@dicksonp/mercurial-sdk v0.0.2
Mercurial Typescript SDK
Setup
- install
pnpmon your machine (https://pnpm.io/installation) - install the dependencies by running
pnpm i - run
pnpm testto run the test
Usage:
import { vault, constants } from 'mercurial-sdk';
const { SOL_MINT, USDC_MINT, USDT_MINT, VAULT_BASE_KEY } = constants
console.log({
vault, SOL_MINT,
USDC_MINT,
USDT_MINT,
VAULT_BASE_KEY,
})