Skip to content

Instantly share code, notes, and snippets.

package main
import (
"encoding/json"
"fmt"
"time"
"github.com/hyperledger/fabric-contract-api-go/contractapi"
)
package main
import (
"context"
"database/sql"
"encoding/json"
"fmt"
"io/ioutil"
"log"
"net/http"
@bhadreshAtjq
bhadreshAtjq / cc.go
Created March 24, 2026 07:12
Carbon Credit revised
package main
import (
"encoding/json"
"fmt"
"time"
"github.com/hyperledger/fabric-contract-api-go/contractapi"
)
@bhadreshAtjq
bhadreshAtjq / Carboncredit.go
Last active April 10, 2026 05:36
Carbon Credit Go Contract
package main
import (
"encoding/json"
"fmt"
"time"
"github.com/hyperledger/fabric-contract-api-go/contractapi"
)