@void-0x/void-sdk
TypeScript icon, indicating that this package has built-in type declarations

0.1.29 • Public • Published

Void SDK

Void SDK is a package that allows developers to easily connect with Perpetual Trading smart contracts.

Installation

npm install @void-0x/void-sdk

Usage

Vault

import { Faucet, Addresses, ChainId } from 'void-sdk'

const faucet = new Faucet(provider, Addresses[ChainId.Sepolia].Faucet.WBTC)

await faucet.mint(to, amount)

Contributing

If you would like to contribute to Void SDK, please submit a pull request. Before submitting a pull request, please ensure that your code passes the existing tests and linting checks, and add tests for any new functionality.

License

Void SDK is licensed under the MIT License.

Readme

Keywords

none

Package Sidebar

Install

npm i @void-0x/void-sdk

Weekly Downloads

1

Version

0.1.29

License

ISC

Unpacked Size

14.5 MB

Total Files

41

Last publish

Collaborators

  • void-0x