Skip to main content

cybertensor

Project description

CYBERTENSOR

GitHub Python PyPI - Version

Step-by-step guide

Yuma Consensus

Deployed contract

Game of Tensors subnet ideas:

  1. Subnet for ambassadors
  2. Subnet for knowledge domains
  3. Subnet for network infrastructure operators
  4. Subnet for relayers infrastructure operators
  5. Subnet for IPFS nodes operators
  6. Your idea here

When? Soon

Install

  1. With pip:
pip3 install cybertensor
  1. From source:
git clone https://github.com/cybercongress/cybertensor.git
python3 -m pip install -e cybertensor/
  1. To test your installation, type:
ctcli --help

or using python

import cybertensor

Space Pussy setup

  1. Clone:
git clone https://github.com/cybercongress/cybertensor.git
cd cybertensor
  1. [Optional] Create and activate a virtual environment:
python3 -m venv venv
. venv/bin/activate
  1. Install from the source
python3 -m pip install -e .
  1. To test your installation, type:
ctcli --help

or using python

import cybertensor

Dev setup

  1. Use localbostrom:
git clone https://github.com/cybercongress/localbostrom
cd localbostrom
./hard_restart.sh
  1. Add mnemonics from localbostrom's README to local keystore:
cyber keys add validator --recover --home ./home
  1. 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
  1. 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
  1. Add mnemonics from localbostrom's README to ctcli keystore:
ctcli w regen_hotkey
ctcli w regen_coldkey
  1. 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
  1. Register network:
ctcli s create

Project details


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.2.4.tar.gz (190.6 kB view details)

Uploaded Source

Built Distribution

cybertensor-0.2.4-py3-none-any.whl (248.7 kB view details)

Uploaded Python 3

File details

Details for the file cybertensor-0.2.4.tar.gz.

File metadata

  • Download URL: cybertensor-0.2.4.tar.gz
  • Upload date:
  • Size: 190.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.19

File hashes

Hashes for cybertensor-0.2.4.tar.gz
Algorithm Hash digest
SHA256 18ba7d7f8691ba2f763e119d777514ff42fd618ae9f371cebd5cc1fd914140ff
MD5 005cb2570803e34d9812f14bdfcc7305
BLAKE2b-256 463352472eb879124044f316850efbfc21aac6a6a4286fde2ffebb67bd1db86b

See more details on using hashes here.

File details

Details for the file cybertensor-0.2.4-py3-none-any.whl.

File metadata

  • Download URL: cybertensor-0.2.4-py3-none-any.whl
  • Upload date:
  • Size: 248.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.19

File hashes

Hashes for cybertensor-0.2.4-py3-none-any.whl
Algorithm Hash digest
SHA256 f00f0ac03f5591b5517552bafd8fd8abf53bb70b365f68b191a4f2cb38c1243f
MD5 9f4d40f4bd2484c62d717588ea97c51b
BLAKE2b-256 ee23d22f6595ed1cc67b7e2377dabb17664ada75d9948181d07b1cc83875d94d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page