diff --git a/README.md b/README.md index b19083bd1..01d00db5f 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ Satonomics is a Bitcoin only on-chain data generator and visualizer that is full While [mempool.space](https://mempool.space) gives a very micro view of the network where you can follow the journey of any sats, this tool is the exact opposite and very complimentary by giving you a much more global/macro view of the flow and various dynamics of the network. -To promote even more transparency and trust in the network, this project is committed to making on-chain data accessible and verifiable to all, no matter their situation or intentions. This is why, the whole project is completely free, from code to services, including a real-time API with thousands and thousands routes which can be used at will. +To promote even more transparency and trust in the network, this project is committed to making on-chain data accessible and verifiable by all, no matter if you are a researcher, hardcore bitcoiner, trader or even gambler. That is why, the whole project is completely free, from code to services, including a real-time API with thousands and thousands of routes which can be used at will. -**Having anyone be able to do a health-check of the network is incredibly important and should be wanted by everyone.** +**Having anyone be able to easily do a health-check of the network is incredibly important and should be desired by every single bitcoiner.** ## Warning diff --git a/app/src/app/components/strip/components/anchorGeyser.tsx b/app/src/app/components/strip/components/anchorGeyser.tsx new file mode 100644 index 000000000..71b9d67b1 --- /dev/null +++ b/app/src/app/components/strip/components/anchorGeyser.tsx @@ -0,0 +1,26 @@ +import { Anchor } from "./anchor"; + +export function AnchorGeyser() { + return ( + (props: { class?: string }) => ( + + )} + href="https://geyser.fund/project/satonomics/" + /> + ); +} diff --git a/app/src/app/components/strip/index.tsx b/app/src/app/components/strip/index.tsx index 655ccfaa6..334e889de 100644 --- a/app/src/app/components/strip/index.tsx +++ b/app/src/app/components/strip/index.tsx @@ -1,4 +1,5 @@ import { AnchorAPI } from "./components/anchorAPI"; +import { AnchorGeyser } from "./components/anchorGeyser"; import { AnchorGit } from "./components/anchorGit"; import { AnchorLogo } from "./components/anchorLogo"; import { AnchorNostr } from "./components/anchorNostr"; @@ -32,6 +33,7 @@ export function StripDesktop({ + {/* */} );