Categorygithub.com/paddymc/go-tron
module
0.0.0-20181127165653-0f1071546155
Repository: https://github.com/paddymc/go-tron.git
Documentation: pkg.go.dev

# README

go-tron

Running the docker file

docker build .
docker run -p 50051:50051 -it "--imagename--" /bin/bash -c "cd build/libs;java -jar java-tron.jar"

This will start the tron node, and expose port 50051 on localhost

Dependencies

go get github.com/golang/protobuf
go get google.golang.org/grpc
go get github.com/shengdoushi/base58

Running go-tron

go run start.go -grpcAddress localhost:50051

Generating protobuffers

TODO: List protobuffer build steps
protoc --go_out=plugins=grpc:. api/api.proto

# Packages

No description provided by the author
No description provided by the author
No description provided by the author