Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 450 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 450 Bytes

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