Skip to content

Commit 636de84

Browse files
committed
Add links to Tenderly in several pages [Fixes #8764]
1 parent 7f1a899 commit 636de84

File tree

7 files changed

+29
-6
lines changed

7 files changed

+29
-6
lines changed

src/content/community/support/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ Here are some popular examples:
5757
- [Hardhat](https://discord.gg/xtrMGhmbfZ)
5858
- [Truffle](https://discord.gg/8uKcsccEYE)
5959
- [Alchemy](http://alchemy.com/discord)
60+
- [Tenderly](https://discord.gg/fBvDJYR)
6061

6162
## Running a node {#node-support}
6263

src/content/developers/docs/frameworks/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,12 @@ Before diving into frameworks, we recommend you first read through our introduct
7676

7777
- [GitHub](https://github.com/austintgriffith/scaffold-eth)
7878

79+
**Tenderly -** **_Web3 development platform that enables blockchain developers to build, test, debug, monitor, and operate smart contracts and improve dapp UX._**
80+
81+
- [Website](https://tenderly.co/)
82+
- [Documentation](https://docs.tenderly.co/ethereum-development-practices)
83+
84+
7985
**The Graph -** **_The Graph for querying blockchain data efficiently._**
8086

8187
- [Website](https://thegraph.com/)

src/content/developers/docs/nodes-and-clients/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ If you're more of a technical user, dive into more details and options on how to
124124

125125
## Alternatives {#alternatives}
126126

127-
Setting up your own node can cost you time and resources but you don’t always need to run your own instance. In this case, you can use a third party API provider like [Infura](https://infura.io), [Alchemy](https://alchemyapi.io), [Chainstack](https://chainstack.com), or [QuikNode](https://www.quiknode.io). Alternatively, [ArchiveNode](https://archivenode.io/) is a community-funded Archive node that hopes to bring archive data on the Ethereum blockchain to independent developers who otherwise couldn't afford it. For an overview of using these services, check out [nodes as a service](/developers/docs/nodes-and-clients/nodes-as-a-service/).
127+
Setting up your own node can cost you time and resources but you don’t always need to run your own instance. In this case, you can use a third party API provider like [Infura](https://infura.io), [Alchemy](https://alchemyapi.io), [Chainstack](https://chainstack.com), [QuikNode](https://www.quiknode.io), or [Tenderly](https://tenderly.co/web3-gateway). Alternatively, [ArchiveNode](https://archivenode.io/) is a community-funded Archive node that hopes to bring archive data on the Ethereum blockchain to independent developers who otherwise couldn't afford it. For an overview of using these services, check out [nodes as a service](/developers/docs/nodes-and-clients/nodes-as-a-service/).
128128

129129
If somebody runs an Ethereum node with a public API in your community, you can point your light wallets (like MetaMask) to a community node [via Custom RPC](https://metamask.zendesk.com/hc/en-us/articles/360015290012-Using-a-Local-Node) and gain more privacy than with some random trusted third party.
130130

src/content/developers/docs/nodes-and-clients/nodes-as-a-service/index.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,20 @@ Here is a list of some of the most popular Ethereum node providers, feel free to
249249
- Dashboard
250250
- Pay-per-hour pricing
251251
- Direct support
252+
- [**Tenderly**](https://tenderly.co/web3-gateway)
253+
- [Docs](https://docs.tenderly.co/web3-gateway/web3-gateway)
254+
- Features
255+
- Free tier including 25 million Tenderly Units per month
256+
- Free access to historical data
257+
- Up to 8x faster read-heavy workloads
258+
- 100% consistent read access
259+
- JSON RPC endpoints
260+
- UI-based RPC request builder and request preview
261+
- Tightly integrated with Tenderly’s development, debugging, and testing tools
262+
- Transaction simulations
263+
- Usage analytics and filtering
264+
- Easy access key management
265+
- Dedicated engineering support via chat, email, and Discord
252266
- [**Watchdata**](https://watchdata.io/)
253267
- [Docs](https://docs.watchdata.io/)
254268
- Features

src/content/developers/docs/smart-contracts/deploying/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Once deployed, your contract will have an Ethereum address like other [accounts]
3737

3838
- [Remix](https://remix.ethereum.org)
3939

40-
**Tenderly - _Simulate, debug and monitor anything on EVM-compatible chains, with real-time data_**
40+
**Tenderly - _Web3 development platform that provides debugging, observability, and infrastructure building blocks for developing, testing, monitoring, and operating smart contracts_**
4141

4242
- [tenderly.co](https://tenderly.co/)
4343
- [Docs](https://docs.tenderly.co/)

src/content/developers/docs/smart-contracts/verifying/index.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,14 +91,15 @@ Additionally, one can also retrieve the source code files over IPFS, as IPFS has
9191
[More on verifying contracts on Sourcify](https://blog.soliditylang.org/2020/06/25/sourcify-faq/).
9292

9393
### Tenderly {#tenderly}
94+
The [Tenderly platform](https://tenderly.co/) enables Web3 developers to build, test, monitor, and operate smart contracts. Combining debugging tools with observability and infrastructure building blocks, Tenderly helps developers accelerate smart contract development. To fully enable Tenderly features, developers need to [perform source code verification](https://docs.tenderly.co/monitoring/contract-verification) using several methods.
9495

95-
[Tenderly](https://tenderly.co/) is a platform aimed at accelerating workflow for Ethereum smart contract developers. It also [offers source code verification as a service](https://docs.tenderly.co/monitoring/verifying-a-smart-contract) for developers.
96+
It's possible to verify a contract privately or publicly. If verified privately, the smart contract is visible only to you (and other members in your project). Verifying a contract publicly makes it visible to everyone using the Tenderly platform.
9697

97-
You can choose to verify your contract with Tenderly by importing the source file or the metadata file generated by the Solidity compiler. Like other verification tools, Tenderly requires details like the contract address/network, compiler settings, and optimization features to verify any smart contract.
98+
You can verify your contracts using the [Dashboard](https://docs.tenderly.co/monitoring/smart-contract-verification/verifying-a-smart-contract), [Tenderly Hardhat plugin](https://docs.tenderly.co/monitoring/smart-contract-verification/verifying-contracts-using-the-tenderly-hardhat-plugin), or [CLI](https://docs.tenderly.co/monitoring/smart-contract-verification/verifying-contracts-using-cli).
9899

99-
It is possible to verify a contract _privately_, making it visible only to you (and other members of your team). Verifying a contract publicly makes it visible to everyone using the Tenderly platform.
100+
When verifying contracts through the Dashboard, you need to import the source file or the metadata file generated by the Solidity compiler, the address/network, and compiler settings.
100101

101-
While useful for verifying contracts, Tenderly doesn't have useful features available with other tools on the list. For example, it doesn't allow end-users to check if a contract is verified (except the developers opt for public verification) and doesn't check for a match between metadata hashes.
102+
Using the Tenderly Hardhat plugin allows for more control over the verification process with less effort, enabling you to choose between automatic (no-code) and manual (code-based) verification.
102103

103104
## Further reading {#further-reading}
104105

src/content/enterprise/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ Some collaborative efforts to make Ethereum enterprise friendly have been made b
6161
- [Infura](https://infura.io/) _scalable API access to the Ethereum and IPFS networks_
6262
- [Provide](https://provide.services/) _infrastructure and APIs for Enterprise Web3 applications_
6363
- [QuickNode](https://www.quicknode.com/) _provides reliable and fast nodes with high-level APIs like NFT API, Token API, etc., while delivering a unified product suite and enterprise-grade solutions_
64+
- [Tenderly](https://tenderly.co) _a Web3 development platform that provides debugging, observability, and infrastructure building blocks for developing, testing, monitoring, and operating smart contracts_
6465
- [Unibright](https://unibright.io/) _a team of blockchain specialists, architects, developers and consultants with 20+ years of experience in business processes and integration_
6566
- [Zero Services GmbH](https://www.zeroservices.eu/) _provider of managed services spread across co-locations in Europe and Asia. Operates & monitors your nodes securely and reliably_
6667

0 commit comments

Comments
 (0)