Skip to content

Add RPC Providers #50

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 26, 2024
Merged
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
1 change: 1 addition & 0 deletions pages/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"title": "Advanced"
},
"token-standards": "Token Standards",
"rpc-providers": "RPC Providers",
"running-sei-node": "Run a Sei Node",
"running-validator": "Run a Validator",
"oracles": "Oracles",
Expand Down
3 changes: 3 additions & 0 deletions pages/rpc-providers/_meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"quicknode": "QuickNode"
}
24 changes: 24 additions & 0 deletions pages/rpc-providers/quicknode.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# QuickNode

## Accelerate Your Sei Projects

[QuickNode](https://quicknode.com) is a trusted infrastructure partner for the Sei network, providing developers with powerful APIs and dedicated support to streamline their blockchain applications.

## Supported Networks and APIs

Develop on Sei with confidence, leveraging secure and scalable API endpoints.

| Network | HTTPS | WSS | Supported APIs |
| ----------- | ----------- | ----------- | ----------- |
| Mainnet | ✅ | ✅ | Tendermint JSON-RPC/REST, Cosmos REST API |
| Devnet | ✅ | ✅ | EVM, Tendermint JSON-RPC/REST, Cosmos REST API |
| Testnet | ✅ | ✅ | EVM, Tendermint JSON-RPC/REST, Cosmos REST API |

## Partnering for Progress

Sei and QuickNode partner to offer significant benefits for developers:

- **Enterprise Discount**: Get a 15% discount on Sei RPC traffic and a 2-week free POC period
- **Self-Service Offer**: Enjoy 2 months free on our self-service plan using **SEIDEV**

For more details to take advantage of these offers, click [here](https://quicknode.notion.site/QuickNode-Benefits-for-Sei-Developers-055595fe29354fc6b8de2c2d354d0972).
Loading