solidity-template: a modern Solidity contract template utilizing Foundry and Hardhat

This page summarizes the projects mentioned and recommended in the original post on /r/ethdev

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

    A modern Solidity starter template for developing smart contracts.

    This gap in a fully-featured, modern Solidity template that utilizes both frameworks inspired me to publish solidity-template - not only is it optimized for using both, but it also offers a lot of the boilerplate a project will be able to utilize to streamline development: GitHub Actions, interactive CLI, linting, doc generation, deployment address tracking, contributor guides, etc.

  • contracts

    Converts the informal ownership structure of an open-source git project to a formal DAO, with token distribution mechanisms for contributors. (by git-consensus)

    In Git Consensus, we accept commits and parse out the address to create a mapping between them. In the unit tests, we can check the basic address parsing logic. But to actually test out the full user interactions of an OSS project onboarding to be a DAO and do token rewards for commits, we need to actually build a Git repo from the ground up - using JavaScript tools like nodegit to do so.

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

  • useful-solidity-patterns

    The latter case has already proven to be extremely useful for a new project Git Consensus, where just pushing integration test code gave examples for the frontend devs concurrently to know how they need to prepare input parameters for the contract functions. This will only be more relevant as the community shifts to patterns that encourage loaded input parameters for gas savings.

  • TypeScript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

    Reference for off-chain developers writing clients that call these contracts in your Integration Test files to see the expected usage in JavaScript (TypeScript) and Ethers.js.

  • nodegit

    Native Node bindings to Git.

    In Git Consensus, we accept commits and parse out the address to create a mapping between them. In the unit tests, we can check the basic address parsing logic. But to actually test out the full user interactions of an OSS project onboarding to be a DAO and do token rewards for commits, we need to actually build a Git repo from the ground up - using JavaScript tools like nodegit to do so.

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

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