Skip to content

Commit

Permalink
docs: Add icons
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese committed Jun 11, 2024
1 parent 68af0de commit 93176d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

Finer-grained permission management for bitcoind.

## How to use
## Usage 🐳

Via Docker Compose:

Expand All @@ -34,7 +34,7 @@ Via Docker CLI:
docker run -it --rm -p 8331:8331 -v "./btc_rpc_proxy.toml:/etc/btc_rpc_proxy.toml" dobtc/btc-rpc-proxy
```

## About
## About ℹ️

This is a proxy made specifically for `bitcoind` to allow finer-grained control of permissions. It enables you to specify several users and for each user the list of RPC calls they are allowed to make. When run against a prunded node, the proxy will perform on-demand block fetching and verification, enabling features of a non-pruned node while still using a pruned node.

Expand Down Expand Up @@ -81,7 +81,7 @@ Especially in case of packaged software.
* No support for Unix sockets.
* Redirect instead of blocking might be a useful feaure, which is now lacking.

## Stars
## Stars 🌟
[![Stars](https://starchart.cc/dobtc/btc-rpc-proxy.svg?variant=adaptive)](https://starchart.cc/dobtc/btc-rpc-proxy)

[build_url]: https://github.com/dobtc/btc-rpc-proxy/
Expand Down

0 comments on commit 93176d9

Please sign in to comment.