@void-0x/void-sdk
v0.1.29
Published
Void SDK is a package that allows developers to easily connect with Perpetual Trading smart contracts.
Downloads
73
Readme
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.