CrestFi
  • 🫐CrestFi
  • 🚀Getting Started
    • ☃️How to get started?
    • 🤑Benefits of Using CrestFi
    • 💵Deposit
    • ⏳Start Streaming
    • 💰Withdraw Funds
  • 🔒Safe
    • 🗝️Create Safe
    • 💵Deposit in Safe
    • 💸Sending a Transaction
    • ⚧Signing a Transaction
  • CrestFi Evm
    • 📦CrestFi Evm Sdk
      • CrestFi Stream Client
        • Creating Clients
        • Whitelisting Tokens
        • Deposit into Crest Wallet
        • Withdraw from Crest Wallet
        • Initiating a Stream
        • Pause/Resume/Cancel Stream
        • Updating a Stream
        • Withdraw Streamed Tokens
        • Getting Stream Details
      • CrestFi Bulk Client
        • Bulk Instant Transfer
      • CrestFi Multisig Stream
        • NFT
Powered by GitBook
On this page
Export as PDF
  1. CrestFi Evm

CrestFi 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.

  1. stream Client: This client is focused on financial streaming, which involves continuous and scheduled payments or allocations.

  2. bulk-transfer Client: This client deals with scheduled bulk transfers of assets or tokens.

  3. staking Client: This client is related to staking assets.

Usage: Developers can use this SDK to integrate and interact with various crestfi 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.

PreviousSigning a TransactionNextCrestFi Stream Client

Last updated 4 months ago

📦