I created SmartContract UI - A quick and easy way to interact with blockchain's data

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • smartcontract-ui

  • TLDR: You can try it here - contract.mph.am, feel free to check and build it for yourself from here - github.com/MartinPham/smartcontract-ui.

  • Next.js

    The React Framework

  • I choose NextJS because I really love React and Typescript! For the UI, I picked Material-UI library to quickly build a friendly interface To handle the data easily, I choose Immer for state data management, and localForage for browser storage. I prefer (EthersJS)[https://docs.ethers.io/v5/] over Web3JS when interacting with the smart contracts & wallets because it's more flexible.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • localForage

    💾 Offline storage, improved. Wraps IndexedDB, WebSQL, or localStorage using a simple but powerful API.

  • I choose NextJS because I really love React and Typescript! For the UI, I picked Material-UI library to quickly build a friendly interface To handle the data easily, I choose Immer for state data management, and localForage for browser storage. I prefer (EthersJS)[https://docs.ethers.io/v5/] over Web3JS when interacting with the smart contracts & wallets because it's more flexible.

  • Immer

    Create the next immutable state by mutating the current one

  • I choose NextJS because I really love React and Typescript! For the UI, I picked Material-UI library to quickly build a friendly interface To handle the data easily, I choose Immer for state data management, and localForage for browser storage. I prefer (EthersJS)[https://docs.ethers.io/v5/] over Web3JS when interacting with the smart contracts & wallets because it's more flexible.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts