Deploy and Verify smart contracts using Hardhat

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

    OpenZeppelin Contracts is a library for secure smart contract development.

  • As we are importing openzepplin files in our contract, hence we are going to install the OpenZepplin npm package in our project as:

  • dotenv

    Loads environment variables from .env for nodejs projects.

  • You have to install dotenv package to use environment variables as used in above file, else you can also put values directly if your repository is not public.

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

    hardhat deployment plugin

  • Install hardhat-deploy plugin as npm install hardhat-deploy and import it inside 'hardhat.config.js' file as:

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

  • Fork mainnet using hardhat to test and build on DeFi protocols and more

    3 projects | dev.to | 23 Jan 2023
  • Generating Decentralized identifier using ERC725 and ERC735

    2 projects | /r/solidity | 20 Jan 2023
  • “Every company will have an nft strategy” - Gary Vee Gary V explains why every company will implement in nft strategy in the next decade. Not every nft will be the next big then but they will still be very useful because the technology is so great. Do you agree with Gary?

    1 project | /r/GME | 17 Jan 2023
  • Implementing a Token Contract using Solidity

    1 project | dev.to | 11 Jan 2023
  • Question about implementing a UUPS proxy

    2 projects | /r/solidity | 10 Jan 2023