Skip to content

Commit

Permalink
upd readme, re-gen futures wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
albertchon committed Nov 10, 2020
1 parent a1bce1d commit c44050f
Show file tree
Hide file tree
Showing 2 changed files with 269 additions and 108 deletions.
37 changes: 37 additions & 0 deletions README.md
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
340 changes: 232 additions & 108 deletions wrappers/futures.go

Large diffs are not rendered by default.

0 comments on commit c44050f

Please sign in to comment.