Skip to content

add info on tenderly #58

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/docs/dev/resources/tenderly.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: Monitoring
lang: en-US
---

# Monitoring

## Tenderly

Tenderly provides comprehensive monitoring and security solutions for Morph, allowing you to stay in loop with smart contract interactions and respond proactively to potential issues.

- Configure [Alerts](https://docs.tenderly.co/alerts/intro-to-alerts?mtm_campaign=ext-docs&mtm_kwd=morph) for notifications on transactions and contract events to enable awareness of critical issues or signal problems to external webhooks.
- Use [Alerts API](https://docs.tenderly.co/reference/api#/operations/createAlert?mtm_campaign=ext-docs&mtm_kwd=morph) to set up custom alerts with more granular triggering criteria.
- Use [Web3 Actions](https://docs.tenderly.co/web3-actions/intro-to-web3-actions?mtm_campaign=ext-docs&mtm_kwd=morph) to automate predefined responses, improving security and user experience.
- Leverage [Simulation RPC](https://docs.tenderly.co/simulations/single-simulations#simulate-via-rpc?mtm_campaign=ext-docs&mtm_kwd=morph) to assess transaction impacts beforehand. Take timely action to safeguard the network and maintain a smooth operational workflow.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Read more about what you can get here:
### Tenderly


Tenderly is a full-stack Web3 infrastructure – node RPC, dev environments & exploration tools.
Tenderly is a full-stack Web3 infrastructure provider: Node RPC, development, testing, and staging environments, as well as monitoring and simulation tools and APIs.

Build & scale with ease. Get started [here](https://blog.tenderly.co/building-dapps-on-morph-with-tenderly/)
Get started [here](https://blog.tenderly.co/building-dapps-on-morph-with-tenderly/?mtm_campaign=ext-docs&mtm_kwd=morph) or explore [developer docs](https://docs.tenderly.co/?mtm_campaign=ext-docs&mtm_kwd=morph).

![tenderly](../../../../assets/docs/dev/resources/tenderly.png)
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,10 @@ Besides the native [Morph explorer](https://explorer.morphl2.io/), we have also

Track Morph transactions and wallets on the [SocialScan Explorer](https://morphl2.socialscan.io/).

![socialscan](../../../../assets/docs/dev/resources/socialscan.png)
![socialscan](../../../../assets/docs/dev/resources/socialscan.png)

### Tenderly Developer Explorer

The [Developer Explorer](https://docs.tenderly.co/developer-explorer?mtm_campaign=ext-docs&mtm_kwd=morph) helps developers effectively manage, debug, and monitor their Morph projects. Set up critical [alerts](https://docs.tenderly.co/alerts/intro-to-alerts?mtm_campaign=ext-docs&mtm_kwd=morph) on contracts to proactively respond to issues and improve security practices. Leverage Developer Explorer with [Virtual TestNets](https://docs.tenderly.co/virtual-testnets?mtm_campaign=ext-docs&mtm_kwd=morph) during the entire dapp development process, from testing to staging and go-live.

![Tenderly Developer Explorer showing detailed call trace and decoded information, making it possible to set up alerts for monitoring and provision Virtual TestNets for development, testing, staging and research](../../../../assets/docs/dev/resources/tenderly-dev-explorer.png)
4 changes: 4 additions & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,10 @@ const developerSidebar =[
type: 'doc',
id:'build-on-morph/developer-resources/use-ecosystem-developer-tools/decentralized-naming-services'
},
{
type: 'doc',
id:'build-on-morph/developer-resources/use-ecosystem-developer-tools/monitoring'
},
]
},
{
Expand Down