Your Wix for Web3. Seamlessly craft shareable UIs for on-chain contracts with intuitive drag-and-drop tooling.
This project allows users to build custom UIs tailored to a specific smart contract, enabling their own users to to interact with the provided smart contract through the custom built UI. When a UI is complete, it can then be published, and the attributes for each UI widget will be stored on Filecoin. Some of the available widgets are, input boxes, labels, images & gifs, shapes, text with more to come.
Use Cases:
User flow:
This project utilizes React + NextJS for its front-end framework, integrating Web3Onboard and Ethers.js for executing on-chain transactions. For data storage and retrieval of widget attributes in published UIs, Filecoin and Lighthouse are employed. Initial retrieval of contract ABIs is achieved through the Arbiscan API, which is then parsed to facilitate interaction with the smart contracts.