|
| 1 | + |
| 2 | + |
1 | 3 | <h1>Koios API Client Library for Go</h1> |
2 | 4 |
|
3 | 5 | **[Koios API] is Elastic Cardano Query Layer!** |
@@ -191,14 +193,31 @@ Which provides arbitrary-precision fixed-point decimal numbers in go. |
191 | 193 |
|
192 | 194 | We would love for you to contribute to [Koios API Client Library for Go][github] and help make it even better than it is today! As a contributor, here are the guidelines we would like you to follow: |
193 | 195 |
|
194 | | - - [Code of Conduct](#code-of-conduct) |
195 | | - - [Question or Problem?](#got-a-question-or-problem) |
196 | | - - [Found a Bug?](#issues-and-bugs) |
197 | | - - [Missing a Feature?](#feature-requests) |
198 | | - - [Submission Guidelines](#submission-guidelines) |
199 | | - - [Coding Rules](#coding-rules) |
200 | | - - [Commit Message Guidelines](#commit-message-guidelines) |
201 | | - - [Development Documentation](#development-documentation) |
| 196 | +- [Usage](#usage) |
| 197 | + - [Basic usage](#basic-usage) |
| 198 | + - [Concurrency using goroutines](#concurrency-using-goroutines) |
| 199 | +- [Math on ada, assets and tokens).](#math-on-ada-assets-and-tokens) |
| 200 | +- [Contributing](#contributing) |
| 201 | + - [Code of Conduct](#code-of-conduct) |
| 202 | + - [Got a Question or Problem?](#got-a-question-or-problem) |
| 203 | + - [Issues and Bugs](#issues-and-bugs) |
| 204 | + - [Feature Requests](#feature-requests) |
| 205 | + - [Submission Guidelines](#submission-guidelines) |
| 206 | + - [Submitting an Issue](#submitting-an-issue) |
| 207 | + - [Submitting a Pull Request (PR)](#submitting-a-pull-request-pr) |
| 208 | + - [After your pull request is merged](#after-your-pull-request-is-merged) |
| 209 | + - [Coding Rules](#coding-rules) |
| 210 | + - [Commit Message Guidelines](#commit-message-guidelines) |
| 211 | + - [Commit Message Format](#commit-message-format) |
| 212 | + - [Revert](#revert) |
| 213 | + - [Type](#type) |
| 214 | + - [Scope](#scope) |
| 215 | + - [Subject](#subject) |
| 216 | + - [Body](#body) |
| 217 | + - [Footer](#footer) |
| 218 | + - [Development Documentation](#development-documentation) |
| 219 | + - [Setup your machine](#setup-your-machine) |
| 220 | +- [Credits](#credits) |
202 | 221 |
|
203 | 222 | ### Code of Conduct |
204 | 223 |
|
@@ -505,6 +524,9 @@ task cover |
505 | 524 | <sub>**Original author.**</sub> |
506 | 525 | <sup>koios-go-client was moved under Cardano Community from <a href="https://github.com/howijd/koios-rest-go-client">howijd/koios-rest-go-client</a></sup> |
507 | 526 |
|
| 527 | +<sub>**Koios Go banner design.**</sub> |
| 528 | +<sup>Koios Go banner was designed by Egon Elbre <a href="https://egonelbre.com/" target="_blank">egonelbre.com</a></sup> |
| 529 | +
|
508 | 530 | <!-- LINKS --> |
509 | 531 | [Koios API]: https://koios.rest "Koios API" |
510 | 532 | [github.com/shopspring/decimal]: https://github.com/shopspring/decimal |
|
0 commit comments