mayan-finance / swap-bridge

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

Home Page:https://mayan.finance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

In-depth documentation on Mayan Swap Bridge is available at docs.mayan.finance

Install

npm install

Compile

npx hardhat compile

Deploy

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

About

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

https://mayan.finance

License:MIT License


Languages

Language:Solidity 79.5%Language:TypeScript 20.5%