LogoLogo
  • Welcome
  • XRPL Basics
    • Getting Started
    • Payments
    • Reading and subscribing to Transactions
    • Writing and reading memos
    • Non Fungible Tokens
    • PathFinding
    • Escrow
    • Price Oracles
    • Tickets
    • Multi-Signature
  • Token Issuance and Liquidity
    • Creating Accounts
    • Issuing Tokens
    • Creating an AMM Pool
  • Cyphered Chat on XRPL
    • Set up
    • Set up Keys
    • Cypher the message
    • Set up the memo & send the tx
    • Get the message and decypher it
  • EVM Sidechain
    • Connecting Metamask
    • Bridging Assets
    • Remix
    • Banking App
    • Banking Contract Key Concepts
  • Tools
    • Xaman Setup
    • Metamask Setup
Powered by GitBook
On this page
  • EVM workshop Jan 2024
  • Documentation:
  • Connect Metamask
  • Bridge Funds
  • Mint Smart Contract
  • Using the contract
Export as PDF

EVM Sidechain

This workshop will walk you through deploying a smart contract and building a full app on the XRPL EVM sidechain

PreviousGet the message and decypher itNextConnecting Metamask

Last updated 8 months ago

EVM workshop Jan 2024

Documentation:

Resource
Link

Getting started with the EVM sidechain:

EVM Docs

Peersyst Docs

Faucet & Bridge

Explorer

Connect Metamask

EVM Network for Metamask

Field
Value

Network Name

XRPL EVM Sidechain

New RPC URL

https://rpc-evm-sidechain.xrpl.org

Chain ID

1440002

Currency Symbol

XRP

Block Explorer

https://evm-sidechain.xrpl.org

Bridge Funds

Mint Smart Contract

There are many ways, here are a few...

-> Using Forge

https://github.com/XRPL-Commons/CyprusJan2024EVM

-> Using Remix

https://gist.github.com/lucbocahut/4f9f6c38e7140e3ecd7399703bfb03d5 https://wizard.openzeppelin.com/#erc20 -> then link into remix and publish with Metamask (

-> Using Hardhat

https://github.com/XRPL-Commons/xrpl-commons-january-2024/tree/main/apps/lending-contract

Using the contract

-> Using React and hardhat

https://github.com/XRPL-Commons/xrpl-commons-january-2024/tree/main/apps/lending-frontend

-> Using Web3

https://github.com/XRPL-Commons/Jan2024_web3

This workshop is based on Floren Uzio's Coding on the XRPL Ledger series.

You will need to use the bridge tool to fund the EVM sidechain account

https://opensource.ripple.com/docs/evm-sidechain/connect-metamask-to-xrpl-evm-sidechain/
https://bridge.devnet.xrpl.org/
https://opensource.ripple.com/docs/evm-sidechain/get-started-evm-sidechain/
https://opensource.ripple.com/docs/evm-sidechain/intro-to-evm-sidechain/
https://docs.peersyst.com/evm-sidechain-bridge
https://bridge.devnet.xrpl.org/
https://evm-sidechain.xrpl.org/
XRPL EVM Sidechain