@bonsaiswapv3/hardhat-v3-deploy
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

@bonsaiswap/hardhat-v3-deploy

Deploy Bonsaiswap V3 contracts in development.

Installation

$ npm install @bonsaiswap/hardhat-v3-deploy

Import the plugin in your hardhat.config.js:

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

Or if you are using TypeScript, in your hardhat.config.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:

$ npm run hardhat deploy-bonsaiswap

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

Plugin Development

TODO

Package Sidebar

Install

npm i @bonsaiswapv3/hardhat-v3-deploy

Weekly Downloads

2

Version

2.0.0

License

MIT

Unpacked Size

60.3 kB

Total Files

15

Last publish

Collaborators

  • alcanal