Skip to content

Commit

Permalink
Merge pull request #440 from ethereum-optimism/incl-criteria-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sbvegan authored Jan 20, 2024
2 parents 08d523b + 1696861 commit 66a8d8c
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 121 deletions.
20 changes: 18 additions & 2 deletions pages/builders/tools/block-explorers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,21 @@ import { Callout } from 'nextra/components'

This reference guide lists different block explorers you can use to interact with contract source code and view transaction history for OP Mainnet and OP Sepolia.

<Callout type="info">
Please visit the community [Block Explorers page](https://github.com/ethereum-optimism/developers/blob/main/community/tools/block-explorers.md) for a listing of third-party block explorers being used or built by the Optimism developer community.
<Callout type="default">
This page includes providers that meet specific [inclusion criteria](#inclusion-criteria), as outlined below. Please visit the [community block explorers page](https://github.com/ethereum-optimism/developers/blob/main/community/tools/block-explorers.md) for an additional listing of third-party block explorers.
</Callout>

## Inclusion Criteria

Developer teams who want to feature products/tools on this page must meet the following criteria:

1. **ongoing partnership** with Optimism whether formal agreement, RPGF, RFP, collaborated on specific initiatives, etc.;
2. **established user base** and OP ecosystem engagement such as governance participation, homegrown TG or Discord participation, etc.; and
3. **actively maintained developer tool** that aligns with OP's commitment to a magical developer experience (e.g., easy-to-use, easy-to-integrate, great DevX, highly-rated by community, etc.)

For teams that are supporting but still establishing a user base, we encourage you to share your tool on the [community block explorers page](https://github.com/ethereum-optimism/developers/blob/main/community/tools/block-explorers.md).
You can also promote your tool in the [developer forum](https://github.com/ethereum-optimism/developers/discussions/categories/show-and-tell) and signup to share your tool at the next [demo day](https://community.optimism.io/docs/contribute/demo-day/).

## Blockscout

We have a Blockscout explorer for [OP Mainnet](https://optimism.blockscout.com) and [OP Sepolia](https://optimism-sepolia.blockscout.com/). It includes:
Expand Down Expand Up @@ -61,3 +72,8 @@ Once Upon currently supports:

Because of our final regenesis on 11 November 2021, older transactions are not part of the current blockchain and do not appear on [Etherscan](https://explorer.optimism.io/).
However, you **can** access transaction history between 23 June 2021 and the final regenesis using a number of different tools. For detailed instructions, see [Regenesis History](/builders/tools/regenesis-history).

## Next Steps

* Please visit the [community block explorers page](https://github.com/ethereum-optimism/developers/blob/main/community/tools/block-explorers.md) for a listing of third-party block explorers used by the Optimism developer community.
* Looking for other developer tools? See [developer tools overview](overview) to explore more options!
18 changes: 15 additions & 3 deletions pages/builders/tools/faucets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ The Superchain Faucet is a great place to start if you're looking for testnet ET

## Additional Faucets

<Callout type="default">
This page includes providers that meet specific [inclusion criteria](#inclusion-criteria), as outlined below. Please visit the [community faucets page](https://github.com/ethereum-optimism/developers/blob/main/community/tools/faucets.md) for an additional listing of third-party faucets.
</Callout>

| Faucet Name | Supported Networks |
| ---------------------------------------------------------- | ------------------- |
| [Alchemy Faucet](https://sepoliafaucet.com) | Sepolia |
Expand All @@ -33,9 +37,16 @@ The Superchain Faucet is a great place to start if you're looking for testnet ET
| [LearnWeb3 Faucet](https://learnweb3.io/faucets) | Sepolia, OP Sepolia |
| [Native USDC Faucet](https://faucet.circle.com/) | Sepolia, OP Sepolia |

<Callout type="info">
Please visit the community [Testnet Faucets page](https://github.com/ethereum-optimism/developers/blob/main/community/tools/faucets.md) for a listing of third-party faucets being used or built by the Optimism developer community.
</Callout>
## Inclusion Criteria

Developer teams who want to feature products/tools on this page must meet the following criteria:

1. **ongoing partnership** with Optimism whether formal agreement, RPGF, RFP, collaborated on specific initiatives, etc.;
2. **established user base** and OP ecosystem engagement such as governance participation, homegrown TG or Discord participation, etc.; and
3. **actively maintained developer tool** that aligns with OP's commitment to a magical developer experience (e.g., easy-to-use, easy-to-integrate, great DevX, highly-rated by community, etc.)

For teams that are supporting but still establishing a user base, we encourage you to share your tool on the [community faucets page](https://github.com/ethereum-optimism/developers/blob/main/community/tools/faucets.md).
You can also promote your tool in the [developer forum](https://github.com/ethereum-optimism/developers/discussions/categories/show-and-tell) and signup to share your tool at the next [demo day](https://community.optimism.io/docs/contribute/demo-day/).

## Bridge from Sepolia

Expand All @@ -45,3 +56,4 @@ If you have testnet ETH on Sepolia, you can bridge it to OP Sepolia (and vice ve

* If you're new to onchain development, check out [Optimism Unleashed](https://cryptozombies.io/en/optimism) by CryptoZombies and [Superchain Builder NFT](https://web.archive.org/web/20231218203510/https://blog.thirdweb.com/guides/optimism-superchain-faucet-nft/) by ThirdWeb.
* If you're familiar with onchain development, check out the [Optimism Ecosystem's Contributions Dashboard](https://optimism.io/ideas/) for project ideas that the Optimism Collective is looking for.
* Looking for other developer tools? See [developer tools overview](overview) to explore more options!
133 changes: 17 additions & 116 deletions pages/builders/tools/rpc-providers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,87 +10,39 @@ import { Callout } from 'nextra/components'

This reference guide lists different RPC and node providers to help you connect to an Optimism node.

<Callout type="info">
Please visit the community [Node Providers page](https://github.com/ethereum-optimism/developers/blob/main/community/tools/node-providers.md) for a listing of third-party node providers being used by the Optimism developer community.
<Callout type="default">
This page includes providers that meet specific [inclusion criteria](#inclusion-criteria), as outlined below. Please visit the [community node providers page](https://github.com/ethereum-optimism/developers/blob/main/community/tools/node-providers.md) for an additional listing of third-party node providers.
</Callout>

## Ankr

### Description and Pricing

[Ankr](https://www.ankr.com/) provides a geo-distributed and decentralized (free) public and premium (Pay-as-you-go) [Optimism RPC](https://www.ankr.com/rpc/optimism/) comprised of many independent blockchain nodes running worldwide for low-latency and incredibly reliable connections.

Moreover, Ankr offers access to developer tooling on OP Mainnet (and testnets) like SDKs and [Advanced APIs](https://www.ankr.com/advanced-api/) such as NFT, Token and Query API.

### Supported Networks

* OP Mainnet
* OP Sepolia

## Alchemy
## Inclusion Criteria

### Alchemy's Description & Pricing
Developer teams who want to feature products/tools on this page must meet the following criteria:

[Alchemy](https://docs.alchemy.com/reference/optimism-api-quickstart/?a=818c11a8da) is a popular API provider and developer platform. Its robust, free tier offers access to enhanced features like SDKs and enhanced APIs and hosted OP Mainnet and testnet nodes.
1. **ongoing partnership** with Optimism whether formal agreement, RPGF, RFP, collaborated on specific initiatives, etc.;
2. **established user base** and OP ecosystem engagement such as governance participation, homegrown TG or Discord participation, etc.; and
3. **actively maintained developer tool** that aligns with OP's commitment to a magical developer experience (e.g., easy-to-use, easy-to-integrate, great DevX, highly-rated by community, etc.)

### Supported Networks
For teams that are supporting but still establishing a user base, we encourage you to share your tool on the [community node providers page](https://github.com/ethereum-optimism/developers/blob/main/community/tools/node-providers.md).
You can also promote your tool in the [developer forum](https://github.com/ethereum-optimism/developers/discussions/categories/show-and-tell) and signup to share your tool at the next [demo day](https://community.optimism.io/docs/contribute/demo-day/).

* OP Mainnet
* OP Sepolia

## Blast
## Ankr

### Description and Pricing

[Blast](https://blastapi.io/) offers access to dedicated OP Mainnet (and testnet) nodes with free data access up to 12M API calls per month and 25 req/s. Paid subscription tiers are available for all development needs.
On the platform, there are also [Public APIs](https://blastapi.io/public-api/optimism) available that can be added easily in Metamask.

### Supported Networks

* OP Mainnet

## Blockpi

### Description and Pricing
[Ankr](https://www.ankr.com/) provides a geo-distributed and decentralized (free) public and premium (Pay-as-you-go) [Optimism RPC](https://www.ankr.com/rpc/optimism/) comprised of many independent blockchain nodes running worldwide for low-latency and incredibly reliable connections.

[Blockpi](https://blockpi.io/) Network ships scalable, high performance and globally distributed infrastructure with the most flexible and developer-first pricing in the industry. Build from scratch all the way to enterprise without monthly subscription.
Register at [dashboard](https://dashboard.blockpi.io/) and get Free 100M RU every month!
Moreover, Ankr offers access to developer tooling on OP Mainnet (and testnets) like SDKs and [Advanced APIs](https://www.ankr.com/advanced-api/) such as NFT, Token and Query API.

### Supported Networks

* OP Mainnet
* OP Sepolia

## BlockSpaces

[BlockSpaces](https://www.blockspaces.com/) is a multiweb integration platform that is currently offering Web3 infrastructure for free, up to 10 million transactions supported DAILY.
To get started, click [here](https://www.blockspaces.com/) and leave an email address. If being able to integrate your OP Mainnet dApp to other web2 business platforms (like Quickbooks) interests you, make sure to sign up for our Multiweb integration waitlist.

### Supported Networks

* OP Mainnet

## BlockVision

[BlockVision](https://blockvision.org/) is a one-stop development platform and onchain data retrieval portal for developers that boasts impressively low-latencies and high availability.

### Supported Networks

* OP Mainnet

## Chainnodes
## Alchemy

### Description and Pricing

[Chainnodes](https://www.chainnodes.org/) offers low-latency archival nodes for OP Mainnet (and testnets) with a free tier and transparent pricing for all needs. Websocket support is included for all networks. Debug and trace APIs and archival requests are available and free.

### Supported Networks

* OP Mainnet

## GetBlock

[GetBlock developer](https://getblock.io/en/nodes/optimism/) tools and valuable insights guarantee a simple and reliable API access to multiple blockchains.
[Alchemy](https://docs.alchemy.com/reference/optimism-api-quickstart/?a=818c11a8da) is a popular API provider and developer platform. Its robust, free tier offers access to enhanced features like SDKs and enhanced APIs and hosted OP Mainnet and testnet nodes.

### Supported Networks

Expand All @@ -110,50 +62,6 @@ To get started, click [here](https://www.blockspaces.com/) and leave an email ad
* OP Mainnet
* OP Sepolia

## NodeReal

### Description and pricing

[NodeReal](https://nodereal.io/) is a one-stop blockchain infrastructure and services provider, we provide scalable, reliable, and efficient blockchain solutions for everyone, aiming to support the massive adoption, growth, and long-term success of the Web3 ecosystem. You can connect to the OP Mainnet MegaNode for free every month. Details are [here](https://nodereal.io/pricing)

[Sign up for your free account here](https://nodereal.io/meganode).

### Supported Networks

* OP Mainnet

## NOWNodes

### Description and pricing

[NOWNodes](https://nownodes.io/nodes/optimism) provide access to an OP Mainnet node. Shared and Dedicated nodes are Available. You can connect to the shared OP Mainnet node for free for one month with 5,000 requests/per day or for €20 with 1,000,000 requests/per month.

The URL format is `https://optimism.nownodes.io/?API_key=<API key from NOWNodes`.

### Supported Networks

* OP Mainnet

## OnFinality

### Description and pricing

[OnFinality](https://onfinality.io/) is a blockchain infrastructure platform that saves Web3 builders time and makes their lives easier. OnFinality delivers scalable API endpoints for the biggest blockchain networks and empowers developers to automatically test, deploy, scale and monitor their own blockchain nodes in minutes. OnFinality offers free and premium (Pay-as-you-go or subscription-based) API [services for OP Mainnet](https://onfinality.io/networks/optimism).

### Supported Networks

* OP Mainnet

## Pocket Network

### Description and pricing

[Pocket](https://www.pokt.network/) offers access to a highly-available dedicated pool of OP Mainnet nodes coordinated autonomously by the Pocket Network protocol. Through the Pocket Portal, developers may mint OP Mainnet RPC endpoints with a generous free tier of 1M requests per day (per endpoint, max 2 per account).

### Supported Networks

* OP Mainnet

## QuickNode

### Description and Pricing
Expand All @@ -166,14 +74,7 @@ With the option to upgrade to a premium plan for additional features, we allow y
* OP Mainnet
* OP Sepolia

## Stackup

### Description and Pricing

[Stackup](https://www.stackup.sh/) provides ERC-4337 account abstraction infrastructure, including nodes, on EVM-compatible blockchains.

### Supported Networks

* OP Mainnet
* OP Sepolia
## Next Steps

* Please visit the [community node providers page](https://github.com/ethereum-optimism/developers/blob/main/community/tools/node-providers.md) for a listing of third-party node providers used by the Optimism developer community.
* Looking for other developer tools? See [developer tools overview](overview) to explore more options!

0 comments on commit 66a8d8c

Please sign in to comment.