# erc20-generator **Repository Path**: shanzhaoquan/erc20-generator ## Basic Information - **Project Name**: erc20-generator - **Description**: ERC20 代币生成器 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-11 - **Last Updated**: 2022-02-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ERC20 Token Generator ## Try it [https://rohithreddy.github.io/erc20-generator](https://vittominacori.github.io/erc20-generator) ## Development ### Install dependencies ```bash npm install ``` ### Usage (using Truffle) Open the Truffle console ```bash npm run console ``` #### Compile ```bash npm run compile ``` #### Test ```bash npm run test ``` ### Usage (using Buidler) Open the Buidler console ```bash npm run buidler:console ``` #### Compile ```bash npm run buidler:compile ``` #### Test ```bash npm run buidler:test ``` ### Code Coverage ```bash npm run coverage ``` ## Linter Use Solhint ```bash npm run lint:sol ``` Use ESLint ```bash npm run lint:js ``` Use ESLint and fix ```bash npm run lint:fix ``` ## Flattener This allow to flatten the code into a single file Edit `scripts/flat.sh` to add your contracts ```bash npm run flat ```