You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This section is designed to provide detailed explanations and insights into example orchestration smart contracts.
3
+
This section is designed to provide detailed explanations and insights into example Orchestration smart contracts.
4
4
5
-
In this section, we will cover three primary contracts:
5
+
In this section, we will cover two primary contracts:
6
6
7
7
1.**Assets Transfer Contract**: A guide to `send-anywhere` contract that demonstrates a simple yet robust and secure way for cross-chain assets transfer.
8
-
2.**Swap Contract**: A comprehensive guide to the process of swapping assets between different chains using the Agoric orchestration library.
9
-
3.**Unbond Contract**: A detailed walkthrough of the unbonding and liquid staking process, highlighting the steps involved in managing cross-chain operations.
8
+
2.**Unbond Contract**: A detailed walkthrough of the unbonding and liquid staking process, highlighting the steps involved in managing cross-chain operations.
10
9
11
10
Each walkthrough will include detailed explanations of the contract code, providing insights into the mechanics and best practices of smart contract development on the Agoric platform. By the end of these walkthroughs, you should have a solid understanding of how to utilize Agoric’s tools and libraries to create robust and efficient cross-chain smart contracts.
12
11
@@ -17,20 +16,9 @@ The "Send Anywhere" contract is a robust and secure solution for transferring as
17
16
- Assets are securely held in a local account before being transferred.
18
17
- Detailed logs are kept for transparency and error tracing.
19
18
- The contract is resilient to failure, with built-in rollback mechanisms.
20
-
- By using Agoric’s orchestration tools, this contract provides a secure way to facilitate cross-chain asset transfers.
19
+
- By using Agoric’s Orchestration tools, this contract provides a secure way to facilitate cross-chain asset transfers.
0 commit comments