Skip to content

Commit

Permalink
Merge pull request #2 from lateminer/update-readme
Browse files Browse the repository at this point in the history
Update README.md with information about Rust Qtum
  • Loading branch information
alejoacosta74 authored Dec 20, 2023
2 parents 387d11c + 3f7b80a commit c444bf6
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# Rust Qtum

This repository was forked from [rust-bitcoin](https://github.com/rust-bitcoin/rust-bitcoin) in an effort to work with Qtum in Rust.

**WORK IN PROGRESS.**

### Supports (or should support)

* De/serialization of Qtum protocol network messages
* De/serialization of blocks and transactions
* Script de/serialization
* Private keys and address creation, de/serialization and validation (including full BIP32 support)
* PSBT v0 de/serialization and all but the Input Finalizer role. Use [rust-miniscript](https://docs.rs/miniscript/latest/miniscript/psbt/index.html) to finalize.

For JSONRPC interaction with Qtum Core, it is recommended to use
[rust-qtumcore-rpc](https://github.com/qtumproject/rust-qtumcore-rpc).

See below for the original Bitcoin README.

---

<div align="center">
<h1>Rust Bitcoin</h1>

Expand Down

0 comments on commit c444bf6

Please sign in to comment.