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: about 1 month 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 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-05T08:40:23.000Z (over 6 years ago)
- Last Synced: 2025-03-01T08:13:08.564Z (over 1 year 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
```