-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a1bce1d
commit c44050f
Showing
2 changed files
with
269 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Injective Protocol Golang SDK 🌟 | ||
|
||
--- | ||
|
||
## 📚 Getting Started | ||
|
||
Clone the repository locally and install needed dependencies | ||
|
||
```bash | ||
$ git clone [email protected]:InjectiveLabs/sdk-go.git | ||
$ cd sdk-go | ||
$ go install ./... | ||
``` | ||
|
||
--- | ||
|
||
## Publishing Tagged Release | ||
|
||
```bash | ||
$ git add . | ||
$ git commit -m "bugfix" | ||
$ git tag -a v1.1.1 | ||
$ git push origin master --tags | ||
``` | ||
|
||
--- | ||
|
||
## ⛑ Support | ||
|
||
Reach out to us at one of the following places! | ||
|
||
- Website at <a href="https://injectiveprotocol.com" target="_blank">`injectiveprotocol.com`</a> | ||
- Twitter at <a href="https://twitter.com/InjectiveLabs" target="_blank">`@InjectiveLabs`</a> | ||
|
||
--- | ||
|
||
## 🔐 License |
Large diffs are not rendered by default.
Oops, something went wrong.