YunSuk-Yeo / shuttle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shuttle Bridge

Shuttle Banner

Shuttle is a Terra-Ethereum bridge. Currently only allows Terra assets to be sent between Terra and Ethereum networks, and only supports the transfer of whitelisted assets.

Table of Contents

Implementations

Components

Relaying Fee

Shuttle charges a fee only for transferring assets from Terra to Ethereum/BSC, and the quantity is calculated as max($1, 0.1% * amount). A transaction with tiny amount smaller than $1 value will be ignored.

How to add tokens?

Terra token support

  1. [Ethereum] Deploy WrappedToken Contract and do verify the contract code
  2. [Ethereum] Transfer ownership to proper minter address (minter address can be found in here)

Ethereum token support

DEPRECATED

About


Languages

Language:TypeScript 77.6%Language:JavaScript 15.9%Language:Solidity 6.5%