Hola mundo! BEP20

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

  • Haz "withdraw" a tu address de Metamask

  • openzeppelin-contracts

    OpenZeppelin Contracts is a library for secure smart contract development.

  • // SPDX-License-Identifier: MIT pragma solidity 0.8.6; import "https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v4.1.0/contracts/token/ERC20/ERC20.sol"; contract MyERC20 is ERC20 { constructor () ERC20("My Token", "TKN") { _mint(msg.sender, 1000000 ether); } }

  • 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

  • Build a robot NFT on the Ethereum blockchain with Solidity and Replit (part 1)

    2 projects | dev.to | 4 May 2022
  • How to Create an Interactive NFT with Remix and threejs

    2 projects | dev.to | 23 Feb 2022
  • Create your first cryptocurrency in less than 10 lines of code!

    3 projects | dev.to | 15 May 2022
  • Getting started as a smart contract developer

    6 projects | dev.to | 11 Mar 2022
  • How to Register a Smart Contract to Mode SFS with Hardhat.

    2 projects | dev.to | 25 Apr 2024