@daoleno/uniswap-v3-deploy-plugin
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

uniswap-v3-deploy-plugin

Deploy Uniswap V3 contracts in development.

Installation

$ npm install uniswap-v3-deploy-plugin

Import the plugin in your hardhat.config.js:

require("uniswap-v3-deploy-plugin");

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

import "uniswap-v3-deploy-plugin";

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

Package Sidebar

Install

npm i @daoleno/uniswap-v3-deploy-plugin

Weekly Downloads

1

Version

0.1.1

License

MIT

Unpacked Size

94.3 kB

Total Files

44

Last publish

Collaborators

  • daoleno