https://github.com/coffiasd/aa-safepass
https://github.com/coffiasd/aa-safepass
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/coffiasd/aa-safepass
- Owner: coffiasd
- License: mit
- Created: 2023-04-15T01:50:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-15T13:45:15.000Z (about 2 years ago)
- Last Synced: 2024-05-16T04:40:57.224Z (about 1 year ago)
- Language: JavaScript
- Size: 2.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Algo-bridge-aggregator
## Links
- dapp demo :
- youtube:## 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"
### 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

## Install
```shell
npm install
``````shell
npm run dev
``````shell
npm run build
```## Tech Stack
- tailwindcss
- dasyUi
- next.js
- ether.js
- wormhole
- myalgo## Reference
- [1] tailwindcss
- [2] dasyUi
- [3] next.js
- [4] ether.js
- [5] wormhole
- [6] myalgo## License
SPDX short identifier: MIT