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
2. Configure the used wallet
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
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)
5. Call client contract methods (step by step mode)
6. Monitoring operation status (step by step mode)
7. Other SDK methods
https://github.com/harmony-one/docs-home/blob/master/developers/learn/tutorials/bridge-sdk-other.md
Last updated