Eth-Lottery - Solidity, 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
  • hardhat-deploy

    hardhat deployment plugin

  • Once the hardhat project is initialized, Next we install hardhat-deploy which will make our life easier with deployments and tests😁

    In order to test the oracle locally with mocks we need to fake bunch of flows one is the subscription. which can be done using Mock Contracts.If you take look at VRFCoordinatorV2Mock Contract it has bunch of handy functions which we can use to mock the working of oracle vrf coordinator we will use two of those initially createSubscription & fundSubscription() There you go we have our own mock vrf which we can use locally for testing.

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

    Tutorial for hardhat + hardhat-deploy

  • i recommend you to go through the hardhat-deploy doc which is straight forward easy to understand

  • hardhat-starter-kit

    A repo for boilerplate code for testing, deploying, and shipping chainlink solidity code.

  • Hardhat starter-kit

  • Eth-Lottery

    Eth-Lottery

  • i have this full code on my github here.You can also find the client implementation which i have done using reactJs. Feel free to give a ⭐

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

    InfluxDB 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

  • Error Showing On hardhat Node but Transaction is taking place in Metamask

    1 project | /r/ethdev | 12 Feb 2023
  • Best Crypto To Invest in 2024 [Expert Guide]

    5 projects | dev.to | 29 Dec 2023
  • Projects to contribute to

    13 projects | /r/ethdev | 6 Dec 2023
  • Chainlink Oracle Security Considerations

    19 projects | dev.to | 27 Aug 2023
  • Upgradeable smart contracts

    1 project | dev.to | 31 Jul 2023