Akropolis
  • 🕶️Introduction
  • 🧠Using Akropolis
  • 💸Products
    • 🌀Vortex
      • 💫Overview
      • 💻How it works
      • 🛣️Roadmap
      • ✍️Competitor Comparison
    • 🎆Yearn Integration
    • 💜AKRO staking
  • 🏛️Governance
    • 🟣AKRO token
    • 📋Governance process
  • 🏗️Developer documentation
    • 💫Vortex
      • 👓High-Level View
      • 🍭Contract Design
      • 🌾Key Function - harvest
      • 🧑‍💻🧑💻 Integration guide
      • ❗Risk Management
        • Position Buffer
        • remargin()
        • unwind()
        • emergencyExit()
        • Funding Rate Monitoring
    • 🚦Deployed Contracts
      • Vortex
        • Testnet contracts
    • 🐧Open Source Development
      • Amun Ra
      • Pensify
      • C2FC
      • AkropolisOS
      • Sparta
      • Delphi
      • Polkahub
      • Ethereum <-> Substrate bridge
      • Web3 Wallet Kit
      • Substrate Staking portal
  • 🔐Security
    • 🔮Audits
    • 🐞Bug Bounty
  • 📚Additional Resources
    • 📑FAQ
    • 💥Community Channels
    • 📓Basis Trading and Perpetual Contracts
Powered by GitBook
On this page
  • Github repo:
  • You can try it out in our chain:
  1. Developer documentation
  2. Open Source Development

Ethereum <-> Substrate bridge

Ethereum <-> Parity Substrate Blockchain bridge for self transfers of ERC20 representation.

PreviousPolkahubNextWeb3 Wallet Kit

Last updated 3 years ago

Github repo:

You can try it out in our chain:

  1. Make sure you have Ethereum and Substrate extensions. Typical choices would be: a. Metamask (or any other Ethereum extension) and switch it to Kovan b. polkadot{.js}

  2. Connect with both extensions(two pop-up windows should appear)

  3. You will see that your balances from extensions should appear on the page.

  4. Transfer some Kovan test DAI to our Substrate-based chain.

  5. Transfer some DAI from our chain to your Ethereum account.

    cd ./frontend <br/>
    npm i <br/>
    npm run codegen <br/>
    npm run dev <br/> 

Go

🏗️
🐧
here
LogoGitHub - akropolisio/erc20-substrate-bridge: Ethereum <-> Parity Substrate Blockchain bridge for self transfers of ERC20 representation.GitHub