Router Protocol Golang SDK 🌟 This repository is a go sdk. It consists of all the router chain types and common utilities 📚 Getting Started Clone the repository locally and install needed dependencies. $ git clone https://github.com/router-protocol/sdk-go $ cd sdk-go $ go install ./... Publishing Tagged Release $ git add . $ git commit -m "bugfix" $ git tag -a v1.1.1 $ git push origin master --tags