# @bonsaiswapv3/hardhat-v3-deploy

> Hardhat plugin for Bonsaiswap V3 deployment

Latest version **2.0.0** (published 2022-12-19) · MIT license · 0 weekly downloads

## Install

```sh
npm install @bonsaiswapv3/hardhat-v3-deploy
pnpm add @bonsaiswapv3/hardhat-v3-deploy
yarn add @bonsaiswapv3/hardhat-v3-deploy
bun add @bonsaiswapv3/hardhat-v3-deploy
```

## Health

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

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

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.0.0 |
| Published | 2022-12-19 |
| First published | 2022-12-19 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 3 |
| Unpacked size | 58.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Alvaro Canal Garcia |
| Maintainers | alcanal |
| Keywords | ethereum, smart-contracts, hardhat, hardhat-plugin, bonsaiswap |

## Links

- npm: https://www.npmjs.com/package/@bonsaiswapv3/hardhat-v3-deploy
- Repository: https://gitlab.ginzo.tech/bonsai-swap/hardhat-v3-deploy
- npm.io page: https://npm.io/package/@bonsaiswapv3/hardhat-v3-deploy

## Dependencies (3)

- [cli-table3](https://npm.io/package/cli-table3.md) ^0.6.0
- [@bonsaiswapv3/core](https://npm.io/package/@bonsaiswapv3/core.md) 2.0.1
- [@bonsaiswapv3/periphery](https://npm.io/package/@bonsaiswapv3/periphery.md) 2.0.0

## Recent versions

- 2.0.0 (latest) — 2022-12-19

## README

# @bonsaiswap/hardhat-v3-deploy

Deploy Bonsaiswap V3 contracts in development.

## Installation

```sh
$ npm install @bonsaiswap/hardhat-v3-deploy
```

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

```js
require("@bonsaiswap/hardhat-v3-deploy");
```

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

```ts
import "@bonsaiswap/hardhat-v3-deploy";
```

Now, run `npm run hardhat` and you should see:

```
AVAILABLE TASKS:

  accounts      	Prints the list of accounts
  ...
  deploy-bonsaiswap	Deploys Bonsaiswap V3 contracts
  ...
  test          	Runs mocha tests
```

Great! Now, to deploy the contracts:

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

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

## Plugin Development

TODO

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