Getting Started with SecureRPC
This guide is intended for Node Operators/Validators who want to join the SecureRPC relay.
Quick Start
Network | JSON RPC | ENR RPC |
---|---|---|
Homestead | https://mainnet-relay.securerpc.com/ | 0x98650451ba02064f7b000f5768cf0cf4d4e492317d82871bdc87ef841a0743f69f0f1eea11168503240ac35d101c9135@mainnet-relay.securerpc.com/ |
Status Mainnet: https://mainnet-relay.securerpc.com/
How mainnet validators can join our relay:
https://0x98650451ba02064f7b000f5768cf0cf4d4e492317d82871bdc87ef841a0743f69f0f1eea11168503240ac35d101c9135@mainnet-relay.securerpc.com/
Relay Pubkey
0x98650451ba02064f7b000f5768cf0cf4d4e492317d82871bdc87ef841a0743f69f0f1eea11168503240ac35d101c9135
What is SecureRPC?
SecureRPC is an open-source backend framework for building robust, performant, and maintainable crypto apps. It allows you to rapidly build an API for any EVM smart contract.
Key Features
- Fast Indexing: SecureRPC offers lightning-fast indexing capabilities.
- MEV-Safe: Built with MEV protection for enhanced user experience.
- Flexible: Easily adaptable to various blockchain projects.
- Stable API: SecureRPC provides a stable API with minimal latency.
- Real-time Updates: Supports real-time subscriptions for live data updates.
Next Steps
To begin using SecureRPC, you can:
- Follow our Quick Start Guide for a rapid setup.
- Check out the detailed Installation guide for a more comprehensive setup.
- Learn about Configuration options to customize SecureRPC for your needs.
- Explore the API Reference for in-depth information on SecureRPC's capabilities.
Happy building with SecureRPC!