I've been engaged on including native sensible contract interplay to markdown-based ENS web sites on Easy Web page, and v1.6.0 simply shipped with two options I'm excited to share.
Web3 Kinds by way of URI Protocol
Now you can embed interactive contract calls utilizing web3:// URIs (ERC-6860) straight in markdown. The syntax works like this:
&labels=(Account))
This renders as a stay type that:
Reads contract state with out signatures (view/pure capabilities) Handles transactions with kind validation Helps payable capabilities with ETH inputs
No Web3.js boilerplate, no React scaffolding—only a URI that will get parsed right into a working interface.
RSS Feed Technology
Websites can now auto-generate RSS feeds at /rss.xml utilizing frontmatter:
Per-page opt-in with rss: true Audio enclosures for podcast episodes Normal metadata from markdown headers
Technical Structure
The attention-grabbing half about Easy Web page is how this works with ENS + IPFS:
Websites are pure HTML (render with out JS) Editor and varieties load progressively One contenthash replace publishes every part Self-contained—no exterior dependencies
This strategy lets ENS names perform as precise web3 endpoints moderately than simply static pages. The web3:// protocol handler does the ABI encoding/decoding client-side.
Web3 varieties instance: Supply:
submitted by /u/oed_ [comments]
Source link
