Skip to content

Commit

Permalink
Added Moralis to data indexers (#371)
Browse files Browse the repository at this point in the history
* Added Moralis to data indexers

* typos

* Update copy

* Remove superlatives

---------

Co-authored-by: taycaldwell <[email protected]>
  • Loading branch information
filipmartinsson and taycaldwell authored Mar 20, 2024
1 parent fe40196 commit 4844a84
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions apps/base-docs/docs/tools/data-indexers.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ keywords:
Base testnet,
blockchain data,
Covalent,
Moralis,
SubQuery,
The Graph,
GraphQL,
Expand Down Expand Up @@ -84,6 +85,19 @@ To get started, visit the [documentation](https://docs.envio.dev/docs/overview)

---

## Moralis

[Moralis](https://moralis.io/?utm_source=base-docs&utm_medium=partner-docs) offers comprehensive data APIs for crypto, offering both indexed and real-time data across 15+ chains. Moralis' APIs include portfolio and wallet balances, NFT data, token data, price data, candlestick data, net worth data, and a lot more. All of the data is enriched with things like metadata, parsed events and address labels.

To get started with Moralis, you can [sign up for an account](https://moralis.io/?utm_source=base-docs&utm_medium=partner-docs), visit the Moralis [documentation](https://docs.moralis.io/?utm_source=base-docs&utm_medium=partner-docs), or check out their tutorials on [Youtube](https://www.youtube.com/c/MoralisWeb3).

#### Supported Networks

- Base Mainnet
- Base Sepolia (Testnet)

---

## Shovel

[Shovel](https://indexsupply.com/shovel) is an [open source](https://github.com/indexsupply/code) tool for synchronizing Ethereum data to your Postgres database. Shovel can index block data, transaction data, and decoded event data. A single Shovel can index multiple chains simultaneously. Shovel is configured via a declarative JSON config file – no custom functions to save indexed data to your database.
Expand Down

0 comments on commit 4844a84

Please sign in to comment.