yashgupta-7 / 765_a3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

765_a3

  1. Make sure you have the softwares in requirements.txt

  2. Run the following command and copy the address to the genesis.json in the alloc section that adds the balance to the geth account.

geth --datadir $HOME/765_a3/test-eth1/ --password $HOME/765_a3/password.txt account new

  1. Run the following command to set up the Ethereum node.

sh runEthereumNodeMy.sh

  1. In a parallel terminal run the following.

bash run.sh

About

License:MIT License


Languages

Language:Python 61.2%Language:Solidity 26.9%Language:Shell 11.9%