Should I learn html,css and js before going with Solidity?

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

    Enjoy our curated collection of examples and solutions. Use these patterns to build your own robust and scalable applications. (by vercel)

  • You can deploy and interact with Solidity contracts without any "dapp" front-end. OpenZeppelin Defender is a dashboard that lets you import and call your contracts from a GUI. You can also just use hardhat on the command line. Once you have your contract doing what you want, you will probably want to deploy a web app that calls the methods. But there are tons of example repos out there which you can just copy and change to call your methods instead. Start on whichever part is most exciting to you, is my recommendation. Tip: for your first app, use Next.js and deploy it on Vercel. Vercel wrote Next.js, it's very popular and uses React. They even have a few web3 examples ready to go: https://github.com/vercel/examples/tree/main/solutions/web3-sessions. You can deploy your app someplace besides Vercel, but this is the easiest way to get going without getting stuck in the weeds, IMO!

  • 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