Microservice powered by Kubernetes
grpc-web => Envoy(gateway) => grpc server(gRPC ,ent, go-ethereum)
roadmap: Istio Service mesh
add contract address
switch contract
contract specific
transform get notices immediately even in pending
get token holder's NFT and transacition of it
NFT specific
get NFT transacition detailed info
get NFT json
- install protocol compiler
pacman install protobuf
- install plugins go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.28
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.2
- set up environment
export PATH="$PATH:$(go env GOPATH)/bin"