Skip to content

zed-wong/mvg-bridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MVG Bridge

https://bridge.mvg.fi

A bridge interface for MVM Mainnet powered by MVG.

How it works

For Tokens

Deposit

  1. from Mixin Mainnet

Transfer to proxy mainnet user.

  1. from Other Network

Deposit to proxy mainnet user.

Withdrawal

  1. to Mixin Mainnet

For assets other than ETH, Call the asset contract's transferWithExtra method with extra constructed by getExtra in ~/helpers/registry.js .

For ETH, Call the bridge contract's release method also with extra constructed by getExtra in ~/helpers/registry.js.

  1. to Other Network

Used a proxy service that automatically swaps the user's withdrawal asset to the fee asset. And do the withdrawal process when the swap is completed. The code is also open source.

For NFTs

Deposit

  1. from Mixin Mainnet

OAuth user first, filter UTXO through Mixin API with user's token, get each token information by API.

When depositing, selected token is an object contains token and output, these two will be used for creating a collectible request. After calling the createCollectibleRequest function, a code_id would be generated for user to pay. Then loop output with parameter state=signed, when output_id found, send raw tx to mainnet. The deposit is complete.

Withdrawal

  1. to Mixin Mainnet

Get user tokens from https://scan.mvm.dev API, filter ERC721 tokens, get tokenURI from contract, display token image.

When withdrawing, selected token is an object contains tokenId, contractAddress and token info fetched from tokenURI. contractAddress will be used to initialize contract instance. call safeTransferFrom(address,address,uint256,bytes) to withdraw NFT. Those arguments are (from:User Metamask Address,to:Mirror Contract Address,tokenId:Fetched from tokenOfOwnerByIndex of collectible contract,data: Metamask proxy user address + extra generated from /extra API).

Structure

bridge

File: /pages/index.vue

Route: /

Main page of the asset bridge.

nft

File: /pages/nft.vue

Route: /nft

NFT bridge.

Submit your application

Append your app in the following format to assets/applications.json, and create a pull request.

{
    "name": "",           // Name of your app
    "icon": "",           // Icon link of your app
    "link": "",           // Link to your app
    "description": ""     // One line description of your app
},

About

💰 MVG bridge classic: A bridge interface for MVM Mainnet

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published