Skip to content
This repository has been archived by the owner on Nov 6, 2022. It is now read-only.

🎚 Peripheral smart contracts for interacting with RskSwap

License

Notifications You must be signed in to change notification settings

Think-and-Dev/rskswap-periphery

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rsk Swap

Uniswap RSK is a fork of the Uniswap V2 Protocole adapted to the RSK Network, this is not the oficial site.

npm

In-depth documentation on RSK Swap is available at rskswap.com.

The built contract artifacts can be browsed via unpkg.com.

Local Development

The following assumes the use of node@>=10.

Install Dependencies

yarn

Compile Contracts

yarn compile

Run Tests

yarn test

RSK Mainnet

UniswapV2Router02: https://explorer.rsk.co/address/0xf55c496bb1058690db1401c4b9c19f3f44374961

RSK Testnet

UniswapV2Router02: https://explorer.testnet.rsk.co/address/0xf55c496bb1058690db1401c4b9c19f3f44374961

About

🎚 Peripheral smart contracts for interacting with RskSwap

Resources

License

Stars

Watchers

Forks

Languages

  • Solidity 59.3%
  • TypeScript 40.7%