Skip to content
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
2 changes: 1 addition & 1 deletion docs/base-account/framework-integrations/rainbowkit.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ Now that you have RainbowKit configured with Base Account, you can:
Learn more about RainbowKit and its features
</Card>

<Card title="Explore Wagmi Docs" icon="hook" href="https://wagmi.sh/react/hooks">
<Card title="Explore Wagmi Docs" icon="hook" href="https://wagmi.sh/react/api/hooks">
Learn more about wagmi and its features
</Card>
<Card title="Join the Base Community" icon="code" href="https://discord.com/invite/buildonbase">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Below are some popular wallet libraries and what we know of their plans for day

| Name | Support |
| ---------------------------------------------------------------------------------- | ------- |
| [Dynamic](https://docs.dynamic.xyz/wallets/advanced-wallets/coinbase-smart-wallet) | ✅ |
| [Dynamic](https://docs.dynamic.xyz) | ✅ |
| [Privy](https://docs.privy.io/guide/react/recipes/misc/coinbase-smart-wallets) | ✅ |
| [ThirdWeb](http://portal.thirdweb.com/connect) | ✅ |
| [ConnectKit](https://docs.family.co/connectkit) | ✅ |
Expand Down
2 changes: 1 addition & 1 deletion docs/base-account/quickstart/mobile-integration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ yarn add @mobile-wallet-protocol/client@latest

### Install peer dependencies

The Mobile Wallet Protocol Client library requires the [Expo WebBrowser](https://docs.expo.dev/versions/latest/sdk/webbrowser/) and [Async Storage](https://react-native-async-storage.github.io/async-storage/docs/install) packages to be installed.
The Mobile Wallet Protocol Client library requires the [Expo WebBrowser](https://docs.expo.dev/versions/latest/sdk/webbrowser/) and [Async Storage](https://github.com/react-native-async-storage/async-storage#getting-started) packages to be installed.
Follow the instructions on the respective pages for any additional setup.

<CodeGroup>
Expand Down
2 changes: 1 addition & 1 deletion docs/base-chain/network-information/base-contracts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ description: A comprehensive list of L2 contract addresses for Base Mainnet and

**Unneeded contract addresses**

Certain contracts are mandatory according to the [OP Stack SDK](https://stack.optimism.io/docs/build/sdk/#unneeded-contract-addresses), despite not being utilized. For such contracts, you can simply assign the zero address:
Certain contracts are mandatory according to the [OP Stack SDK](https://docs.optimism.io/app-developers/tools), despite not being utilized. For such contracts, you can simply assign the zero address:

- `StateCommitmentChain`
- `CanonicalTransactionChain`
Expand Down
33 changes: 9 additions & 24 deletions docs/get-started/data-indexers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ import {HeaderNoToc} from "/snippets/headerNoToc.mdx";

[Allium](https://www.allium.so/) is an Enterprise Data Platform that serves accurate, fast, and simple blockchain data. Currently serving 15 blockchains and over 100+ schemas, Allium offers near real-time Base data for infrastructure needs and enriched Base data (NFT, DEX, Decoded, Wallet360) for research and analytics.

Allium supports data delivery to multiple [destinations](https://docs.allium.so/integrations/overview), including Snowflake, Bigquery, Databricks, and AWS S3.
Allium supports data delivery to multiple [destinations](https://docs.allium.so/), including Snowflake, Bigquery, Databricks, and AWS S3.

Documentation:

- [Real-time](https://docs.allium.so/real-time-data/base)
- [Batch-enriched](https://docs.allium.so/data-tables/base)
- [Real-time](https://docs.allium.so/)
- [Batch-enriched](https://docs.allium.so/)

To get started, contact Allium [here](https://www.allium.so/contact).

Expand All @@ -33,19 +33,19 @@ References:

## Covalent

[Covalent](https://www.covalenthq.com/?utm_source=base&utm_medium=partner-docs) is a hosted blockchain data solution providing access to historical and current on-chain data for [100+ supported blockchains](https://www.covalenthq.com/docs/networks/?utm_source=base&utm_medium=partner-docs), including [Base](https://www.covalenthq.com/docs/networks/base/?utm_source=base&utm_medium=partner-docs).
[Covalent](https://www.covalenthq.com/?utm_source=base&utm_medium=partner-docs) is a hosted blockchain data solution providing access to historical and current on-chain data for [100+ supported blockchains](https://www.covalenthq.com/docs/introduction), including [Base](https://www.covalenthq.com/docs/introduction).

Covalent maintains a full archival copy of every supported blockchain, meaning every balance, transaction, log event, and NFT asset data is available from the genesis block. This data is available via:

1. [Unified API](https://www.covalenthq.com/docs/unified-api/?utm_source=base&utm_medium=partner-docs) - Incorporate blockchain data into your app with a familiar REST API
2. [Increment](https://www.covalenthq.com/docs/increment/?utm_source=base&utm_medium=partner-docs) - Create and embed custom charts with no-code analytics
1. [Unified API](https://www.covalenthq.com/docs/introduction) - Incorporate blockchain data into your app with a familiar REST API
2. [Increment](https://www.covalenthq.com/docs/introduction) - Create and embed custom charts with no-code analytics

To get started, [sign up](https://www.covalenthq.com/platform/?utm_source=base&utm_medium=partner-docs) and visit the [developer documentation](https://www.covalenthq.com/docs/?utm_source=base&utm_medium=partner-docs).
To get started, [sign up](https://www.covalenthq.com/platform/?utm_source=base&utm_medium=partner-docs) and visit the [developer documentation](https://www.covalenthq.com/docs/introduction).

<HeaderNoToc title="Supported Networks"/>

- [Base Mainnet](https://www.covalenthq.com/docs/networks/base/?utm_source=base&utm_medium=partner-docs)
- [Base Sepolia](https://www.covalenthq.com/docs/networks/base/?utm_source=base&utm_medium=partner-docs) (Testnet)
- [Base Mainnet](https://www.covalenthq.com/docs/introduction)
- [Base Sepolia](https://www.covalenthq.com/docs/introduction) (Testnet)



Expand Down Expand Up @@ -116,21 +116,6 @@ To get started with Moralis, you can [sign up for an account](https://moralis.io



## Nexandria

[Nexandria](https://www.nexandria.com/?utm_source=base-docs&utm_medium=partner-docs) API offers access to complete historical on-chain data at blazing speeds, arbitrary granularity (as low as block-level) and at viable unit economics (think web2 level costs). Our technology lets you generate subgraphs on the fly, unlocking unique endpoints like a statement of all the balance transfers for all the tokens, or a list of all the neighbors of an address with all the historical interaction details or a portfolio balance graph covering all the tokens across arbitrary time/block ranges.

References:

- [API Documentation](https://docs.nexandria.com/)
- [Sign-up](https://www.nexandria.com/api)

<HeaderNoToc title="Supported Networks"/>

- Base Mainnet



## 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