diff --git a/README.md b/README.md index 17f97e3a..f3c0a458 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,23 @@ -![Continuous integration](https://github.com/rust-bitcoin/rust-bitcoin/workflows/Continuous%20integration/badge.svg) -[![Safety Dance](https://img.shields.io/badge/unsafe-forbidden-success.svg)](https://github.com/rust-secure-code/safety-dance/) +
+

Rust Bitcoin

-# Rust Bitcoin Library + Rust Bitcoin logo by Hunter Trujillo, see license and source files under /logo + +

Library with support for de/serialization, parsing and executing on data-structures + and network messages related to Bitcoin. +

+ +

+ Crate Info + MIT or Apache-2.0 Licensed + CI Status + API Docs + Rustc Version 1.29+ + Chat on IRC + Lines of code +

+
-Library with support for de/serialization, parsing and executing on data -structures and network messages related to Bitcoin. [Documentation](https://docs.rs/bitcoin/) @@ -104,7 +117,7 @@ You can run tests with: cargo test ``` -Please refer to the [`cargo` documentation](https://doc.rust-lang.org/stable/cargo/) for more detailed instructions. +Please refer to the [`cargo` documentation](https://doc.rust-lang.org/stable/cargo/) for more detailed instructions. ## Pull Requests diff --git a/logo/README.md b/logo/README.md new file mode 100644 index 00000000..71a563db --- /dev/null +++ b/logo/README.md @@ -0,0 +1,32 @@ +# Rust Bitcoin Logo + +## Files + +Included are: + +- [rust-bitcoin-inkscape.svg](./rust-bitcoin-inkscape.svg) - The Inkscape source file with the things used to make the logo in case adjustments are desired +- [rust-bitcoin-optimized.svg](./rust-bitcoin-optimized.svg) - An optimized SVG for embedding or rendering at any size desired +- [rust-bitcoin.png](./rust-bitcoin.png) - The PNG logo rendered at 300px used by this project +- [rust-bitcoin-large.png](./rust-bitcoin-large.png) - A larger size 1024px x 1024px for convenience for embedding in presentations + +## Author + +Hunter Trujillo, @cryptoquick on [Twitter](https://twitter.com/cryptoquick), [GitHub](https://github.com/cryptoquick), and Telegram. + +## License + +Licensed in the public domain under [CC0 1.0 Universal Public Domain Dedication](https://creativecommons.org/publicdomain/zero/1.0/), and the author of this work rescinds all claims to copyright or coercion or acts of force from any nation state over this work for any purpose + +Bitcoin Logo is licensed under the CC Public Domain Dedication: and + +Rust Logo is licensed under CC-BY, which allows reuse and modifications for any purpose, as long as distributors give appropriate credit and indicate changes have been made. See here: + +## Acknowledgements + +Acknowledgement for the runners up in this PR: https://github.com/rust-bitcoin/rust-bitcoin/pull/891#issuecomment-1074476858 + +In particular, the Rust Bitcoin Wizard gear was an incredibly inspired piece of art. Also, the meshed gears design was beloved by some but not all. + +Thank you to the Rust Bitcoin maintainers and community, your timely responses and guidance was appreciated. + +Also, thank you to the voters on the Rust in Bitcoin Telegram group: . diff --git a/logo/rust-bitcoin-inkscape.svg b/logo/rust-bitcoin-inkscape.svg new file mode 100644 index 00000000..9b504a34 --- /dev/null +++ b/logo/rust-bitcoin-inkscape.svg @@ -0,0 +1,244 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/logo/rust-bitcoin-large.png b/logo/rust-bitcoin-large.png new file mode 100644 index 00000000..f0cce340 Binary files /dev/null and b/logo/rust-bitcoin-large.png differ diff --git a/logo/rust-bitcoin-optimized.svg b/logo/rust-bitcoin-optimized.svg new file mode 100644 index 00000000..31cf374b --- /dev/null +++ b/logo/rust-bitcoin-optimized.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/logo/rust-bitcoin.png b/logo/rust-bitcoin.png new file mode 100644 index 00000000..0f59dd16 Binary files /dev/null and b/logo/rust-bitcoin.png differ