diff --git a/content/docs/tooling/rpc-providers.mdx b/content/docs/tooling/rpc-providers.mdx index a03f02f5ea6..76efd6c8cec 100644 --- a/content/docs/tooling/rpc-providers.mdx +++ b/content/docs/tooling/rpc-providers.mdx @@ -334,6 +334,17 @@ Features: - The URL is `https://api.stackup.sh/v1/node/YOUR-API-KEY` +### Tenderly +Tenderly offers high-performance [Node RPC](https://docs.tenderly.co/node/?mtm_campaign=ext-docs&mtm_kwd=avalanche) services for {{NETWORK_NAME}}, providing consistent support for developers. In addition to standard Node RPC, use **Simulation RPC** to simulate transactions, **Trace RPC** for detailed execution paths, and **Gas RPC** to optimize gas usage. Use Tenderly's Node RPC for reliable support, seamless transaction broadcasting, and blockchain data retrieval. Identify and resolve issues faster, minimize latency, and ensure reliable dapp performance with built-in debugging, testing, and monitoring. + +Features: + +- **[Node RPC](https://docs.tenderly.co/node/??mtm_campaign=ext-docs&mtm_kwd=avalanche)**: High-performance, low-latency access to {{NETWORK_NAME}} nodes +- **[Simulation RPC](https://docs.tenderly.co/simulations/single-simulations#simulate-via-rpc?mtm_campaign=ext-docs&mtm_kwd=avalanche)**: Accurate transaction simulation and gas cost prediction +- **[Trace RPC](https://docs.tenderly.co/traces/trace-rpc?mtm_campaign=ext-docs&mtm_kwd=avalanche)**: Detailed transaction execution paths for debugging +- **[Gas RPC](https://docs.tenderly.co/node/rpc-reference/avalanche/tenderly_estimateGas?mtm_campaign=ext-docs&mtm_kwd=avalanche)**: Optimize gas usage and transaction costs. Use [`tenderly_gasPrice`](https://docs.tenderly.co/node/rpc-reference/avalanche/tenderly_gasPrice) to most likely current gas price + + ### NOWNodes [NOWNodes](https://nownodes.io/nodes/avalanche-avax) supports the X-Chain, P-Chain, C-Chain, and Blockbook. diff --git a/content/integrations/tenderly.mdx b/content/integrations/tenderly.mdx new file mode 100644 index 00000000000..7fa4db89b2e --- /dev/null +++ b/content/integrations/tenderly.mdx @@ -0,0 +1,42 @@ +--- +title: Tenderly +category: Development Infrastructure +available: ["C-Chain", "All EVM L1s"] +description: Tenderly is a full-stack Web3 infrastructure platform that combines high-performance node services, mainnet-like development environments, and comprehensive developer tools for building, testing, debugging, and scaling decentralized applications with features like real-time monitoring, transaction simulation, and automated security responses. +logo: /images/tenderly.png +developer: Tenderly +website: https://tenderly.co/ +documentation: https://docs.tenderly.co/ +--- + +## Overview +Tenderly provides a comprehensive Web3 infrastructure platform designed for developing, testing, and scaling decentralized applications (dApps). +The platform offers high-performance node RPC services, development environments that mirror mainnet conditions, and an extensive suite of developer tools for monitoring and debugging smart contracts. + +## Features +- **[Virtual TestNets](https://docs.tenderly.co/virtual-testnets?mtm_campaign=ext-docs&mtm_kwd=avalanche)**: Provides mainnet-like development environments for testing and staging smart contracts with unlimited faucet access. +- **[Simulator UI & Debugger](https://docs.tenderly.co/debugger?mtm_campaign=ext-docs&mtm_kwd=avalanche)**: Offers visual transaction debugging tools that reduce debugging time from hours to minutes. +- **[Simulation RPC](https://docs.tenderly.co/simulations/single-simulations#simulate-via-rpc?mtm_campaign=ext-docs&mtm_kwd=avalanche)**: Enables accurate prediction of transaction outcomes and gas costs before on-chain execution. +- **[Alerts & Web3 Actions](https://docs.tenderly.co/alerts/intro-to-alerts?mtm_campaign=ext-docs&mtm_kwd=avalanche)**: Deliver real-time monitoring and automated responses to on-chain events. +- **[Node RPC](https://docs.tenderly.co/node/rpc-reference?mtm_campaign=ext-docs&mtm_kwd=avalanche)**: Ensures high-performance, low-latency access across multiple regions with enterprise-grade reliability. + +## Getting Started +1. **Create an Account**: Sign up at [Tenderly Dashboard](https://dashboard.tenderly.co/register/?mtm_campaign=ext-docs&mtm_kwd=avalanche) +2. **Set Up a TestNet**: Create a virtual TestNet for your development environment +3. **Access Faucet**: Utilize the unlimited faucet for testing purposes +4. **Explore Documentation**: Review the [official documentation](https://docs.tenderly.co/?mtm_campaign=ext-docs&mtm_kwd=avalanche) +5. **Integrate Tools**: Implement Tenderly's tools into your development workflow + +## Documentation +For comprehensive integration guides, API references, and developer resources, visit [Tenderly Documentation](https://docs.tenderly.co/?mtm_campaign=ext-docs&mtm_kwd=avalanche). + +## Use Cases +Tenderly supports various Web3 development scenarios: +- **Smart Contract Development**: Test and debug contracts in isolated environments +- **Protocol Updates**: Validate protocol upgrades and DAO proposals safely +- **dApp Development and Staging**: Develop, stage, and test smart contracts and entire dApps +- **Security Monitoring**: Implement automated security responses and real-time alerts +- **Transaction Optimization**: Predict and optimize transaction outcomes and gas costs + +## Conclusion +Tenderly offers a robust, full-stack Web3 infrastructure solution that enables developers to build, test, and scale decentralized applications efficiently. With its comprehensive toolset and focus on development experience, Tenderly provides essential capabilities for modern Web3 development, from local testing to production deployment and monitoring. \ No newline at end of file diff --git a/public/images/tenderly.png b/public/images/tenderly.png new file mode 100644 index 00000000000..e1c613e6cca Binary files /dev/null and b/public/images/tenderly.png differ