# hardhat_start **Repository Path**: newlife/hardhat_start ## Basic Information - **Project Name**: hardhat_start - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-31 - **Last Updated**: 2025-02-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Project generate txs After clone this, run ```shell pnpm i ``` to install dep There are three account in the `hardhat.config.js`, `accounts[0]` is the deployer of all contracts. ```shell ./transfer.sh ``` can generate txs ,which tansfer eth between three accounts. To deploy contracts,we run : ```shell ./deploy.sh ``` This command can deploy contracts,which are erc20, erc721, and auction ```shell ./mint.sh ``` can mint token for erc20 and erc721.