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
49 changes: 49 additions & 0 deletions docs/built-on-ethereum/infrastructure/alchemy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
title: Alchemy - EthHub

description: Alchemy provides the leading blockchain development platform powering millions of users in 197 countries worldwide.

# Alchemy

## Description

Alchemy provides the leading blockchain development platform powering millions of users in 197 countries worldwide.

### Main products:

* [Alchemy Supernode](https://www.alchemy.com/supernode?a=166b40eb72)
* [Alchemy Build](https://www.alchemy.com/build?a=166b40eb72)
* [Alchemy Monitor](https://www.alchemy.com/monitor?a=166b40eb72)
* [Alchemy Notify](https://www.alchemy.com/notify?a=166b40eb72)
* [Alchemy Enhanced Web3 APIs](https://www.alchemy.com/enhanced-apis?a=166b40eb72)
* [Alchemy NFT APIs](https://www.alchemy.com/nft-api?a=166b40eb72)
* [Alchemy Amplify](https://www.alchemy.com/amplify?a=166b40eb72)

### Pros

* Used by all major NFT platforms, and most large DeFi protocols
* Fast and very consistent data
* Free tier account allows for a ton of API requests
* Supernode infrastructure support for Ethereum, Arbitrum, Optimism, Polygon, and Flow blockchains
* Active & helpful Discord community
* Nice UI for monitoring and webhook notifications
* Alchemy Amplify helps teams with their go-to-market strategy and distribution

### Cons

* Price based on usage (ETH, NFTs are accepted as payment)
* Compute Units-based usage may be confusing to understand

## FAQ
* [What is Alchemy?](https://www.youtube.com/watch?v=HFs5XA2Xmac)
* [What are Alchemy's products?](https://www.youtube.com/watch?v=8X7SkLM2sbA)
* [How can I use Alchemy to Deploy an Ethereum smart contract?](https://www.youtube.com/watch?v=g73EGNKatDw)
* [How do I speed up MetaMask transactions with Alchemy?](https://www.youtube.com/watch?v=VUkhkSgMtdk)

## Resources
* [Website](https://alchemy.com/?a=166b40eb72)
* [Docs](https://docs.alchemy.com/alchemy/)
* [Blog](https://blog.alchemy.com/)
* [Twitter](https://twitter.com/AlchemyPlatform)
* [Medium](https://medium.com/alchemy-api)
* [Reddit](https://www.reddit.com/r/AlchemyPlatform/)
* [Discord](https://discord.gg/x8TNmRttre)
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ nav:
- 'Democracy Earth': 'built-on-ethereum/governance/democracy-earth.md'
- 'Govblocks': 'built-on-ethereum/governance/govblocks.md'
- Infrastructure:
- 'Alchemy': 'built-on-ethereum/infrastructure/alchemy.md'
- 'QuikNode': 'built-on-ethereum/infrastructure/quiknode.md'
- 'Chainstack': 'built-on-ethereum/infrastructure/chainstack.md'
- '0xcert': 'built-on-ethereum/infrastructure/0xcert.md'
Expand Down