From 7102bf23f9498180b8f39e55b45ce7587bb1ed2f Mon Sep 17 00:00:00 2001 From: Melroy van den Berg Date: Wed, 1 Apr 2026 01:23:44 +0200 Subject: [PATCH 1/2] Fix cashing typo + fix headers Signed-off-by: Melroy van den Berg --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index ed18dce..e73c936 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Bitcoin Cash Metadata Registry cashing server. +# Bitcoin Cash Metadata Registry caching server Adding metadata to boring payments is a very powerful idea to increase the value of the basic financial system we are building in Bitcoin Cash. @@ -16,7 +16,7 @@ images is metadata that is useful. Your wallet can avoid showing you "collectibles" that are nothing more than advertisements or scams if that metadata is available. -# A cashing metadata server +## A caching metadata server For the wallet or website there is a real challenge getting hold of the metadata because it is by its nature decentralized and people can create @@ -36,7 +36,7 @@ The solution is to have a central webserver to collect and distribute those materials which makes it easier for wallets and websites to find the data they need. -# Permissioned +## Permissioned The idea of anyone being able to create a token or identity is very powerful and allows for great innovation and freedom. @@ -62,7 +62,7 @@ What this project introduces is several trust levels informed choices to the user. When the trust is specifically stated to be bad, the wallet will be able to just ignore the spam they received. -# How would a wallet or website use this? +## How would a wallet or website use this? My own webserver is running on bcmr.flowee.cash and there you can find the various metadata. @@ -86,10 +86,8 @@ For example when a user pays in a store, they may receive an auth-chain ID. Which is just like a transaction-id, a 64 character hexadecimal. There is a single json you can download with the ID.json as a name. With -details like the name, a description and image urls. As this is a cashing +details like the name, a description and image urls. As this is a caching server you can find the images on the server too. This json includes a trust field, as set by the server operator. Imposers or spam will not stand a chance if the wallet uses that. - - -- 2.54.0 From 0aa0cf04cdcea58e88508b1c0044fbeef53f6dff Mon Sep 17 00:00:00 2001 From: Melroy van den Berg Date: Wed, 1 Apr 2026 01:26:10 +0200 Subject: [PATCH 2/2] Restore 1 single new line EOF Signed-off-by: Melroy van den Berg --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e73c936..a5cfa6e 100644 --- a/README.md +++ b/README.md @@ -91,3 +91,4 @@ server you can find the images on the server too. This json includes a trust field, as set by the server operator. Imposers or spam will not stand a chance if the wallet uses that. + -- 2.54.0