dex-cli-cc3
v1.0.1
Published
The DEX-CLI is a command-line interface tool designed to facilitate various blockchain operations such as deploying smart contracts, creating liquidity pools, and minting tokens, using Hardhat and the Uniswap V3 framework.
Downloads
5
Readme
DEX-CLI Tool
The DEX-CLI is a command-line interface tool designed to facilitate various blockchain operations such as deploying smart contracts, creating liquidity pools, and minting tokens, using Hardhat and the Uniswap V3 framework.
Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Prerequisites
Before you begin, ensure you have the following installed:
- Node.js
- Yarn
- Hardhat
Installation
Linking the CLI Tool:
First, navigate to the CLI directory within DEX-Tools and link it globally using Yarn:
cd path/to/DEX-Tools/cli yarn link dex-cli
This command makes the dex-cli
command available globally.
Using the CLI Tool in Other Projects:
To use the dex-cli
tool in another project, first link it:
cd path/to/DEX-Tools
yarn link "dex-cli"
Usage
Deploy Contracts:
node_modules/dex-cli/cli.js deploy