# @daoleno/uniswap-v3-deploy-plugin

> Hardhat plugin for Uniswap V3 deployment

Latest version **0.1.1** (published 2021-07-29) · MIT license · 0 weekly downloads

## Install

```sh
npm install @daoleno/uniswap-v3-deploy-plugin
pnpm add @daoleno/uniswap-v3-deploy-plugin
yarn add @daoleno/uniswap-v3-deploy-plugin
bun add @daoleno/uniswap-v3-deploy-plugin
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.1 |
| Published | 2021-07-29 |
| First published | 2021-07-29 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 3 |
| Unpacked size | 92.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 83 |
| Author | Omar Bohsali |
| Maintainers | daoleno |
| Keywords | ethereum, smart-contracts, hardhat, hardhat-plugin, uniswap |

## Links

- npm: https://www.npmjs.com/package/@daoleno/uniswap-v3-deploy-plugin
- Repository: https://github.com/omarish/uniswap-v3-deploy-plugin
- Homepage: https://github.com/omarish/uniswap-v3-deploy-plugin#readme
- Issues: https://github.com/omarish/uniswap-v3-deploy-plugin/issues
- npm.io page: https://npm.io/package/@daoleno/uniswap-v3-deploy-plugin

## Dependencies (3)

- [cli-table3](https://npm.io/package/cli-table3.md) ^0.6.0
- [@uniswap/v3-core](https://npm.io/package/@uniswap/v3-core.md) 1.0.0
- [@uniswap/v3-periphery](https://npm.io/package/@uniswap/v3-periphery.md) ^1.0.1

## Recent versions

- 0.1.1 (latest) — 2021-07-29
- 0.1.0 — 2021-07-29

## README

# uniswap-v3-deploy-plugin

Deploy Uniswap V3 contracts in development.

## Installation

```sh
$ npm install uniswap-v3-deploy-plugin
```

Import the plugin in your `hardhat.config.js`:

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

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

```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:

```sh
$ npm run hardhat deploy-uniswap
```

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

## Plugin Development

TODO

---
_Source: https://npm.io/package/@daoleno/uniswap-v3-deploy-plugin · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
