Skip to main content

Bittensor Resources

Essential resources for working with Bittensor and Subnet 46.

Official documentation

Network explorers

Command line tools

btcli

The Bittensor command-line interface for interacting with the network.

Installation:

pip install bittensor

Common commands:

# Check wallet balance
btcli wallet balance

# View subnet information
btcli subnet list

# Register on a subnet
btcli subnet register --netuid 46

# View metagraph
btcli subnet metagraph --netuid 46

Documentation: btcli guide

Developer tools

Community

Learning resources