Skip to content

Instantly share code, notes, and snippets.

View TbLtzk's full-sized avatar

Tobias Latzke TbLtzk

  • Cologne, Germany
View GitHub Profile
@TbLtzk
TbLtzk / target-exclusion-list.json
Last active October 8, 2020 08:52
Validator exclusion
{
"hash" : "0x0000000000000000000000000000000000000000000000000000000000000000",
"validators" : [
{
"address": "0x42b9e4ffa28bc4bd9c8f7207f3a296ce960a365d",
"block": 11
}
],
"timestamp" : 1600254946
}
@TbLtzk
TbLtzk / 050_read-and-write.go
Created November 15, 2017 15:38
050_read-and-write
// chaincode for hyperledger fabric 1.0
package main
import (
"fmt"
"github.com/hyperledger/fabric/core/chaincode/shim"
"github.com/hyperledger/fabric/protos/peer"
)