A React.js widget and SDK that facilitates seamless token transfers across different blockchain networks through various bridge protocols.
Key features include:
- Multi-Bridge Protocol Support: Choose between cBridge, deBridge, Stargate, and LayerZero to facilitate token transfers.
- Cross-Chain Transfers: Transfer tokens securely across supported blockchain networks.
- Fee Information Retrieval: Obtain real-time fee details for cross-chain transactions, helping users make informed decisions.
Project | Doc Link |
---|---|
canonical bridge sdk | Link |
canonical bridge widget | Link |
- Deploy canonical-bridge-server as data service.
- Introduce widget to your project, please refer to our example.
A complete development workflow is as follows:
- Create a new branch out of
main
branch - Make some changes, fix bugs or add new features
- Run
rush changeset
to create a new changeset - Commit the code, code review is required, after code review, we can merge the code to
main
branch - Then github action will automatically execute and create a new release PR, merge this PR, a new version will be released
The contents of this repo are made available under the MIT License.