|
1 | | -<img align="right" src="https://ccdexplorer.io/static/apple-touch-icon.png" height="60"></img> |
2 | 1 | # CCDExplorer.io |
3 | 2 |
|
4 | 3 | Welcome to the CCDExplorer Universe. |
| 4 | +All code is tracked in the monorepo [ccdexplorer](https://github.com/ccdexplorer/ccdexplorer/blob/main/README.md) |
5 | 5 |
|
6 | | - |
7 | | -There are 3 user-facing services: |
8 | | -1. [ccdexplorer.io (the site)](#ccdexplorer-site) |
9 | | -2. [api.ccdexplorer.io (the api)](#ccdexplorer-api) |
10 | | -3. [notifications (the bot)](#ccdexplorer-bot) |
11 | | - |
12 | | -There are 8 non user facing services that enable this: |
13 | | -1. [ccdexplorer-heartbeat](#ccdexplorer-heartbeat) |
14 | | -2. [ccdexplorer-recurring](#ccdexplorer-recurring) |
15 | | -3. [ccdexplorer-paydays](#ccdexplorer-paydays) |
16 | | -4. [ccdexplorer-accounts-retrieval](#ccdexplorer-accounts-retrieval) |
17 | | -5. [ccdexplorer-nightrunner](#ccdexplorer-accounts) |
18 | | -6. [ccdexplorer-nightrunner](#ccdexplorer-nightrunner) |
19 | | -7. [ccdexplorer-recurring](#ccdexplorer-recurring) |
20 | | -8. [ccdexplorer-fundamentals](#ccdexplorer-fundamentals) |
21 | | - |
22 | | -## ccdexplorer-site |
23 | | -Please visit [the repo](https://github.com/ccdexplorer/ccdexplorer-site/blob/main/README.md) for more information. |
24 | | - |
25 | | -## ccdexplorer-api |
26 | | -Please visit [the repo](https://github.com/ccdexplorer/ccdexplorer-api/blob/main/README.md) for more information. |
27 | | - |
28 | | -## ccdexplorer-bot |
29 | | -Please visit [the repo](https://github.com/ccdexplorer/ccdexplorer-bot/blob/main/README.md) for more information. |
30 | | - |
31 | | -## ccdexplorer-heartbeat |
32 | | -This repo is the `heartbeat` of CCDExplorer Universe, filling the db with blocks, transactions and much more. Please visit [the repo](https://github.com/ccdexplorer/ccdexplorer-heartbeat/blob/main/README.md) for more information. |
33 | | - |
34 | | -## ccdexplorer-recurring |
35 | | -This repo contains methods that execute queries on a schedule, to shift workload form the user-facing services. Results are stored in separate collections in the db. Please visit [the repo](https://github.com/ccdexplorer/ccdexplorer-recurring/blob/main/README.md) for more information. |
36 | | - |
37 | | -## ccdexplorer-paydays |
38 | | -This repo contains code that runs on a daily basis to calculate the effects of paydays on delegators and validators. Please visit [the repo](https://github.com/ccdexplorer/ccdexplorer-paydays/blob/main/README.md) for more information. |
39 | | - |
40 | | -## ccdexplorer-nightrunner |
41 | | -This repo contains code that runs on a nightly basis, mainly preparing statistics. Please visit [the repo](https://github.com/ccdexplorer/ccdexplorer-nightrunner/blob/main/README.md) for more information. |
42 | | - |
43 | | -## ccdexplorer-accounts-retrieval |
44 | | -This repo contains code that runs on a nightly basis to retrieve all accounts as of the last block of the day. Please visit [the repo](https://github.com/ccdexplorer/ccdexplorer-accounts-retrieval/blob/main/README.md) for more information. |
45 | | - |
46 | | -## ccdexplorer-accounts |
47 | | -This repo contains the nightly accounts as of the last block of the day. Please visit [the repo](https://github.com/ccdexplorer/ccdexplorer-accounts/blob/main/README.md) for more information. |
48 | | - |
49 | | - |
50 | | -## ccdexplorer-fundamentals |
51 | | -This repo contains Shared code used by all other repos, including the Python GRPC SDK Please visit [the repo](https://github.com/ccdexplorer/ccdexplorer-fundamentals/blob/main/README.md) for more information. |
52 | | - |
53 | | - |
54 | | - |
55 | | - |
56 | | - |
57 | | -More repos to be added at a later stage. |
| 6 | +## Documentation |
| 7 | +Documentation (in draft) available at [docs](https://docs.ccdexplorer.io) |
0 commit comments