An open API service indexing awesome lists of open source software.

https://github.com/coffiasd/aa-safepass


https://github.com/coffiasd/aa-safepass

Last synced: 3 months ago
JSON representation

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"
![alt ""](/public/demo/SDK.png)

### 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 ""](/public/demo/flowchart.png)

## 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