Previous Topic: Ganache Installation
Ethereum Workspace Overview:
After the workspace created, you will able to see the server details and list of accounts. Each account has 100 ether.
There were some additional interface you can access:
- Accounts
- list of generated accounts and their balance [default view] - Blocks
- shows each block mined on the blockchain, along with gas used and transactions. - Transactions
- list all the transactions on the blockchain network - Contracts
- list the contracts contains in the workspace only when the workspace is connected with a truffle project. - Logs
- shows the logs for the server which is helpful for debugging - Events
- list all the events triggered since the workspace created.
How to Connect with Local Ganache Server?
In the Ganache UI, you can able to see the server details. you can directly use that sever port to connect your application with ganache .
RPC Server : http://127.0.0.1:7545
Next Topic: Connect to ganache using golang
Comments
Post a Comment