Skip to content

BabelFishProtocol/babelfish-dapp

This branch is 29 commits ahead of, 1 commit behind main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

08d59ea · Feb 15, 2024
Mar 23, 2022
May 25, 2022
Feb 2, 2022
Feb 15, 2024
Feb 21, 2022
Jun 17, 2022
Aug 14, 2023
Jun 17, 2022
Mar 16, 2022
Jun 17, 2022
Feb 2, 2022
Feb 2, 2022
Mar 21, 2022
Feb 2, 2022
May 16, 2023
Jan 30, 2023
Jan 30, 2023
Jun 8, 2022
May 16, 2023
May 16, 2023
Mar 21, 2022
Dec 8, 2023
Mar 3, 2022
Jun 8, 2022
Mar 3, 2022
May 16, 2023
Dec 8, 2023

Repository files navigation

babelfish-dapp

Configuration

All contract addresses should be added to src/config folder.

Execution

Install dependencies with yarn install.

Run development server with yarn dev.

Withdraw/Deposit config

All actual blockchain data is bring together in src/config/bridges.ts. You can find all token and bridge addresses that are used in Agregator page there. This is due to having few different instances of token that we display as the same one (ex. of USDT: we have one address on ethMainnet, one Sovryn's own rsk equivalent (USDTes), one on BSC and again Sovryn's rsk equivalent (USDTbs)). This approach helps to categorize them by network.

Releases

We show a link to the latest release (https://github.com/BabelFishProtocol/babelfish-dapp/releases/latest) in the footer. For this feature to work, every production release needs to be properly tagged at https://github.com/BabelFishProtocol/babelfish-dapp/releases.