Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mayan-finance/swap-bridge

Contracts for publishing and verifying cross-chain swap messages using Wormhole message passing and token bridge
https://github.com/mayan-finance/swap-bridge

blockchain-bridge cross-chain-swap ethereum-contract

Last synced: 30 days ago
JSON representation

Contracts for publishing and verifying cross-chain swap messages using Wormhole message passing and token bridge

Awesome Lists containing this project

README

        

In-depth documentation on Mayan Swap Bridge is available at [docs.mayan.finance](https://docs.mayan.finance)

## Install
```shell
npm install
```

## Compile
```shell
npx hardhat compile
```

## Deploy
```shell
TOKEN_BRIDGE=0x3ee18B2214AFF97000D974cf647E7C347E8fa585 npx hardhat run scripts/deploy.ts
```
You can find the TOKEN_BRIDGE address for each chain in Wormhole docs at [book.wormhole.com](https://book.wormhole.com)