fabric-samples/off_chain_data/application-go
Stanislav Jakuschevskij 095bf304b4
Implement store
Persisting ledger writes to the file system into the store.log file in
the application-go directory. The write values are converted from bytes
to a string when the read write sets are unwrapped in the transaction
processor.

Signed-off-by: Stanislav Jakuschevskij <stas@two-giants.com>
2025-02-24 13:14:47 +01:00
..
contract Encapsulate block parser in a package 2025-02-24 13:14:47 +01:00
parser Implement block and transaction processor 2025-02-24 13:14:47 +01:00
utils Encapsulate block parser in a package 2025-02-24 13:14:47 +01:00
app.go Add off-chain-data go client application 2025-02-24 13:14:46 +01:00
connect.go Add off-chain-data go client application 2025-02-24 13:14:46 +01:00
getAllAssets.go Encapsulate block parser in a package 2025-02-24 13:14:47 +01:00
go.mod Encapsulate block parser in a package 2025-02-24 13:14:47 +01:00
go.sum Encapsulate block parser in a package 2025-02-24 13:14:47 +01:00
listen.go Implement store 2025-02-24 13:14:47 +01:00
transact.go Implement store 2025-02-24 13:14:47 +01:00