Skip to content

Commit

Permalink
Add links to yapapi
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptobench committed Nov 28, 2024
1 parent b7a6c36 commit 59508f1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ ya-provider rule set outbound partner import-cert root-cert-template.signed.json

Once you've set up outbound networking, refer to our SDK-specific guides for using the generated files in your tasks:

<!-- - **[Yapapi (Python)](https://docs.golem.network/docs/creators/python/guides/using-vm-runtime)**
- **[Golem-js](https://docs.golem.network/docs/creators/javascript/guides/using-vm-runtime)** -->
**[Yapapi (Python)](https://docs.golem.network/docs/creators/python/tutorials/service-example-6-external-api-request)**
<!-- - **[Golem-js](https://docs.golem.network/docs/creators/javascript/guides/using-vm-runtime)** -->
- **[Dapp-runner (Golem Compose)](https://docs.golem.network/docs/creators/dapps/internet-access-in-dapps)**

## Contributing
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "golem-cert-companion"
version = "0.2.2"
version = "0.2.3"
description = "Certificate companion for Golem"
authors = [{name = "Phillip", email = "[email protected]"}]
dependencies = [
Expand Down
1 change: 1 addition & 0 deletions src/golem_cert_companion/certificate_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,7 @@ def update_outbound_urls(data):
print(f"3. Attach the generated `manifest.json` and `node-descriptor.signed.json` to your tasks.")
print(f"For detailed integration guides, refer to the following resources:\n")
print(f" - {Fore.CYAN}dapp-runner: https://docs.golem.network/docs/creators/dapps/internet-access-in-dapps{Style.RESET_ALL}\n")
print(f" - {Fore.CYAN}yapapi: https://docs.golem.network/docs/creators/python/tutorials/service-example-6-external-api-request{Style.RESET_ALL}\n")

print(f"{Fore.GREEN}Thank you for contributing to the Golem Network!{Style.RESET_ALL}\n")

Expand Down

0 comments on commit 59508f1

Please sign in to comment.