The PetShop project: First day on Ethereum

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

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

  • The project is hosted on GitHub: https://github.com/zhengzhong/petshop

  • dotenv

    Loads environment variables from .env for nodejs projects.

  • Now we have 2 private keys for our accounts (I named these 2 accounts Jason and Orphée), an Alchemy API key, and an Etherscan API key. We will put these secrets into a .env file, keep this file out of source control, and use dotenv to load them into process.env. Our .env file looks like this:

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

    ☕️ simple, flexible, fun javascript test framework for node.js & the browser

  • We use ethers.js to interact with the contract we built and deployed on Ethereum. We use Mocha as our test runner.

  • metamask-extension

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

  • Export private keys of some test accounts from MetaMask

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