-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
30 changed files
with
441 additions
and
504 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<!doctype html><html lang=en-us><head><title>404 | rust-bitcoin | ||
</title><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=generator content="Hugo 0.133.0"><link rel=canonical href=/404.html><link href=/sass/main.min.4e3efe637d21e3743f006dbceaa8d8f10952bb4f4d19989c58c5afb0fc120a52.css rel=stylesheet></head><body><div class=flexWrapper><header class=headerWrapper><div class=header><div><a href=/><span class=terminal>[email protected] ~ $</span></a></div><nav class=headerLinks><ul><li><a href=/about title>~/about</a></li><li><a href=/book title>~/cookbook</a></li><li><a href=/blog title>~/blog</a></li></ul></nav></div></header><div class=content><main class=main><h1>NOT FOUND</h1><p>You just hit a route that doesn't exist...</p></main></div><footer class=footer>© 2024 rust-bitcoin, Built with | ||
</title><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=generator content="Hugo 0.140.2"><link rel=canonical href=/404.html><link href=/sass/main.min.4e3efe637d21e3743f006dbceaa8d8f10952bb4f4d19989c58c5afb0fc120a52.css rel=stylesheet></head><body><div class=flexWrapper><header class=headerWrapper><div class=header><div><a href=/><span class=terminal>[email protected] ~ $</span></a></div><nav class=headerLinks><ul><li><a href=/about title>~/about</a></li><li><a href=/book title>~/cookbook</a></li><li><a href=/blog title>~/blog</a></li></ul></nav></div></header><div class=content><main class=main><h1>NOT FOUND</h1><p>You just hit a route that doesn't exist...</p></main></div><footer class=footer>© 2025 rust-bitcoin, Built with | ||
<a href=https://gohugo.io class=footerLink>Hugo</a> and | ||
<a href=https://github.com/LordMathis/hugo-theme-nightfall class=footerLink>Nightfall</a> theme</footer></div></body></html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<!doctype html><html lang=en-us><head><title>About | rust-bitcoin | ||
</title><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=generator content="Hugo 0.133.0"><link rel=canonical href=/about/><link href=/sass/main.min.4e3efe637d21e3743f006dbceaa8d8f10952bb4f4d19989c58c5afb0fc120a52.css rel=stylesheet></head><body><div class=flexWrapper><header class=headerWrapper><div class=header><div><a href=/><span class=terminal>[email protected] ~ $</span></a></div><nav class=headerLinks><ul><li><a href=/about title>~/about</a></li><li><a href=/book title>~/cookbook</a></li><li><a href=/blog title>~/blog</a></li></ul></nav></div></header><div class=content><main class=main><div class=postWrapper><h1>About</h1><div><p><strong>rust-bitcoin</strong> refers to the GitHub rust-bitcoin organization and also to the main repository (and | ||
</title><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=generator content="Hugo 0.140.2"><link rel=canonical href=/about/><link href=/sass/main.min.4e3efe637d21e3743f006dbceaa8d8f10952bb4f4d19989c58c5afb0fc120a52.css rel=stylesheet></head><body><div class=flexWrapper><header class=headerWrapper><div class=header><div><a href=/><span class=terminal>[email protected] ~ $</span></a></div><nav class=headerLinks><ul><li><a href=/about title>~/about</a></li><li><a href=/book title>~/cookbook</a></li><li><a href=/blog title>~/blog</a></li></ul></nav></div></header><div class=content><main class=main><div class=postWrapper><h1>About</h1><div><p><strong>rust-bitcoin</strong> refers to the GitHub rust-bitcoin organization and also to the main repository (and | ||
Rust crate) within that organization.</p><p>The rust-bitcoin crate is a library that supports the Bitcoin network protocol and associated | ||
primitives. It is designed for Rust programs built to work with the Bitcoin network.</p><h3 id=crates>Crates</h3><p>The rust-bitcoin organization includes a number of repositories containing various Rust crates that | ||
you may find useful when writing Rust code that interacts with the Bitcoin network.</p><ul><li><p><a href=https://github.com/rust-bitcoin/rust-bitcoincore-rpc>rust-bitcoincore-rpc</a>: A client library for | ||
|
@@ -13,6 +13,6 @@ | |
the libbitcoinconsensus library from Bitcoin Core.</p></li><li><p><a href=https://github.com/rust-bitcoin/rust-bech32>rust-bech32</a>: Rust implementation of the Bech32 | ||
encoding format described in BIP-0173 and Bech32m encoding format described in BIP-0350.</p></li></ul><h3 id=projects>Projects</h3><p>Currently rust-bitcoin is used by a number of projects, including:</p><ul><li><a href=https://github.com/romanz/electrs>electrs</a>: Electrum server in Rust.</li><li><a href=https://github.com/bitcoindevkit>Bitcoin Dev Kit (BDK)</a>: A library that allows you to seamlessly build | ||
cross-platform Bitcoin wallets without worrying about bitcoin internals.</li><li><a href=https://github.com/lightningdevkit>Lightning Dev Kit (LDK)</a>: A library that allows you to build a | ||
lightning node without worrying about implementing low-level lightning logic correctly.</li><li><a href=https://github.com/fedimint>Fedimint</a>: Federated chaumian e-cash on Bitcoin.</li><li><a href=https://github.com/MutinyWallet>Mutiny Wallet</a>: Mutiny is a self-custodial lightning wallet that runs in the browser.</li></ul></div></div></main></div><footer class=footer>© 2024 rust-bitcoin, Built with | ||
lightning node without worrying about implementing low-level lightning logic correctly.</li><li><a href=https://github.com/fedimint>Fedimint</a>: Federated chaumian e-cash on Bitcoin.</li><li><a href=https://github.com/MutinyWallet>Mutiny Wallet</a>: Mutiny is a self-custodial lightning wallet that runs in the browser.</li></ul></div></div></main></div><footer class=footer>© 2025 rust-bitcoin, Built with | ||
<a href=https://gohugo.io class=footerLink>Hugo</a> and | ||
<a href=https://github.com/LordMathis/hugo-theme-nightfall class=footerLink>Nightfall</a> theme</footer></div></body></html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<!doctype html><html lang=en-us><head><title>Hello | rust-bitcoin | ||
</title><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=generator content="Hugo 0.133.0"><link rel=canonical href=/blog/hello/><link href=/sass/main.min.4e3efe637d21e3743f006dbceaa8d8f10952bb4f4d19989c58c5afb0fc120a52.css rel=stylesheet></head><body><div class=flexWrapper><header class=headerWrapper><div class=header><div><a href=/><span class=terminal>[email protected] ~ $</span></a></div><nav class=headerLinks><ul><li><a href=/about title>~/about</a></li><li><a href=/book title>~/cookbook</a></li><li><a href=/blog title>~/blog</a></li></ul></nav></div></header><div class=content><main class=main><div class=postWrapper><h1>Hello</h1><div><p>Hello from the rust-bitcoin devs.</p><p>The “rust-bitcoin devs” is the group of developers responsible for writing and maintaining the | ||
</title><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=generator content="Hugo 0.140.2"><link rel=canonical href=/blog/hello/><link href=/sass/main.min.4e3efe637d21e3743f006dbceaa8d8f10952bb4f4d19989c58c5afb0fc120a52.css rel=stylesheet></head><body><div class=flexWrapper><header class=headerWrapper><div class=header><div><a href=/><span class=terminal>[email protected] ~ $</span></a></div><nav class=headerLinks><ul><li><a href=/about title>~/about</a></li><li><a href=/book title>~/cookbook</a></li><li><a href=/blog title>~/blog</a></li></ul></nav></div></header><div class=content><main class=main><div class=postWrapper><h1>Hello</h1><div><p>Hello from the rust-bitcoin devs.</p><p>The “rust-bitcoin devs” is the group of developers responsible for writing and maintaining the | ||
repositories under the GitHub <a href=https://github.com/rust-bitcoin>rust-bitcoin</a> organization.</p><p>We aim to write code that is correct according to the Bitcoin protocol and APIs that are hard to | ||
misuse - <strong>no foot-guns!</strong> We also try to make things fast.</p><p>We welcome any and all contributions. Be aware that because of the stated aims above our review | ||
cycle is sometimes drawn out and can be quite particular, don’t let that put you off - you too can | ||
be a rust-bitcoin dev!</p></div></div></main></div><footer class=footer>© 2024 rust-bitcoin, Built with | ||
be a rust-bitcoin dev!</p></div></div></main></div><footer class=footer>© 2025 rust-bitcoin, Built with | ||
<a href=https://gohugo.io class=footerLink>Hugo</a> and | ||
<a href=https://github.com/LordMathis/hugo-theme-nightfall class=footerLink>Nightfall</a> theme</footer></div></body></html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<!doctype html><html lang=en-us><head><title>Blogs | rust-bitcoin | ||
</title><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=generator content="Hugo 0.133.0"><link rel=canonical href=/blog/><link href=/blog/index.xml rel=alternate type=application/rss+xml title><link href=/blog/index.xml rel=feed type=application/rss+xml title><link href=/sass/main.min.4e3efe637d21e3743f006dbceaa8d8f10952bb4f4d19989c58c5afb0fc120a52.css rel=stylesheet></head><body><div class=flexWrapper><header class=headerWrapper><div class=header><div><a href=/><span class=terminal>[email protected] ~ $</span></a></div><nav class=headerLinks><ul><li><a href=/about title>~/about</a></li><li><a href=/book title>~/cookbook</a></li><li><a href=/blog title>~/blog</a></li></ul></nav></div></header><div class=content><main class=main><div><div class=listHeader><h1>Blogs</h1></div><div><a href=/blog/release-0.30.0/><div class=postListItem role=listitem><div class=postHeader><span class=postTitle>Release 0.30.0 is out!</span> | ||
</title><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=generator content="Hugo 0.140.2"><link rel=canonical href=/blog/><link href=/blog/index.xml rel=alternate type=application/rss+xml title><link href=/blog/index.xml rel=feed type=application/rss+xml title><link href=/sass/main.min.4e3efe637d21e3743f006dbceaa8d8f10952bb4f4d19989c58c5afb0fc120a52.css rel=stylesheet></head><body><div class=flexWrapper><header class=headerWrapper><div class=header><div><a href=/><span class=terminal>[email protected] ~ $</span></a></div><nav class=headerLinks><ul><li><a href=/about title>~/about</a></li><li><a href=/book title>~/cookbook</a></li><li><a href=/blog title>~/blog</a></li></ul></nav></div></header><div class=content><main class=main><div><div class=listHeader><h1>Blogs</h1></div><div><a href=/blog/release-0.30.0/><div class=postListItem role=listitem><div class=postHeader><span class=postTitle>Release 0.30.0 is out!</span> | ||
<span class=postDate>March 21, 2023</span></div><div class=postExcerpt><p><p><code>rust-bitcoin</code> <a href=https://docs.rs/bitcoin/0.30.0/bitcoin/index.html>version 0.30.0</a> is out now.</p></p></div></div></a><a href=/blog/hello/><div class=postListItem role=listitem><div class=postHeader><span class=postTitle>Hello</span> | ||
<span class=postDate>February 15, 2023</span></div><div class=postExcerpt><p><p>Hello from the rust-bitcoin devs.</p></p></div></div></a></div></div></main></div><footer class=footer>© 2024 rust-bitcoin, Built with | ||
<span class=postDate>February 15, 2023</span></div><div class=postExcerpt><p><p>Hello from the rust-bitcoin devs.</p></p></div></div></a></div></div></main></div><footer class=footer>© 2025 rust-bitcoin, Built with | ||
<a href=https://gohugo.io class=footerLink>Hugo</a> and | ||
<a href=https://github.com/LordMathis/hugo-theme-nightfall class=footerLink>Nightfall</a> theme</footer></div></body></html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<!doctype html><html lang=en-us><head><title>Release 0.30.0 is out! | rust-bitcoin | ||
</title><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=generator content="Hugo 0.133.0"><link rel=canonical href=/blog/release-0.30.0/><link href=/sass/main.min.4e3efe637d21e3743f006dbceaa8d8f10952bb4f4d19989c58c5afb0fc120a52.css rel=stylesheet></head><body><div class=flexWrapper><header class=headerWrapper><div class=header><div><a href=/><span class=terminal>[email protected] ~ $</span></a></div><nav class=headerLinks><ul><li><a href=/about title>~/about</a></li><li><a href=/book title>~/cookbook</a></li><li><a href=/blog title>~/blog</a></li></ul></nav></div></header><div class=content><main class=main><div class=postWrapper><h1>Release 0.30.0 is out!</h1><div><p><code>rust-bitcoin</code> <a href=https://docs.rs/bitcoin/0.30.0/bitcoin/index.html>version 0.30.0</a> is out now.</p><p>This is a rather large release so we decided to write an update guide for you guys. If this guide is | ||
</title><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=generator content="Hugo 0.140.2"><link rel=canonical href=/blog/release-0.30.0/><link href=/sass/main.min.4e3efe637d21e3743f006dbceaa8d8f10952bb4f4d19989c58c5afb0fc120a52.css rel=stylesheet></head><body><div class=flexWrapper><header class=headerWrapper><div class=header><div><a href=/><span class=terminal>[email protected] ~ $</span></a></div><nav class=headerLinks><ul><li><a href=/about title>~/about</a></li><li><a href=/book title>~/cookbook</a></li><li><a href=/blog title>~/blog</a></li></ul></nav></div></header><div class=content><main class=main><div class=postWrapper><h1>Release 0.30.0 is out!</h1><div><p><code>rust-bitcoin</code> <a href=https://docs.rs/bitcoin/0.30.0/bitcoin/index.html>version 0.30.0</a> is out now.</p><p>This is a rather large release so we decided to write an update guide for you guys. If this guide is | ||
not useful or lacking in some way please do let us know so we can do better.</p><p>First a little excuse for why this is going to be so painful. We try to deprecate things when we | ||
make API breaking changes, using</p><pre><code> #[deprecated(since = "x.y.z", note = "use foobar instead")] | ||
</code></pre><p>This allows us to give you a hint on how to upgrade by way of the compiler. The problem we hit was | ||
|
@@ -67,6 +67,6 @@ | |
path easier and helps to clarify the direction we are pushing in at the moment. As always, | ||
contributions are most welcome, issues, PRs, and even just ideas. We are here to provide the best | ||
crate we can for devs wishing to interact with the Bitcoin network in Rust, feedback from your | ||
usecase helps us a lot, help us out so we can help you.</p><p>Thanks,<br>Tobin (and the rust-bitcoin devs).</p></div></div></main></div><footer class=footer>© 2024 rust-bitcoin, Built with | ||
usecase helps us a lot, help us out so we can help you.</p><p>Thanks,<br>Tobin (and the rust-bitcoin devs).</p></div></div></main></div><footer class=footer>© 2025 rust-bitcoin, Built with | ||
<a href=https://gohugo.io class=footerLink>Hugo</a> and | ||
<a href=https://github.com/LordMathis/hugo-theme-nightfall class=footerLink>Nightfall</a> theme</footer></div></body></html> |
Oops, something went wrong.