mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-06-10 06:53:33 -07:00
readme: update
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
Vendored
+2
-1
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user