Skip to content

Commit

Permalink
adding QuickNode (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xsergen authored Jul 14, 2023
1 parent d0d134b commit f20b519
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/tutorials/DappArchitectures.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ But sometimes, dapps need to submit transactions to the blockchain from their ba
Several SDKs are available to interact with the Flow blockchain, including some that are community-run. The SDKs interact with the access nodes of the Flow blockchain.
We recommend maintaining a queuing infrastructure within the dapp’s backend to handle the scalability surge.
There are some third-party services available that make managing transactions from the dapp backend easier :
- [QuickNode](https://www.quicknode.com/chains/flow): QuickNode provides a reliable node service to access Flow blockchain. QuickNode's service is designed to optimize developer productivity by eliminating the complexities of setting up and maintaining their own nodes. By leveraging QuickNode's infrastructure, developers can focus on building and deploying decentralized applications (dApps) without the hassle of managing the underlying blockchain infrastructure.
- [Alchemy](https://www.alchemy.com/flow): To get a dedicated Flow blockchain access node, Alchemy provides a managed access node service for the Flow dapp developers.
Alchemy can allow dapp devs to bypass the rate limits imposed by official Flow access nodes without the operational overhead of running an access node.
- [Tatum](https://apidoc.tatum.io/): Tatum provides REST APIs to let dapps perform high-level blockchain operations like creating Flow accounts, sending NFTs, or FLOW tokens to an address.
Expand Down

1 comment on commit f20b519

@vercel
Copy link

@vercel vercel bot commented on f20b519 Jul 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.