Skip to content

Instantly share code, notes, and snippets.

@cryptopolis7
cryptopolis7 / gist:8e75746fb5b9a7287fbb3fa98d3d3eae
Created February 22, 2026 22:30
Hyperledger Fabric Smart Contract for Credential Management
package main
import (
"encoding/json"
"fmt"
"time"
"github.com/hyperledger/fabric-contract-api-go/contractapi"
)