Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions site/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,20 @@ footerHTML = 'License CC-01 , Built with <a href="https://gohugo.io" class="foot

[[params.social]]
key = 0
name = "secp256k1"
url = "https://github.com/rust-bitcoin/rust-secp256k1"
name = "hex"
url = "https://github.com/rust-bitcoin/hex-conservative"

[[params.social]]
key = 1
name = "secp256k1"
url = "https://git.rust-bitcoin.org/rust-bitcoin/rust-secp256k1"

[[params.social]]
key = 2
name = "bitcoin"
url = "https://github.com/rust-bitcoin/rust-bitcoin"

[[params.social]]
key = 1
key = 3
name = "miniscript"
url = "https://github.com/rust-bitcoin/rust-miniscript"
13 changes: 8 additions & 5 deletions site/content/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ primitives. It is designed for Rust programs built to work with the Bitcoin netw
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.

- [rust-bitcoincore-rpc](https://github.com/rust-bitcoin/rust-bitcoincore-rpc): A client library for
the Bitcoin Core JSON-RPC API.
- [corepc](https://github.com/rust-bitcoin/corepc): A set of crates for interacting with the Bitcoin
Core JSON-RPC API.

- [rust-miniscript](https://github.com/rust-bitcoin/rust-miniscript): Miniscript is an alternative
to Bitcoin Script. It can be efficiently and simply encoded as Script to ensure that it works on
Expand All @@ -25,10 +25,10 @@ you may find useful when writing Rust code that interacts with the Bitcoin netwo
- [rust-bitcoin](https://github.com/rust-bitcoin/rust-bitcoin): Your one-stop-shop for interacting
with the Bitcoin network in Rust.

- [bitcoin-hashes](https://github.com/rust-bitcoin/rust-bitcoin/tree/master/hashes): A simple,
- [bitcoin_hashes](https://github.com/rust-bitcoin/rust-bitcoin/tree/master/hashes): A simple,
no-dependency library which implements the hash functions needed by Bitcoin.

- [rust-secp256k1](https://github.com/rust-bitcoin/rust-secp256k1): Rust bindings for Pieter
- [rust-secp256k1](https://git.rust-bitcoin.org/rust-bitcoin/rust-secp256k1): Rust bindings for Pieter
Wuille's secp256k1 library, which is used for fast and accurate manipulation of signatures on the
secp256k1 curve.

Expand All @@ -37,7 +37,10 @@ you may find useful when writing Rust code that interacts with the Bitcoin netwo

- [rust-bech32](https://github.com/rust-bitcoin/rust-bech32): Rust implementation of the Bech32
encoding format described in BIP-0173 and Bech32m encoding format described in BIP-0350.


- [hex-conservative](https://github.com/rust-bitcoin/hex-conservative): General purpose hex
encoding/decoding library with a conservative MSRV and dependency policy.

### Projects

Currently rust-bitcoin is used by a number of projects, including:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
body{font-family:open sans,sans-serif;color:#f8f8ff;background-color:#292a2d;margin:0;display:flex;flex-direction:column;min-height:100vh}a{color:#36c}pre code{font-family:fira mono,monospace;font-size:75%;display:block;background:#252627;padding:10px;overflow:auto}code{font-family:fira mono,monospace;font-size:75%}h1{font-family:fira mono,monospace}h2{font-family:fira mono,monospace}h3{font-family:fira mono,monospace}h4{font-family:fira mono,monospace}h5{font-family:fira mono,monospace}h6{font-family:fira mono,monospace}@-ms-viewport{width: device-width; }@font-face{font-family:fira mono;src:url(../fonts/FiraMono/FiraMono-Medium.eot);src:local("Fira Mono"),url(../fonts/FiraMono/FiraMono-Medium.eot)format("embedded-opentype"),url(../fonts/FiraMono/FiraMono-Medium.woff)format("woff"),url(../fonts/FiraMono/FiraMono-Medium.ttf)format("truetype");font-weight:500;font-style:normal}@font-face{font-family:open sans;src:url(../fonts/OpenSans/OpenSans-Regular.eot);src:url(../fonts/OpenSans/OpenSans-Regular.eot?#iefix)format("embedded-opentype"),url(../fonts/OpenSans/OpenSans-Regular.woff)format("woff"),url(../fonts/OpenSans/OpenSans-Regular.ttf)format("truetype"),url(../fonts/OpenSans/OpenSans-Regular.svg#OpenSansRegular)format("svg");font-weight:400;font-style:normal}.footer{padding:15px;text-align:center;background-color:#252627}.footerLink{color:#f8f8ff}.header{font-family:fira mono,monospace;padding:20px;display:flex;justify-content:space-between;align-items:center}@media only screen and (min-width:992px){.header{width:760px}}.headerWrapper{overflow:auto;box-sizing:border-box;background-color:#252627;display:flex;justify-content:center;flex-shrink:0}.headerLinks ul{list-style:none;padding:0;margin:0}.headerLinks ul li{display:inline;margin:5px}.headerLinks ul li a{color:#f8f8ff;text-decoration:none}.terminal{color:#f8f8ff;text-decoration:none}.postDate{float:right;color:#f8f8ff}.postTitle{color:#36c;text-decoration:none;text-transform:capitalize;font-family:fira mono,monospace;font-size:1.2em;float:left}.postHeader{overflow:hidden}.postsList{margin-top:20px}.postListItem{padding:20px;background-color:#2f2f2f;margin-bottom:20px}.postExcerpt{text-align:initial;text-decoration:none;color:#f8f8ff}.headerContainer{display:flex;justify-content:space-between}.noDecoration{text-decoration:none}a,a:link,a:visited,a:hover,a:active{text-decoration:none}.socialNavbar ul{list-style:none;padding:0}.socialNavbar ul li{display:inline}.socialNavbar a{color:#f8f8ff;text-shadow:#2f2f2f 0 0 2px;-webkit-font-smoothing:antialiased;display:inline-block;margin:10px}.postWrapper{text-align:left}.listHeader,.listContent{text-align:left}.indexWrapper{display:flex;flex-direction:column;justify-content:center}.indexHeader{font-size:3em}.content{text-align:center;margin:0 auto;flex:1 auto;padding:20px}@media only screen and (min-width:992px){.content{display:flex;width:760px}}.vertical{display:flex;flex-direction:column;justify-content:center}.flexWrapper{display:flex;flex-direction:column;justify-content:center;min-height:100vh}.main{width:100%;height:100%}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"Target":"/sass/main.min.4e3efe637d21e3743f006dbceaa8d8f10952bb4f4d19989c58c5afb0fc120a52.css","MediaType":"text/css","Data":{"Integrity":"sha256-Tj7+Y30h43Q/AG286qjY8QlSu09NGZicWMWvsPwSClI="}}
Loading