Use below scripts and get started
- Sign Up on Infura for api key (Some are using rinkeby ethereum testnet for running the code)
- use remix for contract complitaion
- use node js to run scripts
Scripts are under location dAppIn20Min\js\myScripts>
sendSignTransaction
Transfer 0.1 ether from account1 to account2 Edit script acc to your use case cmd need to use -> node sendSignTransaction.js
deloySmartContract.js
For deploying smart Contract presernt under \myContracts We need to compile contract in byte code. i used remix online ide. Edit script acc to your use case node deloySmartContract.js
chekout all the other scripts under smae dir