Skip to content

Commit

Permalink
feat: add more integration components (#980)
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenFluin authored Jul 9, 2024
1 parent 280d711 commit ec86cca
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/pages/dev/amplifier/chain-integration/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ To connect your chain to the Axelar network via the Interchain Amplifier, you'll
- **Message Relayer**
- A service built with any tech stack that listens for events on your chain and relays them to the Axelar network.
- Get started with our [Message Relayer Example](https://github.com/axelarnetwork/axelar-examples/tree/main/examples/amplifier)
- Setup your relayer to send data to the Axelarscan API (TBD) related to transactions with your network
- **Governance Contract**
- A source chain contract that can receive messages from the Axelar Network representing governance decisions, such as updating your gateway.
- **Gas Table Updater**
- A service that updates the gas table, so that gas price estimations involving your chain are accurate.



The [chain integration tutorial](/dev/amplifier/chain-integration/integrate-a-chain) will guide you through this process within the current Amplifier DevNet. Contract deployment on Testnet or Mainnet will require governance proposal.
Expand Down Expand Up @@ -60,4 +66,4 @@ Most integrators will follow the following process:
- [Make on-chain proposals](/learn/cosmwasm-governance) on Mainnet to create your CosmWasm smart contracts.
1. Proposal to store your CosmWasm code.
1. Proposal to instantiate your contracts.
- Make an on-chain proposal to add your chain to the Amplifier router.
- Make an on-chain proposal to add your chain to the Amplifier router.

0 comments on commit ec86cca

Please sign in to comment.