Skip to content

SocketDotTech/fundmovr-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FundMovr Example Usage

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

Installation

$ npm install 

Run the example

Step 1

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 .env

Now update the .env with your RPC urls

Step 2

Let's run the example now!

$ node index.js

Please feel free to create github issues if you incounter issues or reach out to us at [email protected]