Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions nexus-sdk/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ Upon successful registration, both OwnerCap object IDs are saved to the CLI conf
This command requires that a wallet is connected to the CLI...
{% endhint %}

{% hint style="info" %}
Tool registration is currently restricted during the beta phase. To register your tool, please contact the team to be added to the allow list.
{% endhint %}

---

**`nexus tool register --on-chain <ident>`**
Expand Down
4 changes: 4 additions & 0 deletions nexus-sdk/guides/math-branching-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ git clone https://github.com/Talus-Network/nexus-sdk.git
In this example we will publish a DAG consisting of Nexus Tools that are running somewhere and registered (the URL can be found as metadata in the tool registry). If you were running your own tools and needed to register them, check out [Nexus CLI tool commands](../cli.md#nexus-tool) to find out how to do this.
{% endhint %}

{% hint style="info" %}
Tool registration is currently restricted during the beta phase. To register your tool, please contact the team to be added to the allow list.
{% endhint %}

To check the tools that are registered in the tool registry, run:

```bash
Expand Down