GraphQL
Golang
$ go get -u github.com/spydra-tech/fabric-contract-go/spydracontracttype MyCustomContract struct {
spydracontract.BaseContract
}NodeJS
Last updated
$ go get -u github.com/spydra-tech/fabric-contract-go/spydracontracttype MyCustomContract struct {
spydracontract.BaseContract
}Last updated
$ npm install --save spydra-fabric-contract-node$ yarn add spydra-fabric-contract-nodeclass MyCustomContract extends SpydraContract {
}