Skip to content

coffiasd/algo-bridge-aggregator

Repository files navigation

Algo-bridge-aggregator

Links

Overview

This is Greenhouse Hacks 3 project。 We build a front-end UI to help user transfer their assets to wherever network they want。 This project is built with wormhole bridge SDK, we originally planned to gather glitter as well。 Unfortunately, glitter's front-end sdk is not ready at this stage。 By the way, I will explain how to assemble a new bridge SDK for this project below

how to add a new bridge SDK ?

  • add new bridge sdk config in "utils/bridge_config"
  • add transfer && redeem with new SDK in "bridges" alt ""

document tree

├── LICENSE
├── README.md
├── bridges (add some new SDKs here)
├── components (react components)
├── next.config.js
├── package-lock.json
├── package.json
├── pages
├── postcss.config.js
├── public
├── services
├── styles (global styles)
├── tailwind.config.js
├── utils (token && bridge config)
└── yarn.lock

Flowchart

alt ""

Install

npm install
npm run dev
npm run build

Tech Stack

  • tailwindcss
  • dasyUi
  • next.js
  • ether.js
  • wormhole
  • myalgo

Reference

License

SPDX short identifier: MIT