forked from latent-to/developer-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathllms.txt
More file actions
140 lines (119 loc) · 7.84 KB
/
llms.txt
File metadata and controls
140 lines (119 loc) · 7.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
# Bittensor Documentation Resources
## Official Documentation
The primary sources for Bittensor documentation and learning resources.
- **Main Documentation**: https://docs.bittensor.com - Comprehensive technical documentation covering all aspects of Bittensor
- **Learn Bittensor**: https://learnbittensor.org - User-friendly explanations and tutorials for beginners
## Quick Reference
- **FAQ**: https://docs.bittensor.com/questions-and-answers - Frequently asked questions
- **Glossary**: https://docs.bittensor.com/glossary - Comprehensive terminology reference
- **Release Notes**: https://docs.bittensor.com/bittensor-rel-notes - Version release information
## Core Concepts
### Introduction
- **Introduction to Bittensor**: https://docs.bittensor.com/learn/introduction
- **Learn Bittensor Introduction**: https://learnbittensor.org/explore/article/introduction-to-bittensor
### Subnets
- **Understanding Subnets**: https://docs.bittensor.com/subnets/understanding-subnets
- **Creating Subnets**: https://docs.bittensor.com/subnets/create-a-subnet
- **Subnet Management**:
- Subnet Creators Guide: https://docs.bittensor.com/subnets/subnet-creators-btcli-guide
- Subnet Hyperparameters: https://docs.bittensor.com/subnets/subnet-hyperparameters
- Working with Subnets: https://docs.bittensor.com/subnets/working-with-subnets
- Walkthrough of Example Subnet: https://docs.bittensor.com/subnets/walkthrough-prompting
### Consensus and Emissions
The mechanisms that power Bittensor's incentive system and reward distribution.
- **Yuma Consensus**: https://docs.bittensor.com/yuma-consensus - Technical details of Bittensor's consensus mechanism
- **Emissions**: https://docs.bittensor.com/emissions - How TAO and alpha tokens are distributed in the network
### Dynamic TAO
- **Dynamic TAO Guide**: https://docs.bittensor.com/dynamic-tao/dtao-guide
- **Dynamic TAO FAQ**: https://docs.bittensor.com/dynamic-tao/dtao-faq
- **SDK Cheat Sheet**: https://docs.bittensor.com/dynamic-tao/sdk-cheat-sheet
## Network Participants
### Miners
Participants who provide AI services to the network.
- **Miner Documentation**: https://docs.bittensor.com/miners/ - Complete guide to mining on Bittensor
- **Miner Guide**: https://docs.bittensor.com/miners/miners-btcli-guide - Command-line interface guide for miners
- **Learn Bittensor Miner Concept**: https://learnbittensor.org/explore/concept/miner - Simplified explanation of mining
### Validators
Network participants who verify and rank miner performance.
- **Validator Documentation**: https://docs.bittensor.com/validators/ - Comprehensive validator guide
- **Validator Guide**: https://docs.bittensor.com/validators/validators-btcli-guide - CLI operations for validators
- **Child Hotkeys**: https://docs.bittensor.com/validators/subnets/child-hotkeys - Managing multiple validator instances
- **Learn Bittensor Validator Concept**: https://learnbittensor.org/explore/concept/validator - Beginner's guide to validation
### Staking and Delegation
- **Staking/Delegation Overview**: https://docs.bittensor.com/staking-and-delegation/delegation
- **Staking Guides**:
- BTCLI Guide: https://docs.bittensor.com/staking-and-delegation/stakers-btcli-guide
- Managing Stake with BTCLI: https://docs.bittensor.com/staking-and-delegation/managing-stake-btcli
- Managing Stake with SDK: https://docs.bittensor.com/staking-and-delegation/managing-stake-sdk
- Polkadot.js Guide: https://docs.bittensor.com/staking-and-delegation/staking-polkadot-js
- Ledger Hardware Wallet: https://docs.bittensor.com/staking-and-delegation/using-ledger-hw-wallet
## Development Tools
Essential tools for building and interacting with Bittensor.
### BTCLI (Command Line Interface)
The primary command-line tool for Bittensor operations.
- **Overview**: https://docs.bittensor.com/btcli/overview - Introduction to BTCLI
- **Installation**: https://docs.bittensor.com/getting-started/install-btcli - Setting up BTCLI
- **Playground**: https://docs.bittensor.com/btcli/btcli-playground - Interactive BTCLI learning environment
- **Permissions**: https://docs.bittensor.com/btcli-permissions - Understanding BTCLI access levels
- **Full Reference**: https://docs.bittensor.com/btcli - Complete command reference
### Bittensor Python SDK
- **Installation**: https://docs.bittensor.com/getting-started/installation
- **Wallet SDK Installation**: https://docs.bittensor.com/getting-started/install-wallet-sdk
- **SDK Documentation**:
- Async Subtensor: https://docs.bittensor.com/python-api/autoapi/bittensor/core/async_subtensor/index.html
- Subtensor: https://docs.bittensor.com/python-api/autoapi/bittensor/core/subtensor/index.html
- Metagraph API: https://docs.bittensor.com/python-api/html/autoapi/bittensor/metagraph/index.html
- Bittensor Wallet: https://docs.bittensor.com/btwallet-api/html/autoapi/btwallet/wallet/index.html
- **Migration Guide**: https://docs.bittensor.com/migration_guide
- **Subtensor Connections**: https://docs.bittensor.com/sdk/managing-subtensor-connections
## Security
### Wallets and Keys
- **Wallet Basics**: https://docs.bittensor.com/getting-started/wallets
- **Seed Phrase Security**: https://docs.bittensor.com/keys/handle-seed-phrase
- **Coldkey/Hotkey Security**: https://docs.bittensor.com/getting-started/coldkey-hotkey-security
- **Working with Keys**: https://docs.bittensor.com/working-with-keys
- **Multisig Security**: https://docs.bittensor.com/keys/multisig
- **Coldkey Rotation**: https://docs.bittensor.com/subnets/schedule-coldkey-swap
## Network Environments
### Endpoints
- **Mainnet**: wss://entrypoint-finney.opentensor.ai:443
- **Testnet**: wss://test.finney.opentensor.ai:443
- **Devnet**: wss://dev.chain.opentensor.ai:443
## Advanced Topics
### Local Development
- **Local Subtensor Deployment**: https://docs.bittensor.com/local-build/deploy
### Subtensor Nodes
- **Node Basics**: https://docs.bittensor.com/subtensor-nodes/
- **Node Requirements**: https://docs.bittensor.com/subtensor-nodes/subtensor-node-requirements
- **Source Installation**: https://docs.bittensor.com/subtensor-nodes/using-source
- **Docker Installation**: https://docs.bittensor.com/subtensor-nodes/using-docker
- **Rate Limits**: https://docs.bittensor.com/subtensor-nodes/subtensor-rate-limits
- **Storage Queries**: https://docs.bittensor.com/subtensor-nodes/subtensor-storage-query-examples
- **Error Messages**: https://docs.bittensor.com/subtensor-nodes/subtensor-error-messages
### EVM Integration
- **EVM on Bittensor Overview**: https://docs.bittensor.com/evm-tutorials/
- **EVM on Subtensor**: https://docs.bittensor.com/evm-tutorials/evm-on-subtensor
- **Installation**: https://docs.bittensor.com/evm-tutorials/install
- **Setup**:
- Hardhat Config: https://docs.bittensor.com/evm-tutorials/hardhat-config-for-subtensor-evm
- Testnet: https://docs.bittensor.com/evm-tutorials/evm-testnet-with-metamask-wallet
- Localnet: https://docs.bittensor.com/evm-tutorials/evm-localnet-with-metamask-wallet
- Mainnet: https://docs.bittensor.com/evm-tutorials/evm-mainnet-with-metamask-wallet
- **Precompiles**:
- Metamask to SS58: https://docs.bittensor.com/evm-tutorials/transfer-from-metamask-to-ss58
- Between H160 Accounts: https://docs.bittensor.com/evm-tutorials/transfer-between-two-h160-accounts
- Staking Precompile: https://docs.bittensor.com/evm-tutorials/staking-precompile
- ED25519 Verify: https://docs.bittensor.com/evm-tutorials/ed25519-verify-precompile
### Governance
- **Overview**: https://docs.bittensor.com/governance
- **Senate**: https://docs.bittensor.com/senate
- **Senator Guide**: https://docs.bittensor.com/governance/senators-btcli-guide
## Releases and Downloads
### Bittensor
- **PyPI**: https://pypi.org/project/bittensor/
- **GitHub**: https://github.com/opentensor/bittensor/releases
### BTCLI
- **PyPI**: https://pypi.org/project/bittensor-cli/
- **GitHub**: https://github.com/opentensor/btcli/releases
### Subtensor
- **GitHub**: https://github.com/opentensor/subtensor/releases