Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@uniswap/hardhat-v3-deploy

Package Overview
Dependencies
Maintainers
16
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uniswap/hardhat-v3-deploy

Hardhat plugin for Uniswap V3 deployment

  • 0.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
16
Created
Source

@uniswap/hardhat-v3-deploy

Deploy Uniswap V3 contracts in development.

Installation

$ npm install @uniswap/hardhat-v3-deploy

Import the plugin in your hardhat.config.js:

require("@uniswap/hardhat-v3-deploy");

Or if you are using TypeScript, in your hardhat.config.ts:

import "@uniswap/hardhat-v3-deploy";

Now, run npm run hardhat and you should see:

AVAILABLE TASKS:

  accounts      	Prints the list of accounts
  ...
  deploy-uniswap	Deploys Uniswap V3 contracts
  ...
  test          	Runs mocha tests

Great! Now, to deploy the contracts:

$ npm run hardhat deploy-uniswap

And you're done. Time to build something great.

Plugin Development

TODO

Keywords

FAQs

Package last updated on 01 Jun 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc