MultiversX Tracker is Live!

Built web3:// protocol support into markdown - ENS sites can now embed live contract calls

Etherum Reddit

More / Etherum Reddit 25 Views

Built web3:// protocol support into markdown - ENS sites can now embed live contract calls

I've been working on adding native smart contract interaction to markdown-based ENS websites on Simple Page, and v1.6.0 just shipped with two features I'm excited to share.

Web3 Forms via URI Protocol

You can now embed interactive contract calls using web3:// URIs (ERC-6860) directly in markdown. The syntax works like this:

![USDC Balance](web3://0xa0b8...eb48:1/balanceOf/address!0x?returns=(uint256)&labels=(Account)) 

This renders as a live form that:

  • Reads contract state without signatures (view/pure functions)
  • Handles transactions with type validation
  • Supports payable functions with ETH inputs

No Web3.js boilerplate, no React scaffolding—just a URI that gets parsed into a working interface.

RSS Feed Generation

Sites can now auto-generate RSS feeds at /rss.xml using frontmatter:

  • Per-page opt-in with rss: true
  • Audio enclosures for podcast episodes
  • Standard metadata from markdown headers

Technical Architecture

The interesting part about Simple Page is how this works with ENS + IPFS:

  • Sites are pure HTML (render without JS)
  • Editor and forms load progressively
  • One contenthash update publishes everything
  • Self-contained—no external dependencies

This approach lets ENS names function as actual web3 endpoints rather than just static pages. The web3:// protocol handler does the ABI encoding/decoding client-side.

Web3 forms example: https://simplepage.eth.link/guides/editor/web3-forms/
Source: https://simplepage.eth.link/

submitted by /u/oed_
[link] [comments]

Get BONUS $200 for FREE!

You can get bonuses upto $100 FREE BONUS when you:
💰 Install these recommended apps:
💲 SocialGood - 100% Crypto Back on Everyday Shopping
💲 xPortal - The DeFi For The Next Billion
💲 CryptoTab Browser - Lightweight, fast, and ready to mine!
💰 Register on these recommended exchanges:
🟡 Binance🟡 Bitfinex🟡 Bitmart🟡 Bittrex🟡 Bitget
🟡 CoinEx🟡 Crypto.com🟡 Gate.io🟡 Huobi🟡 Kucoin.



Comments