Zebec Stream Client

ZebecStreamClient is a client library that provides an interface to interact with the Zebec Stream smart contract. It allows you to perform various operations such as initiating streams, withdrawing tokens, updating streams, and more.

Installation

To use the ZebecStreamClient library, you need to have the zebec-bnb-sdk package installed in your project. You can install them using npm:

npm install @zebec-protocol/zebec-bnb-sdk

Environment Setup

To Setup the environment checkout the .env.example at https://github.com/Zebec-protocol/bnb-zebec-sdk.

Test Code

The test code can also serve as a reference for how to use the ZebecStreamClient class in practice.

Last updated