Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include Nexus in readme #2100

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading