6 On-chain and off-chain data
This chapter covers
-
Exploring different kinds of on-chain data: blocks, transactions, receipts, and state
-
Defining, emitting, and logging events
-
Accessing event logs from transaction receipts to support Dapp operations
-
Designing and developing Dapps with on-chain and off-chain data
-
Demonstrating on-chain and off-chain data using ASK and blind auction Dapps
This is it. This is what distinguishes blockchain application development from that of non-blockchain applications: on-chain data. Do you wonder where the data associated with a Dapp is stored? Some are stored on the blockchain infrastructure (on-chain), and others in traditional databases and files (off-chain). In this chapter, you’ll learn first ...
Get Blockchain in Action now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.