Skip to content

Commit

Permalink
chore: Update readme
Browse files Browse the repository at this point in the history
Signed-off-by: Chawye Hsu <[email protected]>
  • Loading branch information
chawyehsu committed Sep 8, 2024
1 parent f0e74fe commit 5ab261d
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@

> CLI tool to generate vanity addresses for Nostr
[![cicd][cicd-badge]][cicd] [![release][release-badge]][releases] [![license][license-badge]](LICENSE) [![awesome-nostr][awesome-nostr-badge]][awesome-nostr]
[![cicd][cicd-badge]][cicd]
[![release][release-badge]][releases]
[![crates-svg]][crates-url]
[![license][license-badge]](LICENSE)
[![downloads][downloads-badge]][releases]
[![awesome-nostr][awesome-nostr-badge]][awesome-nostr]

## Usage
## Getting Started

If you have the Rust toolchain installed, you can install it easily with Cargo:

Expand Down Expand Up @@ -104,11 +109,14 @@ it offline if you are concerned.
<sub><em>Fun fact: I selected this address generated by the tool after accumulatively searching 55B+ keys. ;P</em></sub>

[Nostr]: https://github.com/nostr-protocol/nostr
[cicd-badge]: https://img.shields.io/github/actions/workflow/status/chawyehsu/nostr-vanity-address-generator/cicd.yml
[cicd-badge]: https://github.com/chawyehsu/nostr-vanity-address-generator/workflows/CICD/badge.svg
[cicd]: https://github.com/chawyehsu/nostr-vanity-address-generator/actions/workflows/cicd.yml
[release-badge]: https://img.shields.io/github/v/release/chawyehsu/nostr-vanity-address-generator
[releases]: https://github.com/chawyehsu/nostr-vanity-address-generator/releases/latest
[crates-svg]: https://img.shields.io/crates/v/nostrgen.svg
[crates-url]: https://crates.io/crates/nostrgen
[license-badge]: https://img.shields.io/github/license/chawyehsu/nostr-vanity-address-generator
[downloads-badge]: https://img.shields.io/github/downloads/chawyehsu/nostr-vanity-address-generator/total
[awesome-nostr-badge]: https://awesome.re/mentioned-badge-flat.svg
[awesome-nostr]: https://github.com/aljazceru/awesome-nostr
[rustup.rs]: https://rustup.rs
Expand Down

0 comments on commit 5ab261d

Please sign in to comment.