Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add XRPL node setup guide #1290

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

k4m4
Copy link

@k4m4 k4m4 commented Feb 8, 2025

Add instructions for setting up Ripple's XRPL rippled Testnet & Mainnet validator node.

These instructions are just about setting up the XRPL node. Regarding updating ampd to communicate with this node, I'd recommend adding something along these lines in the relevant location:

## Update `ampd` configuration

Assuming you [have set up your Axelar Amplifier `ampd` verifier node](https://docs.axelar.dev/validator/amplifier/verifier-onboarding/),
append the following handlers to the end of your configuration file (usually `~/.ampd/config.toml`):

[[handlers]]
multisig_contract="axelar19jxy26z0qnnspa45y5nru0l5rmy9d637z5km2ndjxthfxf 5qaswst9290r"
multisig_prover_contract="axelar1ys83sedjffmqh70aksejmx3fy3q2d7twm3msurk 7wn3l6nkwxp0sfelzhl"
type="XRPLMultisigSigner"

[[handlers]]
chain_name="xrpl"
chain_rpc_url="http://localhost:5005"
cosmwasm_contract="axelar1w0cwqtytmjuhak4v0rd4fy65pugqcxz4g48n6puw55zcy8 96e6ksn9gkj2"
type="XRPLMsgVerifier"

If you are running `rippled` in a different server, ensure that their communication is secured via HTTPS and/or VPN,
and replace the `XRPLMsgVerifier`'s `chain_rpc_url` with the URL to your `rippled` node.

Finally, restart `ampd` so these changes take effect.

Copy link

vercel bot commented Feb 8, 2025

@k4m4 is attempting to deploy a commit to the Axelar Network Team on Vercel.

A member of the Team first needs to authorize it.

@k4m4 k4m4 marked this pull request as ready for review February 8, 2025 13:54
Copy link

vercel bot commented Feb 8, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
axelar-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 19, 2025 2:09pm

@Olanetsoft Olanetsoft disabled auto-merge February 12, 2025 15:12
@Olanetsoft Olanetsoft assigned Olanetsoft and unassigned Olanetsoft Feb 12, 2025
@Olanetsoft
Copy link
Contributor

@k4m4, it seems your base branch is outdated, blocking this PR from being merged. Kindly take a look. Thank you.

@talalashraf
Copy link
Contributor

Missing navigation file change e.g this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants