Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.55 KB

README.md

File metadata and controls

36 lines (26 loc) · 1.55 KB

Ethereum Matic Bridge

Move DERC20 tokens Dummy ERC20 tokens from Ethereum Goerli testnet to Polygon Mumbai testnet using POS Bridge You will need DERC20 tokens in an account you control(have privat key for) e.g a Metamask account. We will get DERC20 tokens from faucet https://faucet.matic.network/ into a Metamask Account. Copy Metamask address and request DERC20.

Select Token: POS (ERC20 ). Select Network: Goerli. Click Submit. Copy Token Address. Click Confirm! See image below

Request DERC20 Tokens

Add DERC20 Asset to your Metamask to view the balance of your DERC20. After a while check your Metamask to see new balance DERC20 Tokens

About

Make use of a POS Ethereum-Matic bridge to move tokens between the mapped networks Goerli testnet on Ethereum and Mumbai testnet on Polygon Matic Network. To move Ethereum you need to connect with Polygon Mainnet , this example will use Goerli to Mumbai and reverse To view Mapped Tokens at Matic documentation To view Matic Documentation

For information on POS and Plasma deposit and withdrawal timelines, token types etc Visit Docs

Get started

  1. Install packages
$ npm install 
  1. Run code
$ node index.js

To do

  • Use events to listen for events deposit using bridge
  • Plasma Bridge transfers between chains