Adapter project to perform read and write query on EVM and Non-EVM chains for multiple available protocols and platforms.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Node.js(16.x)
- NPM(7.x)
- Account With Ethereum Node Provider (Like Infura) or a deployed GETH
NOTE - The code works best with a self deployed GETH because all the other providers will allow only limited number of hits per day.
-
Get the ssh key into your .ssh directory. Please note that this key should be the one uploaded to github so that you can access github without username and password.
-
Clone the arbitrage repository
$ git clone https://github.com/cumberlandlabs/expand.git
- Install the necessary modules
npm install
- Running the Tests
npm test
- Running the server
npm start
Click here to check the official documentation of expand.network
npm install -g eslint
eslint .