Node Providers

Node providers enable interaction with Lens through RPC endpoints, making it easy to send transactions, query data, and deploy smart contracts. Here are the available options:

  • Alchemy: Access Lens RPC endpoints via the Alchemy dashboard, streamlining development with reliable infrastructure.

  • Tenderly: Access Lens RPC endpoints via Tenderly.

  • Self Hosted: Set up and manage your own Lens node for full control over data access.

  • Lens Public RPC: This public endpoint serves as an open-access option for developers; suitable for testing but not recommended for production as has rate limits applied.

  • dRPC: Coming Soon.

Available Methods

These providers offer a standard RPC endpoint, enabling typical JSON-RPC methods to interact with the blockchain such as eth_sendTransaction and eth_getTransactionReceipt. More information on available JSON-RPC methods can be found here.