Zebec Evm Sdk
This SDK is organized into three main modules: bulk-transfer
, staking
, stream
Each clients serves a specific purpose and provides functionalities related to its respective domain.
stream
Client: This client is focused on financial streaming, which involves continuous and scheduled payments or allocations.bulk-transfer
Client: This client deals with scheduled bulk transfers of assets or tokens.staking
Client: This client is related to staking assets.
Usage: Developers can use this SDK to integrate and interact with various zebec functionalities in their applications. Depending on their needs, they can import and utilize specific modules from the SDK, such as bulk transfers, staking, streaming, or multisignature operations. The SDK provides pre-defined class, types and interfaces to facilitate seamless integration and interaction with these functionalities.
Last updated