@atleta-chain/v2-core
v1.2.3
Published
Core contracts for the Atleta DEX
Downloads
248
Readme
Atleta DEX V2 - Core smart contracts
This repository contains core smart contracts of Atleta DEX V2, which is a fork of Uniswap V2.
Run tests
npm test
runs test on a chain fork, which is configured in hardhat.config.js
Deploy
Run npx hardhat run scripts/deployFactory.ts --network <TARGET NETWORK>
to deploy V2 Factory.