Gaudius Go SDK
Built with Audius
This Audius Go SDK was built by the community!
Useful Links
- Check out the Code on GitHub for the latest information.
Usage
Library
go get github.com/alecsavvy/gaudius
package main
import "github.com/alecsavvy/gaudius"
func main() {
sdk, err := gaudius.NewSdk()
if err != nil {
log.Fatal("sdk init failed: ", err)
}
}
Examples
git clone https://github.com/alecsavvy/gaudius.git
make example tx-subscriber