Few screen shots below for reference and terminal commands produced for installing
GANACHE-CLI.First we need to
install npm ....
1
sudo apt-get update 2
sudo apt install npm 3
sudo npm install -g ganache-cli 4
ganache-cli -a
The accounts created with details of public private keys
0 comments:
Post a Comment