All Projects → rohithreddy → erc20-generator

rohithreddy / erc20-generator

Licence: MIT license
A simple Smart Contract for a Standard, Mintable, Burnable, Payable ERC20 Token with Minter Role.

Programming Languages

javascript
184084 projects - #8 most used programming language
solidity
1140 projects
shell
77523 projects
HTML
75241 projects

Projects that are alternatives of or similar to erc20-generator

zeros-dice
Simple game in blockchain with solidity. Contract address: https://rinkeby.etherscan.io/address/0xa2184acf2607964b8f3fd7e23434519304440cdf
Stars: ✭ 17 (-63.04%)
Mutual labels:  solidity-dapps
Poolz-Back
smart contracts using solidity for erc20 tokens to eth and erc20 to erc20
Stars: ✭ 15 (-67.39%)
Mutual labels:  solidity-dapps
awesome-solidity-gas-optimization
Best resources for Solidity gas optimizations ⛽
Stars: ✭ 893 (+1841.3%)
Mutual labels:  solidity-dapps
metaverse-development
Certified Web3 and Metaverse Developer Syllabus and Details by Panaverse
Stars: ✭ 195 (+323.91%)
Mutual labels:  solidity-dapps
Awesome Solidity
⟠ A curated list of awesome Solidity resources, libraries, tools and more
Stars: ✭ 3,078 (+6591.3%)
Mutual labels:  solidity-dapps
Decentralized eCom
A decentralized e-commerce platform! Tech Stack: Ethereum (Solidity) on the backend, Web3 binding to ReactJS frontend!
Stars: ✭ 82 (+78.26%)
Mutual labels:  solidity-dapps
web3-starter
An opinionated web3 starter for building dApps
Stars: ✭ 67 (+45.65%)
Mutual labels:  solidity-dapps
Penny-Seed
PennySeed is an alternative crowdfunding platform where the funding goal is divided by the number of pledgers
Stars: ✭ 18 (-60.87%)
Mutual labels:  solidity-dapps
oracles-contract
New version of POA Network consensus contracts is here: https://github.com/poanetwork/poa-network-consensus-contracts
Stars: ✭ 25 (-45.65%)
Mutual labels:  solidity-dapps

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].