Harmony
Support Forum
Github
Telegram
Discord
Search…
Welcome
🎶
General
Introduction
Technology
Bridges
DApps
Wallets
Ecosystem
DAOs
Community
🏗️ Developers
Getting Started
Network & Faucets
Deploying on Harmony
Harmony Stack and Projects
List of Deployed Contracts
List of RPC Providers
SDK
API
Wallets
Tools
DApp Examples
Hackathon & Bounties
Tutorials
Deploying HRC20
Deploying HRC721/NFT
The Graph - Subgraphs
Using Chainlink Oracle
Using Band Oracle
Using Horizon Bridge SDK
Using Crosschain API
Using Web3.py & Pyhmy
Using IPFS & Filecoin
Using Explorer EndPoints
Publishing & Verifying Your Smart Contract
Building a Simple Metaverse Contract
Building a Simple Bridge with Ethereum
Staking for Multisig
🌏
Network
Governance
Validators
Delegators
Powered By
GitBook
Using Horizon Bridge SDK
You can work with the bridge in automatic mode or call each action yourself (step-by-step mode)
SDK setup
1,2 items - Common for both modes
1. Install and configure Bridge SDK
https://github.com/harmony-one/docs-home/blob/master/developers/learn/tutorials/bridge-sdk-install.md
2. Configure the used wallet
https://github.com/harmony-one/docs-home/blob/master/developers/learn/tutorials/bridge-sdk-set-wallet.md
Send in Automatic mode
Recommended for most cases (you don't need to dive into bridge design to use it)
3. Send Tokens in auto mode
https://github.com/harmony-one/docs-home/blob/master/developers/learn/tutorials/bridge-sdk-auto-operation.md
Send in Step by step mode (since sdk v2.0.0)
4-6. Step by step mode - recommended for developers who know bridge desin and want more control when interacting with the bridge
4. Send Tokens in step by step mode (version 2)
https://github.com/harmony-one/docs-home/blob/master/developers/learn/tutorials/bridge-sdk-step-by-step-operation.md
5. Call client contract methods (step by step mode)
https://github.com/harmony-one/docs-home/blob/master/developers/learn/tutorials/bridge-sdk-call-contract-methods.md
6. Monitoring operation status (step by step mode)
https://github.com/harmony-one/docs-home/blob/master/developers/learn/tutorials/bridge-sdk-monitoring-operation.md
7. Other SDK methods
https://github.com/harmony-one/docs-home/blob/master/developers/learn/tutorials/bridge-sdk-other.md
Previous
Using Band Oracle
Next
Using Crosschain API
Last modified
11mo ago
Export as PDF
Copy link
Contents
SDK setup
1. Install and configure Bridge SDK
2. Configure the used wallet
Send in Automatic mode
3. Send Tokens in auto mode
Send in Step by step mode (since sdk v2.0.0)
4. Send Tokens in step by step mode (version 2)
5. Call client contract methods (step by step mode)
6. Monitoring operation status (step by step mode)
7. Other SDK methods