v1-core
v1-core copied to clipboard
Solidity smart contracts implementation of Virtuswap protocol
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 [email protected]:Virtuswap/v1-core.git
cd v1-core
npm i
Compilation
npx hardhat compile
Running tests
npx hardhat test