Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 281 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 281 Bytes

Author: @Jaz-3-0

About

Quanta Ledger Project chaincode development - Go Version

Getting started

go mod init Quanta-Ledger

# get the module added
go get github.com/hyperledger/fabric-contract-api-go/contractapi
go run <fileName.go>

@Jaz-3-0