{"categories":[{"label":"Internet","url":"https://skillfed.io/packages/category/internet/4"}],"enrichment":{"capability":"Bittensor is a Python SDK and CLI for interacting with the Bittensor blockchain, providing typed reads of chain state, transaction intents with safety policies, and a command-line interface for wallet and chain operations.","skillfed_tags":["blockchain","cryptocurrency","web3"],"use_cases":["Query chain state (balances, subnets, neurons, delegation) from Python or the command line without building a full blockchain node.","Submit staking, unstaking, and transfer transactions with fee preview and policy-based safety checks before execution.","Build agents or tools that interact with Bittensor by dispatching reads and intents by name rather than direct method calls.","Manage local wallets (create, regenerate, sign messages) and verify signatures for Bittensor accounts.","Automate testnet or finney operations via CLI with environment-variable or config-file-based network and wallet defaults."],"what_it_does":"Bittensor is a thin, unopinionated wrapper around the Bittensor blockchain, exposing chain reads and transaction intents through both a Python library and a command-line tool. The SDK uses typed namespaces for chain queries (balances, subnets, neurons, delegation), supports both blocking and async patterns, and wraps mutations as serializable intents that can be previewed before execution. The CLI (`btcli`) mirrors the SDK surface: every read becomes a `query` command, every intent becomes a `tx` command, with shell completion and persistent configuration for network and wallet settings.\n\nThe package is built as a projection of the chain's own runtime metadata, so reads and intents stay synchronized with the chain without manual updates. It includes wallet management (create, regenerate, sign, verify), a Policy system to bound what mutations may do, and unit-tagged Balance types that prevent mixing currencies. The design goal is safety and transparency: nothing is hidden, every chain call is either wrapped by an intent or explicitly marked raw-only, and a CI gate ensures no operations are silently forgotten.","worth_installing":"Yes. Bittensor is actively maintained, has low install friction, carries no known vulnerabilities, and is the canonical SDK for the Bittensor chain. Install it if you need to read chain state, submit transactions, or manage wallets on Bittensor; the CLI and library ship together, so you get both for one install."},"id":"bittensor","links":{"html":"https://skillfed.io/packages/bittensor","md":"https://skillfed.io/packages/bittensor.md","pypi":"https://pypi.org/project/bittensor/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-14","license_spdx":null,"license_treatment":"permissive","name":"bittensor","python_support":"supports_current","summary":"A lean Python SDK (import bittensor) and CLI (btcli) for the Bittensor chain."},"popularity":{"monthly_downloads":304950,"position":7801,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"11.1.0"}
