npm i
- to install modules
file ip.txt
on main directory with only ip
npm run geth-init
npm run get-ip
- to create file ip.txt
npm run new-account
npm run geth-run
- need account to mine
npm run geth-console
web3.js:
module.exports.web3 = web3
module.exports.toEther = toEther
utils.js:
module.exports = { args, CheckOptionExist }
deploy.js - node ./deploy.js --con <ContractName>
export.js - node ./export.js --file <file name from keystore> --pass <password of account>
import.js - node ./import.js --key <private key> --pass <new password>