|
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 ProtocolYou can now embed interactive contract calls using
This renders as a live form that:
No Web3.js boilerplate, no React scaffolding—just a URI that gets parsed into a working interface. RSS Feed GenerationSites can now auto-generate RSS feeds at
Technical ArchitectureThe interesting part about Simple Page is how this works with ENS + IPFS:
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/ submitted by /u/oed_ |




