From 9d2d4b7d5f6facf6ebef77db270601b2bf005bd4 Mon Sep 17 00:00:00 2001 From: k Date: Sat, 6 Jul 2024 11:10:02 +0200 Subject: [PATCH] readme: update --- README.md | 6 ++-- .../components/strip/components/anchorAPI.tsx | 35 ++++++++++--------- .../strip/components/anchorGeyser.tsx | 2 +- 3 files changed, 24 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index adcc63ab3..a62786bad 100644 --- a/README.md +++ b/README.md @@ -34,14 +34,15 @@ API: ## Goals / Philosophy -Adjectives that describe what this project is or strives to be: +Adjectives that describe what this project is or strives to be, in no particular order: - **Best**: Be the go to and replace Glassnode - **Diverse**: Have as many charts/datasets as possible and something for everyone +- **Transparent**: You can verify and see exactly how each dataset is computed - **Free**: Is and always will be completely free - **Independent**: Only one, easily swappable, dependency (Price API) +- **Timeless**: Be relevant and usable 10 years from now by being independent and not do address tagging - **Sovereign**: Be self-hostable on accessible hardware -- **Timeless**: Be relevant and usable 10 years from now - **Versatile**: Many many different datasets which can be viewed in chart, dashbards or raw values - **Accessible**: Huge free API with all the datasets @@ -54,6 +55,7 @@ Big features that are planned, in no particular order: - **Dashboards**: For a quick and real-time view of the latest data of all the datasets - **NOSTR integration**: First to save preferences, later to add some social functionnality - **Datasets by block timestamp**: In addition to having datasets by block date and block height +- **Descriptions**: Add text to describe all charts and what they mean _Maybe_: diff --git a/app/src/app/components/strip/components/anchorAPI.tsx b/app/src/app/components/strip/components/anchorAPI.tsx index bc8d0d916..1dbf157cc 100644 --- a/app/src/app/components/strip/components/anchorAPI.tsx +++ b/app/src/app/components/strip/components/anchorAPI.tsx @@ -4,22 +4,25 @@ export function AnchorAPI() { return ( () => ( - - - - )} + icon={ + () => IconTablerApi + // () => ( + // + // + // + // ) + } href="https://api.satonomics.xyz" /> ); diff --git a/app/src/app/components/strip/components/anchorGeyser.tsx b/app/src/app/components/strip/components/anchorGeyser.tsx index 71b9d67b1..3a0a61f2d 100644 --- a/app/src/app/components/strip/components/anchorGeyser.tsx +++ b/app/src/app/components/strip/components/anchorGeyser.tsx @@ -3,7 +3,7 @@ import { Anchor } from "./anchor"; export function AnchorGeyser() { return ( (props: { class?: string }) => (