Socket
Book a DemoInstallSign in
Socket

@dicksonp/mercurial-sdk

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@dicksonp/mercurial-sdk

Mercurial SDK is a typescript library that allows you to interact with Mercurial v2's dynamic vault and AMM.

unpublished
latest
Source
npmnpm
Version
0.0.2
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Mercurial Typescript SDK

Setup

  • install pnpm on your machine (https://pnpm.io/installation)
  • install the dependencies by running pnpm i
  • run pnpm test to 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,
})

FAQs

Package last updated on 03 Jun 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts