Skip to content

A HardHat setup to deploy Uniswap V2 on Standalone and Moonbase Alpha

Notifications You must be signed in to change notification settings

albertov19/uniswap-contracts-moonbeam

Repository files navigation

Deploy Uniswap V2 to Moonbase Alpha (or Standalone node)

This is a Hardhat setup to deploy the necessary contracts of Uniswap.

Get Started

Clone repo:

git clone https://github.com/albertov19/uniswap-contracts-moonbeam/
cd uniswap-contracts-moonbeam

Install packages:

npm i

Modify the private keys as you wish in the hardhat.config.js file.

Deploy the contracts (Standalone):

npx hardhat run --network standalone scripts/deploy-uniswap.js

Contracts will be deployed if node is running.

About

A HardHat setup to deploy Uniswap V2 on Standalone and Moonbase Alpha

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published