cybertensor
Project description
CYBERTENSOR
Step-by-step guide
Yuma Consensus
Deployed contract
Game of Tensors subnet ideas:
- Subnet for ambassadors
- Subnet for knowledge domains
- Subnet for network infrastructure operators
- Subnet for relayers infrastructure operators
- Subnet for IPFS nodes operators
- Your idea here
When? Soon
Install
- With pip:
pip3 install cybertensor
- From source:
git clone https://github.com/cybercongress/cybertensor.git
python3 -m pip install -e cybertensor/
- To test your installation, type:
ctcli --help
or using python
import cybertensor
Space Pussy setup
- Clone:
git clone https://github.com/cybercongress/cybertensor.git
cd cybertensor
- [Optional] Create and activate a virtual environment:
python3 -m venv venv
. venv/bin/activate
- Install from the source
python3 -m pip install -e .
- To test your installation, type:
ctcli --help
or using python
import cybertensor
Dev setup
- Use localbostrom:
git clone https://github.com/cybercongress/localbostrom
cd localbostrom
./hard_restart.sh
- Add mnemonics from localbostrom's README to local keystore:
cyber keys add validator --recover --home ./home
- Deploy code and instantiate contract:
cyber tx wasm store cybernet.wasm --from validator --home ./home --chain-id localbostrom --gas 8000000 --broadcast-mode block -y --keyring-backend test
cyber tx wasm instantiate 1 "{}" --from validator --home ./home --chain-id localbostrom --gas 5000000 --label cybernet1 --admin bostrom1phaxpevm5wecex2jyaqty2a4v02qj7qm5n94ug --broadcast-mode block -y --keyring-backend test
- Send tokens to contract and activate (with dmn):
cyber tx bank send validator bostrom14hj2tavq8fpesdwxxcu44rty3hh90vhujrvcmstl4zr3txmfvw9sww4mxt 1000000000000boot --home ./home --chain-id localbostrom --gas 500000 --broadcast-mode block -y --keyring-backend test
cyber tx wasm execute bostrom14hj2tavq8fpesdwxxcu44rty3hh90vhujrvcmstl4zr3txmfvw9sww4mxt '{"activate":{}}' --from validator --home ./home --chain-id localbostrom --gas 5000000 --broadcast-mode block -y --keyring-backend test
- Add mnemonics from localbostrom's README to ctcli keystore:
ctcli w regen_hotkey
ctcli w regen_coldkey
- Add contract and schemas to .cybertensor/contract dir:
tree ~/.cybertensor/contract
/Users/cyberhead/.cybertensor/contract
├── cybernet.wasm
└── schema
├── execute.json
├── instantiate.json
├── query.json
└── schema.json
- Register network:
ctcli s create
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cybertensor-0.1.5.tar.gz
(149.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
cybertensor-0.1.5-py3-none-any.whl
(203.1 kB
view details)
File details
Details for the file cybertensor-0.1.5.tar.gz.
File metadata
- Download URL: cybertensor-0.1.5.tar.gz
- Upload date:
- Size: 149.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b5743a07f6a83f4afc97f13c93f442c013af6a61a9395b02b682e8a816f75c75
|
|
| MD5 |
5a8fc6861c413773bc88a7c4590e03cb
|
|
| BLAKE2b-256 |
642b86fa4735cc60dc858a6ef7843945d51f2fb5cbee9507d662b794ce162888
|
File details
Details for the file cybertensor-0.1.5-py3-none-any.whl.
File metadata
- Download URL: cybertensor-0.1.5-py3-none-any.whl
- Upload date:
- Size: 203.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
77ddb048b96f5c5f78fd2ca35f945c49ca3cbc9bf5c2bb1c84551113bab69973
|
|
| MD5 |
0b56c9ee6547cc7eb1990dcccdd64072
|
|
| BLAKE2b-256 |
8ac8fee8ef631e2530f0e947b9158d0604220232948797d194280a9aa2214e11
|