0.1.1 • Published 1 year ago
@hubbleprotocol/distributor-sdk v0.1.1
Distributor SDK
Distributor SDK is a TypeScript client SDK used to interact with the distributor contract
How to install the SDK
yarn add @hubbleprotocol/distributor-sdk
yarn update @hubbleprotocol/distributor-sdk
How to use the SDK
// Initialize the client and then you can use it to fetch data by calling it
const distributorClient = new Distributor(env.provider.connection);