Skip to content

make use of ethereum-matic bridge to move tokens between the two chains

Notifications You must be signed in to change notification settings

Tigru36/ethereum_matic_bridge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

make use of ethereum-matic bridge to move tokens between the two chains

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.3%
  • Shell 2.7%