web3coach / the-blockchain-bar

The source-code for: "Build a Blockchain from Scratch in Go" eBook.
https://web3.coach
GNU Lesser General Public License v3.0
499 stars 184 forks source link

Adds TIP-2: The Blockchain Bar UI - Database Explorer, Faucet, Wallet. #22

Closed web3coach closed 2 years ago

web3coach commented 2 years ago

Use this PR as a brainstorming discussion section to suggest ideas and implementation details in the comments section below.

Main goal: learn what goes into a simplified, standard frontend and backend blockchain development for making payments persisted into a distributed ledger.

web3coach commented 2 years ago

I will merge this PR into a new base branch called c16_blockchain_explorer that will be dedicated to creating a backend and frontend for the explorer UI. Later we will do a faucet and a wallet in a future dedicated branch.