Skip to content

Commit

Permalink
feat: adding example to relayer guide (#1192)
Browse files Browse the repository at this point in the history
  • Loading branch information
canhtrinh authored Oct 9, 2024
1 parent 58fae57 commit 23c5a01
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,8 @@ The Includer guarantees that messages (in the form of "tasks") are delivered by
1. The Includer monitors the transaction and reprices it if necessary.
1. The relayer persists the task ID to recover from potential crashes.

Relay tasks contain transaction payloads that perform either Approval, Execution, or Refunds for incoming messages on the destination Amplifier chain.
Relay tasks contain transaction payloads that perform either Approval, Execution, or Refunds for incoming messages on the destination Amplifier chain.

## Examples

For an example of how to have your Relayer and its components interact with the Amplifier API, please see the following [guide](https://github.com/axelarnetwork/axelar-examples/blob/main/examples/amplifier/README.md).

0 comments on commit 23c5a01

Please sign in to comment.