This is a simple web app to view ECP protocol comments as Markdown blog posts.
- Open
index.htmlin your browser. - Enter a valid ECP comment ID (a 32-byte hex string starting with
0x, 66 characters total). - Click "Get Comment as Markdown post" to load and view the comment.
- Or, click "Test with Sample Comment" to see a demo.
The app fetches the comment from the ECP contract on Base mainnet and renders it as a Markdown post. Replies are shown below via an embedded widget.
No wallet or login required. All code runs in your browser.