Skip to content

jtraub91/bits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

10e051a · Jan 5, 2025

History

76 Commits
Jan 5, 2025
Apr 25, 2023
Jan 5, 2025
Jan 5, 2025
Nov 27, 2023
Jan 3, 2025
Jan 3, 2025
Apr 21, 2023
Apr 19, 2023
Jan 5, 2025
Jan 5, 2025
Feb 24, 2023

Repository files navigation

bits

Build and Test codecov

bits is a cli tool and pure Python library for Bitcoin

Dependencies

  • Python 3.7+

Installation

pip install bits

Install for development

git clone https://github.com/jtraub91/bits.git
cd bits/
pip install -e .[dev]
pre-commit install

Usage

See the following for command line usage

bits -h

Configuration

A configuration file is not strictly necessary, but may be leveraged, nominally located at ~/.bits/config.[toml|json], for overriding CLI defaults.

See conf/ for default configuration files.

Config file support

TOML is preferred for configuration files but is natively supported only on Python 3.11 and up; on the contrary, JSON is supported for all Python versions. Therefore, for all Python versions, if ~/.bits/config.json is present, it will be used, but for Python 3.11+, if ~/.bits/config.toml is present, it will be used instead.

Donate

1GjPvTLYLNodnBJ969DWHcqBMP3pa5tsV3

License

MIT License

Copyright (c) 2023 Jason Traub

See LICENSE.txt for details.

About

a pure Python implementation of Bitcoin

Topics

Resources

License

Stars

Watchers

Forks

Languages