An open API service indexing awesome lists of open source software.

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

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
```