Get access to all bridges connecting multiple chains in a single SDK integration. This repository creates an example integration with the fund-movr-sdk to showcase its capabilities.
This example sends 1 USDC from polygon mainnet to xDai mainnet
$ npm install We need to get access to RPCs for the chains we want to bridge between. You can get them from Alchemy and/or Infura
$ cp .env.sample .envNow update the .env with your RPC urls
Let's run the example now!
$ node index.jsPlease feel free to create github issues if you incounter issues or reach out to us at contact@movr.network