New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

erc20-wizard

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

erc20-wizard

CLI for creating and deploying ERC20 tokens on Ethereum network.

latest
npmnpm
Version
1.0.7
Version published
Weekly downloads
2
100%
Maintainers
1
Weekly downloads
 
Created
Source

🧙 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:

  • 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.
  • 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

Keywords

ethereum

FAQs

Package last updated on 27 Apr 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts