QmTC29g2QGbDHNUmFanwB6jKDw6EB1tAVgiVzxThScqe7Z
Location | Action| Object | Time
Chrome | Search| Ganache download | 2
https://www.google.com/search?q=ganache+download | Click | Ganache Truffle Suite | 7
https://www.trufflesuite.com/ganache | Click | Download | 10
Chrome - down left | Click | Ganache-....appx | 19
Window Install Ganache? | Click | Install | 27
Support Ganache | Click | Continue | 53
Ganache | Click | Quickstart | 57
Ganache - top right | Click | Wheel (setting) | 68
Ganache | Click | Server | 71
Ganache - port number | Change| 8545 | 72
Ganache - top right | Click | Save and restart | 75
Start menu | Start | Command prompt | 83
Command window | Enter | curl -d "{""method"":""web3_clientVersion""}" http://localhost:8545 | 85
The goal is to run a local blockchain and communicate with it via a RPC call.
The software ganache is downloaded and installed.
The port is adapted to port 8545.
A RPC call is made to do a simple function call, to check the version of the software. This uses the port of ganache.
Chrome is started
Curl is installed (can be found here: https://curl.haxx.se/download.html)