EVM-UI – visual tool to interact with EVM-based smart contracts

21 pointsposted 17 hours ago
by magnusgraviti

Item id: 44488980

10 Comments

tommystork

16 hours ago

EVM-UI is a clean, intuitive, and powerful tool for interacting with smart contracts. Unlike Etherscan or Remix, it lets you work with any contract via ABI — no verification required. The auto-generated UI for functions (with full Solidity type support) and built-in dev tools make it ideal for both quick testing and client demos. Being able to switch chains and share environments is a huge bonus. Great job!

yevhensoldatov

16 hours ago

This is exactly what I was looking for! Great job, the UI feels snappy and intuitive. Curious to see where you take it next.

tech-wolf

17 hours ago

Hi! This looks like a great project. Just wanted to check — are the collaboration features also available for free?

magnusgraviti

17 hours ago

Yes — collaboration features are currently 100% free. In the future, we may introduce paid plans for larger teams or organizations.

That said, we plan to keep them free for individuals and small teams.

Let us know if you have any suggestions or use cases — we’re shaping the roadmap based on real user needs!

alo_star

16 hours ago

Just checked it out this is seriously good. Super lightweight, intuitive, and finally something that makes quick contract interactions painless.

d_chuma

16 hours ago

Great stuff! Being able to work with a contract without verification on Etherscan was exactly what I needed for quick debugging

alex_podles

16 hours ago

evm-ui saved me time interacting with unverified contracts for clients.. just paste the abi and go. highly recommend if you're over remix or etherscan. any plans to add save common input presets per contract?

saniokok

16 hours ago

Really handy tool! Simple to use and solves a real pain point.