Skip to content

Add How to Index Data on Monad blog & asset#652

Merged
Jordy-Baby merged 2 commits intomainfrom
add-monad-blog
Jun 12, 2025
Merged

Add How to Index Data on Monad blog & asset#652
Jordy-Baby merged 2 commits intomainfrom
add-monad-blog

Conversation

@Jordy-Baby
Copy link
Collaborator

@Jordy-Baby Jordy-Baby commented Jun 12, 2025

Summary by CodeRabbit

  • Documentation
    • Added a new blog post: "How to Index Monad Data using Envio," detailing Envio’s indexing solutions for the Monad blockchain, its features, and resources for getting started.

@vercel
Copy link

vercel bot commented Jun 12, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
envio-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 12, 2025 7:44am

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jun 12, 2025

Caution

Review failed

The pull request is closed.

Walkthrough

A new blog post titled "How to Index Monad Data using Envio" has been added. The post introduces Envio as a blockchain indexing solution for the Monad Layer 1 blockchain, describes its modular components, features, and provides resource links and support information for users.

Changes

File(s) Change Summary
blog/2025-06-12-how-to-index-monad-data-using-envio.md Added new blog post detailing Envio's indexing for Monad, its features, components, and resources.

Poem

In the warren where data hops and runs,
A new post blooms beneath Monad’s suns.
Envio’s tools, swift as a hare,
Indexing blocks with elegant care.
Rabbits rejoice, the blockchain’s in view—
With HyperIndex and friends, there’s much to do!
🐇✨


📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 58ec3c8 and 077186e.

📒 Files selected for processing (1)
  • blog/2025-06-12-how-to-index-monad-data-using-envio.md (1 hunks)

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🧹 Nitpick comments (7)
blog/2025-06-12-how-to-index-monad-data-using-envio.md (7)

1-5: Enhance frontmatter metadata
Consider adding author, author_title, image, and imageAlt fields in the frontmatter for consistency with Docusaurus blog conventions and to remove the need for an inline <img> tag in the body.


7-7: Replace HTML <img> with Markdown/frontmatter image
Use a Markdown image (![Alt text](path)) or the frontmatter image field instead of raw HTML to ensure uniform styling across posts.


23-23: Fix skipped heading level increments
Both #### At its core, Monad features: and #### HyperIndex jump two levels down from ##. Change them to ### to maintain proper hierarchy and satisfy markdownlint.

Also applies to: 40-40

🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

23-23: Heading levels should only increment by one level at a time
Expected: h3; Actual: h4

(MD001, heading-increment)


23-23: Trailing punctuation in heading
Punctuation: ':'

(MD026, no-trailing-punctuation)


49-49: Add missing comma for clarity
In the HyperSync description, insert a comma before “and can be used” to improve readability:

- ...historical blockchain data and can be used directly...
+ ...historical blockchain data, and can be used directly...
🧰 Tools
🪛 LanguageTool

[uncategorized] ~49-~49: Possible missing comma found.
Context: ...oth real-time and historical blockchain data and can be used directly for custom dat...

(AI_HYDRA_LEO_MISSING_COMMA)


75-75: Hyphenate Service-Level Agreements
Standardize the term in the Hosted Service bullet as Service-Level Agreements (SLAs) for conventional usage.

🧰 Tools
🪛 LanguageTool

[uncategorized] ~75-~75: When ‘service-level’ is used as a modifier, it is usually spelled with a hyphen.
Context: ... with guaranteed uptime and performance service level agreements. These additional features make Envio ...

(SERVICE_LEVEL_HYPHEN)


89-89: Replace informal phrasing in use cases section
Swap “awesome” and “Feel free to” for more professional language (e.g., “notable examples” and “See this thread”).

🧰 Tools
🪛 LanguageTool

[style] ~89-~89: Consider using a more formal and expressive alternative to ‘awesome’.
Context: ...examples of Envio in the wild, powering awesome applications in the Monad ecosystem. Fe...

(AWESOME)


[style] ~89-~89: Consider using a less common alternative to make your writing sound more unique and professional.
Context: ...me applications in the Monad ecosystem. Feel free to check out this [thread](https://x.com/e...

(FEEL_FREE_TO_STYLE_ME)


105-105: Link Discord and format email as mailto
Convert “Discord” into a hyperlink to your community server and wrap the email address in a mailto: link for better UX.

🧰 Tools
🪛 LanguageTool

[style] ~105-~105: Consider using a less common alternative to make your writing sound more unique and professional.
Context: ...nd experience peace of mind with Envio. Feel free to reach out to us on Discord or email us ...

(FEEL_FREE_TO_STYLE_ME)

🪛 markdownlint-cli2 (0.17.2)

105-105: Bare URL used
null

(MD034, no-bare-urls)

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 6757dd0 and 58ec3c8.

⛔ Files ignored due to path filters (1)
  • static/blog-assets/indexing-monad-data.png is excluded by !**/*.png
📒 Files selected for processing (1)
  • blog/2025-06-12-how-to-index-monad-data-using-envio.md (1 hunks)
🧰 Additional context used
🪛 LanguageTool
blog/2025-06-12-how-to-index-monad-data-using-envio.md

[uncategorized] ~49-~49: Possible missing comma found.
Context: ...oth real-time and historical blockchain data and can be used directly for custom dat...

(AI_HYDRA_LEO_MISSING_COMMA)


[uncategorized] ~75-~75: When ‘service-level’ is used as a modifier, it is usually spelled with a hyphen.
Context: ... with guaranteed uptime and performance service level agreements. These additional features make Envio ...

(SERVICE_LEVEL_HYPHEN)


[style] ~89-~89: Consider using a more formal and expressive alternative to ‘awesome’.
Context: ...examples of Envio in the wild, powering awesome applications in the Monad ecosystem. Fe...

(AWESOME)


[style] ~89-~89: Consider using a less common alternative to make your writing sound more unique and professional.
Context: ...me applications in the Monad ecosystem. Feel free to check out this [thread](https://x.com/e...

(FEEL_FREE_TO_STYLE_ME)


[duplication] ~97-~97: Possible typo: you repeated a word.
Context: ...ng-started) * Indexing Monad Data with Envio * [Envio’s HyperSync](https://docs.envio.dev/doc...

(ENGLISH_WORD_REPEAT_RULE)


[style] ~105-~105: Consider using a less common alternative to make your writing sound more unique and professional.
Context: ...nd experience peace of mind with Envio. Feel free to reach out to us on Discord or email us ...

(FEEL_FREE_TO_STYLE_ME)


[misspelling] ~110-~110: This word is normally spelled as one.
Context: ...Envio](https://envio.dev/) is a modern, multi-chain EVM blockchain indexer designed for rea...

(EN_COMPOUNDS_MULTI_CHAIN)

🪛 markdownlint-cli2 (0.17.2)
blog/2025-06-12-how-to-index-monad-data-using-envio.md

23-23: Heading levels should only increment by one level at a time
Expected: h3; Actual: h4

(MD001, heading-increment)


23-23: Trailing punctuation in heading
Punctuation: ':'

(MD026, no-trailing-punctuation)


40-40: Heading levels should only increment by one level at a time
Expected: h3; Actual: h4

(MD001, heading-increment)


105-105: Bare URL used
null

(MD034, no-bare-urls)

@Jordy-Baby Jordy-Baby merged commit a4c5b38 into main Jun 12, 2025
2 of 3 checks passed
@Jordy-Baby Jordy-Baby deleted the add-monad-blog branch June 12, 2025 07:45
@DenhamPreen DenhamPreen mentioned this pull request Jul 29, 2025
@coderabbitai coderabbitai bot mentioned this pull request Dec 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants