This project allows you to deploy tokens in a secure way. With a single transaction you can:
- Deploy an ERC20 token.
- Create the Liquidity Pool on VaporDEX.
- Lock the LP tokens.
- Renounce the ownership of the memecoin contract.
- Node.js 18.x
- pnpm 8.x
Install the dependencies
pnpm install
Compile the contracts
npx hardhat compile
Deploy the contracts
npx hardhat deploy --network localhost