Skip to content

rainlanguage/sushixswap-v2

 
 

Repository files navigation

SushiXSwapV2 Foundry

This repository contains the core smart contracts for SushiXSwapV2.

In-depth documentation is available at docs.sushi.com. [Coming Soon]

Background

SushiXSwapV2 is a cross-chain enabled protocol that utilizes general message passing through adapters to perform swaps across supported networks. Routing and swap logic is handled with the integration of Sushi's RouteProcessor contract, and additional cross-chain functionality can be implemented through payload-executors.

Setup

Install

First, initialize with:

make init

Make a copy of .env.sample to .env and for tests set the MAINNET_RPC_URL.

Test

To run tests:

make test

Deployments

The list of all deployment addresses can be found here [Not yet Deployed]

License

GPL-3.0-or-later

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 99.8%
  • Makefile 0.2%