Skip to content

Commit

Permalink
Merge pull request #324 from sentioxyz/develop
Browse files Browse the repository at this point in the history
add Sentio to the tool section
  • Loading branch information
ChuhanJin authored Aug 29, 2024
2 parents e1c6f7e + f94d70e commit 9243fe6
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions src/content/tools/en/sentio.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: "Sentio"
category: ["Debug", "Data"]
excerpt: ""
logo: { src: "https://app.sentio.xyz/logo-mini.png", alt: "Sentio Logo" }
website: "https://sentio.xyz"
network: ["Mainnet", "Testnet"]
---

Sentio provides a powerful, all-in-one solution for transaction debugging, simulation, data indexing, and visualization, offering complete context in a single platform.

**_Sentio Debugger:_**

Best tool to help users understand how a transaction works. It has advanced features such as:

- [Simulation](https://docs.sentio.xyz/docs/simulation): Run lightning-fast simulations and inspect the simulation result in great detail
- [Dynamic logging](https://docs.sentio.xyz/docs/dynamic-logging): Add custom `console.log` for transactions to extract specific information, as part of a broader contract override feature
- [Code Insight](https://docs.sentio.xyz/docs/code-insight): Navigate through Solidity code seamlessly, just like in an IDE

**_Sentio Indexer:_**

A state-of-the-art indexing service with integrated user experience:

- Support both [Sentio processor](https://docs.sentio.xyz/docs/processor-basic), a blazing fast data indexer powered by the Sentio SDK that streamlines data ingestion, processing, and storage—all with maximum flexibility in TypeScript, as well as [hosted subgraph processor]((https://docs.sentio.xyz/docs/hosted-subgraph))
- Query using SQL/GraphQL and visualize results with an intuitive click-and-drag interface

0 comments on commit 9243fe6

Please sign in to comment.