Skip to content

leonardchinonso/bitcoin-k256

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Issues

Bitcoin K256

This is a fork of the official Bitcoin Rust library. The secp256k1 crate is swapped out for the k256 crate to remove the dependance on FFI calls to the C library in the official bitcoin library. This enables the use of this library on architectures that do not natively support the C compiler such as Risc0.
· Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Acknowledgments

About The Project

(back to top)

Built With

(back to top)

Getting Started

Check out the official bitcoin rust library

Prerequisites

Check out the official bitcoin rust library

Installation

Add to your Cargo.toml file

Usage

Check out the official bitcoin rust library

Roadmap

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Open a Pull Request with your suggested feature or bug fix

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Acknowledgments

(back to top)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages