readme: update

This commit is contained in:
k
2024-07-06 10:23:54 +02:00
parent abb4def848
commit 3de2862655
3 changed files with 8 additions and 5 deletions
+4 -2
View File
@@ -42,16 +42,18 @@ Adjectives that describe what this project is or strives to be:
- **Independent**: Only one, easily swappable, dependency (Price API)
- **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
## Milestones
Big features that are planned, in no particular order:
- **Homepage**: A landing page to explains the project and what it does
- **More Datasets/Charts**: If a dataset can be computed, it should exist and have its related charts
- **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
- **Homepage**: A landing page to explain the project and what it does
_Maybe_:
@@ -63,7 +65,7 @@ _Maybe_:
- **Name**: Willing to change if someone thinks of something better !
- **Logo**: Most likely a placeholder
## Git
## Collaboration
- Repositories:
- [Github](https://github.com/satonomics-org/satonomics)
@@ -4,8 +4,8 @@ export function AnchorGit() {
return (
<Anchor
title="Git"
icon={() => IconTablerGitMerge}
href="https://codeberg.org/satonomics/satonomics"
icon={() => IconTablerBrandGithubFilled}
href="https://github.com/satonomics-org/satonomics"
/>
);
}
+2 -1
View File
@@ -37,7 +37,8 @@ declare global {
const IconTablerBitcoin: typeof import('~icons/tabler/bitcoin.jsx')['default']
const IconTablerBitcoinCoin: typeof import('~icons/tabler/bitcoin-coin.jsx')['default']
const IconTablerBolt: (typeof import("~icons/tabler/bolt.jsx"))["default"]
const IconTablerBrandGithub: (typeof import("~icons/tabler/brand-github.jsx"))["default"]
const IconTablerBrandGithub: typeof import('~icons/tabler/brand-github.jsx')['default']
const IconTablerBrandGithubFilled: typeof import('~icons/tabler/brand-github-filled.jsx')['default']
const IconTablerBuildinFactory: (typeof import("~icons/tabler/buildin-factory.jsx"))["default"]
const IconTablerBuildingBank: typeof import('~icons/tabler/building-bank.jsx')['default']
const IconTablerBuildingFactory: typeof import('~icons/tabler/building-factory.jsx')['default']