An SDK for the GateChain blockchain in Go.
Before using the SDK, you'll need to configure these settings in const.go
under the common
directory:
EndPoint := "your_server_ip:port" // Modify to your own server's IP and port
APIToken := "your_api_token" // Set to the token used to connect to GateChain
Installation & Testing
make sodium
make test
Take a look at examples/
for some examples of how to write clients.