Creating a frontend react application for DApp from scratch: Part (3/4)

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

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.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • metamask-extension

    :globe_with_meridians: :electric_plug: The MetaMask browser extension enables browsing Ethereum blockchain enabled websites

  • export const connectWallet = async () => { if (window.ethereum) { try { const addresses = await window.ethereum.request({ method: 'eth_requestAccounts', }) const obj = { address: addresses[0], connected: true, status: '', } return obj } catch (error) { return { address: '', connected: false, status: error.message, } } } else { return { address: '', connected: false, status: ( {' '} You need to install Metamask ), } } } export const getWalletStatus = async () => { if (window.ethereum) { try { const addresses = await window.ethereum.request({ method: 'eth_requestAccounts', }) if (addresses.length > 0) { return { address: addresses[0], connected: true, status: '', } } else { return { address: '', connected: false, status: '🦊 Please connect to Metamask Wallet', } } } catch (error) { return { address: '', connected: false, status: error.message, } } } else { return { address: '', connected: false, status: ( {' '} You need to install Metamask ), } } }

  • 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
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

  • ¡Entiende las Attestations! Guía definitiva📚

    2 projects | dev.to | 29 Jan 2024
  • Understand Attestations! Ultimate Guide📚

    2 projects | dev.to | 29 Jan 2024
  • Esta fórmula mueve billones 💰 en DeFi

    6 projects | dev.to | 28 Dec 2023
  • Fe or Solidity, which is better?

    3 projects | dev.to | 29 Nov 2023
  • Sovereign Mode: Access Your Wallet Using Safe.global web app

    2 projects | /r/linenapp | 29 Nov 2023