Please enable JavaScript.
Coggle requires JavaScript to display documents.
Mastering Ethereum - Coggle Diagram
Mastering Ethereum
Blockchain Components
-
-
-
-
-
-
A game-theoretically sound incentivization scheme (e.g., proof-of-work costs plus block rewards)
to economically secure the state machine in an open environment
-
-
Ethereum Clients
Remote client
- Manage private keys and Ethereum addresses in a wallet.
- Create, sign, and broadcast transactions.
- Interact with smart contracts, using the data payload.
- Browse and interact with DApps.
- Offer links to external services such as block explorers.
- Convert ether units and retrieve exchange rates from external sources.
- Inject a web3 instance into the web browser as a JavaScript object.
- Use a web3 instance provided/injected into the browser by another client.
- Access RPC services on a local or remote Ethereum node.
-