https://github.com/arsulegai/blockinfo-decoder
Decode the blockinfo payload from the Hyperledger Sawtooth
https://github.com/arsulegai/blockinfo-decoder
blockchain blockchain-data decoder hyperledger hyperledger-sawtooth hyperledger-sawtooth-blockchain
Last synced: 4 months ago
JSON representation
Decode the blockinfo payload from the Hyperledger Sawtooth
- Host: GitHub
- URL: https://github.com/arsulegai/blockinfo-decoder
- Owner: arsulegai
- Created: 2020-03-04T12:32:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-05T08:40:23.000Z (over 5 years ago)
- Last Synced: 2025-01-11T22:14:14.461Z (5 months ago)
- Topics: blockchain, blockchain-data, decoder, hyperledger, hyperledger-sawtooth, hyperledger-sawtooth-blockchain
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BlockInfo-Decoder
Decode the blockinfo payload from the Hyperledger Sawtooth## Build
Run the following command from your machine, this will generate
a binary that can be used to decode the BlockInfo transaction
payload.```shell_script
$ make
```## Run
Once the binary is available, run it as follows
```shell_script
$ ./blockinfo-decoder
```