Bridge Sdk
Development kit for x-chain Zebec Bridge Contracts
Last updated
Development kit for x-chain Zebec Bridge Contracts
Last updated
This is the sdk for zebec bridge contracts which lets use bridge your transactions from multiple chains to solana via wormhole to utilize the features of zebec streaming and multisig streaming protocol in solana.
This sdk is built on top of wormhole-sdk package and requires you to install it to utilize this sdk. Since zebec protocol utilizes the solana's fast transaction processing ability for its streaming services, despite of the transaction payload being originated from various foreign chains that zebec supports or will be supporting in future, the target of the payload for execution will always be in solana.
Folders/Files | Description |
---|---|
This sdk provides you apis to interact with Zebec's stream services such as:
Vault interaction: Deposit and Withdraw
Streaming actions: Initialize, update, pause, resume, cancel, withdrawStreamed
as well as some other apis such as:
RegisterUser
CreateTokenAccounts
GetTargetAsset
TransferEvm
GetIsRelayCompleted
evm
Contains evm contract and client factory classes needed to interact with Zebec Evm bridge contract
solana
Contains solana contract factory and client classes to interact with Zebec Solana bridge contract
portalTransfer
Contains all the functions for operation of token transfer from EVM chains to Solana and vice versa
utils
Contains all the necessary constants, and other utility functions.
parser
Contains necessary methods and types for parsing wormhole vaa payloads.