Skip to content
Draft
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
7 changes: 7 additions & 0 deletions docs/local-build/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ The Bittensor SDK and Bittensor CLI are required to interact with the local bloc

### 1. Pull the Docker image

<!-- TODO: subtensor repo moved to RaoFoundation (2026-07). New images will publish to
ghcr.io/raofoundation/subtensor-localnet, but as of 2026-07-08 that package does not exist yet
(verified: anonymous pull token refused) and ghcr.io/opentensor/subtensor-localnet remains the
current image. Flip the three ghcr.io references below and the packages page link once the
raofoundation image is live. -->


You can pull the official subtensor Docker image used to create the local blockchain instance from the [GitHub Container Repository](https://github.com/orgs/opentensor/packages/container/package/subtensor-localnet). To do this, run the following command in your terminal:

```bash
Expand Down
2 changes: 1 addition & 1 deletion src/subtensor-docs-gen/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* can be decoded correctly.
*
* Source of truth: pallets/subtensor/src/rpc.rs and pallets/subtensor/src/lib.rs
* in opentensor/subtensor.
* in RaoFoundation/subtensor.
*/

export const bittensorTypes = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ <h1>Source code for bittensor.extrinsics.registration</h1><div class="highlight"

<span class="k">if</span> <span class="ow">not</span> <span class="n">success</span><span class="p">:</span>
<span class="c1"># Look error here</span>
<span class="c1"># https://github.com/opentensor/subtensor/blob/development/pallets/subtensor/src/errors.rs</span>
<span class="c1"># https://github.com/RaoFoundation/subtensor/blob/development/pallets/subtensor/src/errors.rs</span>
<span class="k">if</span> <span class="s2">&quot;HotKeyAlreadyRegisteredInSubNet&quot;</span> <span class="ow">in</span> <span class="n">err_msg</span><span class="p">:</span>
<span class="n">bittensor</span><span class="o">.</span><span class="n">__console__</span><span class="o">.</span><span class="n">print</span><span class="p">(</span>
<span class="sa">f</span><span class="s2">&quot;:white_heavy_check_mark: [green]Already Registered on [bold]subnet:</span><span class="si">{</span><span class="n">netuid</span><span class="si">}</span><span class="s2">[/bold][/green]&quot;</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ Module Contents

- The permissions described above may change over time as the Subtensor runtime evolves. For the most up-to-date
and authoritative information about proxy type permissions, refer to the Subtensor source code at:
<https://github.com/opentensor/subtensor/blob/main/runtime/src/lib.rs>
<https://github.com/RaoFoundation/subtensor/blob/main/runtime/src/lib.rs>
Specifically, look for the `impl InstanceFilter<RuntimeCall> for ProxyType` implementation which defines the
exact filtering logic for each proxy type.
- The values match exactly with the ProxyType enum defined in the Subtensor runtime. Any changes to the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,7 @@ <h2>Module Contents<a class="headerlink" href="#module-contents" title="Link to
<ul class="simple">
<li><p>The permissions described above may change over time as the Subtensor runtime evolves. For the most up-to-date
and authoritative information about proxy type permissions, refer to the Subtensor source code at:
&lt;<a class="github reference external" href="https://github.com/opentensor/subtensor/blob/main/runtime/src/lib.rs">opentensor/subtensor</a>&gt;
&lt;<a class="github reference external" href="https://github.com/RaoFoundation/subtensor/blob/main/runtime/src/lib.rs">RaoFoundation/subtensor</a>&gt;
Specifically, look for the <cite>impl InstanceFilter&lt;RuntimeCall&gt; for ProxyType</cite> implementation which defines the
exact filtering logic for each proxy type.</p></li>
<li><p>The values match exactly with the ProxyType enum defined in the Subtensor runtime. Any changes to the
Expand Down