Skip to content

rebase-network/erc20-generator

 
 

Repository files navigation

ERC20 Token Generator

Try it

https://rohithreddy.github.io/erc20-generator

Development

Install dependencies

npm install

Usage (using Truffle)

Open the Truffle console

npm run console

Compile

npm run compile

Test

npm run test

Usage (using Buidler)

Open the Buidler console

npm run buidler:console

Compile

npm run buidler:compile

Test

npm run buidler:test

Code Coverage

npm run coverage

Linter

Use Solhint

npm run lint:sol

Use ESLint

npm run lint:js

Use ESLint and fix

npm run lint:fix

Flattener

This allow to flatten the code into a single file

Edit scripts/flat.sh to add your contracts

npm run flat

About

A simple Smart Contract for a Standard, Mintable, Burnable ERC20 Token.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 78.3%
  • Solidity 18.1%
  • Shell 3.2%
  • HTML 0.4%