Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

BittensorWallet is a library for managing wallet keypairs, keyfiles, etc. for the Bittensor Python API

License

Notifications You must be signed in to change notification settings

opentensor/bittensor-wallet

Repository files navigation

BittensorWallet - v0.0.5

BittensorWallet is a library for managing wallet keypairs, keyfiles, etc. for the Bittensor Python API.

The purpose of this repo is to separate the concern of keyfile management from the https://github.com/opentensor/bittensor repo, to decrease the attack surface of Bittensor related to local keys and wallet functionality.

Installation

This package can be installed from PyPi.org:

pip install bittensor-wallet==0.0.5

or via this repo (using gh-cli):

gh repo clone opentensor/bittensor-wallet
cd bittensor-wallet
pip install -e .

About

BittensorWallet is a library for managing wallet keypairs, keyfiles, etc. for the Bittensor Python API

Resources

License

Stars

Watchers

Forks

Packages

No packages published