Skip to content

Commit

Permalink
Include Nexus in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
buberdds committed Dec 4, 2024
1 parent 59a84ea commit a7f84dd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
1 change: 1 addition & 0 deletions .changelog/2100.doc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Include Nexus in readme
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,9 @@ This code needs multiple components to run, all provided in the
- [envoy-proxy], used as a gRPC gateway for live access to the oasis-node, to
fetch live balance, information about the current state of the network, and to
submit transactions.
- [oasis-monitor], a block indexer to store historical data about transactions,
accounts, validators, rewards, blocks and more. It exposes an
[OpenAPI][monitor-swagger]. `oasis-monitor` requires two databases:

- A PostgreSQL instance to keep track of it's import batches
- A [Clickhouse] server to store the indexed data
- [oasis-nexus], is the official indexer for the Oasis Network, providing
the backend for the Oasis Explorer and ROSE Wallet.
It exposes an [API][oasis-nexus-api-spec].

- [oasis-scan], oasis blockchain explorer that enables view of historical data
about transactions, accounts, validators, paratimes, blocks, proposals and
Expand Down Expand Up @@ -223,9 +220,8 @@ Adding a new language:
[chromewebstore.google.com]: https://chromewebstore.google.com/detail/rose-wallet/ppdadbejkmjnefldpcdjhnkpbjkikoip
[docker-compose.yml]: docker-compose.yml
[envoy-proxy]: https://www.envoyproxy.io
[oasis-monitor]: https://oasismonitor.com
[monitor-swagger]: https://github.com/everstake/oasis-explorer/blob/master/swagger/swagger.yml
[Clickhouse]: https://github.com/ClickHouse/ClickHouse
[oasis-nexus]: https://github.com/oasisprotocol/nexus
[oasis-nexus-api-spec]: https://nexus.oasis.io/v1/spec/v1.html
[oasis-scan]: https://www.oasisscan.com
[scan-api-repo]: https://github.com/bitcat365/oasisscan-backend#oasisscan-api
[Cypress]: https://www.cypress.io/
Expand Down
Loading

0 comments on commit a7f84dd

Please sign in to comment.