Certified Blockchain Solutions Architect (CBSA) — Question 12
What is the difference in using Go-Ethereum over Ganache?
Answer options
- A. Can automate builds with Go Ethereum but you can't with Ganache
- B. Go Ethereum is written in Java whereas Ganache is written in Golang
- C. Go Ethereum is real blockchain whereas Ganache is a blockchain simulation
- D. Ganache is a real blockchain whereas Go Ethereum is a blockchain simulation
Correct answer: B
Explanation
The correct answer is B because Go Ethereum is indeed written in Go (Golang), while Ganache is a tool that runs on Node.js, not Java. Option A is incorrect as both can automate builds, C is false since Go Ethereum is a real blockchain and Ganache is not, and D is also incorrect for the same reason.