Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mayan-finance/swap-bridge
- Owner: mayan-finance
- License: mit
- Created: 2022-10-10T21:30:24.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-15T18:57:46.000Z (about 1 month ago)
- Last Synced: 2024-11-15T19:36:17.540Z (about 1 month ago)
- Topics: blockchain-bridge, cross-chain-swap, ethereum-contract
- Language: Solidity
- Homepage: https://mayan.finance
- Size: 430 KB
- Stars: 17
- Watchers: 4
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)