0.0.1 • Published 10 months ago

@invariant-labs/sparta-v2-core v0.0.1

Weekly downloads
-
License
GPL-3.0-or-later
Repository
-
Last release
10 months ago

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

  1. Install node modules
npm i
  1. In an .env file fill the following variable with deployer's private key:
DEPLOYER_PRIV_KEY=
  1. Run deployment script
npx hardhat run scripts/deploy.ts --network gameswift
  1. The obtained address is a V2_FACTORY_ADDRESSES entry for the sdk-core package.
0.0.1

10 months ago