From 959713a8b24eda50e2e5d4e0d694ae64e35604af Mon Sep 17 00:00:00 2001 From: Jeffrey Freckleface Cogswell Date: Thu, 4 Sep 2025 08:18:00 -0600 Subject: [PATCH] Added links to the API and Quickstart guides --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 21aa910..ce25aef 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ This is part of the [Golem Base](https://github.com/Golem-Base) project, which i This SDK allows you to use [GolemBase](https://github.com/Golem-Base) from Python. It is available [on PyPI](https://pypi.org/project/golem-base-sdk/). +**Find the [API documentation here](https://golem-base.github.io/documentation/python/api/api/).** + +**Need a quickstart guide? [We have one here](https://golem-base.github.io/documentation/overview/quickstart/).** + We also publish [generated documentation](https://golem-base.github.io/python-sdk/). The repo also contains an example application to showcase how you can use this SDK.