Ever tried using a smart contract that doesn't have frontend? Tried using etherscan? Then, you know that it sucks 🥴
Worry no more! We got you covered 🎉
Ethcontract is an app to share contracts that users can interact with - without the fuss.
Here's an example of how it'd be easy to vote on compoundfinance governor: [open in ethcontract
- dynamic, easy-to-use interface for any contract
- pin functions in the ui and share the ui with your frens in a single click
- mobile friendly (yes, you heard that right, thanks to wallet connect and web3modal) and that also means you can use it with your favorite mobile wallets like rainbow, trust etc!
- supports all major chains like ethereum, polygon, optimism, arbitrum, goerli
- completely open-source
git clone https://github.com/questbook/ethcontract.app
npm install
brew services start [email protected]
npm run dev
Web3Modal
and Wagmi
are not directly available in a single cdn link. Hence, we need to bundle it using webpack incase any new Wagmi
or Web3Modal
features needs to be added.
npx webpack
script(src="/js/w3m.js")
- Sahil Vasava
- Madhavan Malolan
- Dhaiwat
- Sudham Jayanthi : Made mobile friendly & Integrated Web3Modal