erc20-wizard
TypeScript icon, indicating that this package has built-in type declarations

1.0.7 • Public • Published

🧙 Ethereum ERC 20 Wizard 🧙

npm version NPM

CLI for creating and deploying ERC20 tokens on Ethereum network.

Install

$ npm install -g erc20-wizard

Configuration

First go and get your infura project id at https://infura.io/.

$ erc20-wizard --config=yourInfuraProjectId

Usage

Deploy to main net:

$ erc20-wizard --main

Deploy to ropsten testnet:

$ erc20-wizard --ropsten

Deploy to rinkeby testnet:

$ erc20-wizard --rinkeby

You will be asked to provide informations about ERC20 token:

  1. Private key which will be used to sign the transaction. Private key is not stored in the process. Make sure you have some funds on your account since deploying a token costs ether.
  2. Token information like name, symbol, decimal places and total supply
prompt: Please enter your private key. This will be used to sign contract transaction.:
prompt: Token name:  MyAwesomeToken
prompt: Token symbol:  MAT
prompt: Token decimal places:  18
prompt: Token total supply:  100000000
✅ MyAwesomeToken successfuly deployed from 0x0Dca93a693b9695B9fFf96E3c60d062B6F152250 to 0xD565eDF2319B6F6c0d1c32Dce532AAd1Bf2C0F99

Package Sidebar

Install

npm i erc20-wizard

Weekly Downloads

1

Version

1.0.7

License

MIT

Unpacked Size

964 kB

Total Files

73

Last publish

Collaborators

  • mmarinovic