/bitlib

A bitcoin utility library built with Rust. This repo contains code that chronicles my exploration of Rust and bitcoin. It is an attempt to port a similar python implementation.

Primary LanguageRust

bitlib

This is a repository of utility bitcoin code written as a library. It is being built with Rust, as I learn the language, and attempt to port the python equivalent - pbjs.

Updates are made as often as possible per class/function conversion.