Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dmirgaleev authored Apr 8, 2024
1 parent 331a513 commit 0619994
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ What you can build with DipDup:
- Portfolio tracking tool
- A generic / specialized chain explorer
- An archive node for your L3 chain
- ???

## Features
- Blocks, events, and all operation types
Expand All @@ -38,7 +37,6 @@ Also check out the [cmd/rpc_tester](https://github.com/dipdup-io/starknet-indexe
## Public instances
Public deployments with reasonable rate limits are available for testing and prototyping:
- [Starknet mainnet](https://play.dipdup.io/?endpoint=https://starknet-mainnet-gql.dipdup.net/v1/graphql) `https://starknet-mainnet-gql.dipdup.net/v1/graphql`
- [Goerli2 testnet](https://play.dipdup.io/?endpoint=https://starknet-goerli2-gql.dipdup.net/v1/graphql) `https://starknet-goerli2-gql.dipdup.net/v1/graphql`

## Notes
- Indexer works on top of the API provided by the sequencer node — it contains the most comprehensive data set, in particular classes and ABIs ordinary nodes do not always have; It's possible though to outsource several request types to the node API to reduce the load on the sequencer and speed up the indexing process, there's an option in the config for that.
Expand Down

0 comments on commit 0619994

Please sign in to comment.