Skip to content

Virtuswap/v1-core

Repository files navigation

README

Implementation of the Virtuswap Whitepaper using Solidity for EVM-compatible networks.
More in-depth documentation is available at docs.virtuswap.io.

Security

Security Audits

Bug Bounty

The repository is part of VirtuSwap Bug Bounty program run by Hacken. See the details here.

Local development

git clone git@github.com:Virtuswap/v1-core.git
cd v1-core
npm i

Compilation

npx hardhat compile

Running tests

npx hardhat test