New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@white-matrix/grandlinedao-sdk

Package Overview
Dependencies
Maintainers
14
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@white-matrix/grandlinedao-sdk

water finance contract sdk

latest
npmnpm
Version
1.0.0
Version published
Maintainers
14
Created
Source

Waterfinance logo


intsall

yarn add @white-matrix/water-finance-sdk

usage

  • get WFPool:
    const network = 5;
    const contractFactory = new ContractFactory(network);
    const wfPool = contractFactory.getWFPool();
    const poolInfo = await wfPool.getPoolInfo();
    console.log(poolInfo);
  • get WFPool:
    const network = 5;
    const contractFactory = new ContractFactory(network);
    const poolToken = contractFactory.getPoolToken();
  

FAQs

Package last updated on 02 Jun 2023

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