@invariant-labs/sparta-v2-core
v0.0.1
Published
🎛 Core contracts for the SpartaDexV2 protocol
Readme
Uniswap V2 Fork
In-depth documentation on Uniswap V2 is available at uniswap.org.
Local Development
The following assumes the use of node@>=10.
Deployment
- Install node modules
npm i- In an
.envfile fill the following variable with deployer's private key:
DEPLOYER_PRIV_KEY=- Run deployment script
npx hardhat run scripts/deploy.ts --network gameswift- The obtained address is a
V2_FACTORY_ADDRESSESentry for thesdk-corepackage.
