Running this project requires setting the necessary parameters, which support each rollup node.
By configuring the parameters, the project can realize the economic and time savings that users can make by Orbiter when configuring the rollup dynamics. After the user initiates payment through the front-end wallet, it will monitor the transaction data of each rollup in real time and feed back the real-time status of the user's cross-rollup transfer in time.
config - Third-party and global configurations of the CSS
core - Related network processing and interface implementation of the on-rollup.
icons - SVG Image Processing & SVG Image resources
store - vuex data.
util - Implementation of common methods for each module of the project.
views - Implement project page.
components - Implement project components.
npm install
npm run dev
npm run build
npm run lint
Name | Type | Required | Desc |
---|---|---|---|
referer | String | False | values: zksync |
source | String | False | From chain, values: Mainnet Arbitrum ZkSync Polygon Testnet values: Rinkeby Arbitrum(R) ZkSync(R) Polygon(R) When it's empty, use sources first item. |
dest | String | False | To chain, values: (Same as source) |
sources | String | False | From chains, example: Mainnet,Arbitrum,ZkSync . When it's empty, show all chain. |
dests | String | False | To chains, example: ZkSync,Polygon . When it's empty, show all chain (filter source/from chain). |
token | String | False | Transfer currency, values: ETH USDC . When it's empty, use tokens first item. |
tokens | String | False | Transfer currencys, example: ETH,USDC . When it's empty, show all currencys. |
amount | Float | False | Transfer out amount. (Notice: when currency's decimal = 18, minimum reserve 6 decimal places, when currency's decimal = 6, minimum reserve 2 decimal places ) |
fixed | Integer | False | 0: Can transfer from«»to chain (default) 1: Cann't transfer from«»to chain |