ethereum-developer-tools-list
A guide to available tools and platforms for developing on Ethereum. (by Consensys)
jamstack.org
The official Jamstack site (by jamstack)
| ethereum-developer-tools-list | jamstack.org | |
|---|---|---|
| 31 | 153 | |
| 5,426 | 3,020 | |
| - | 0.1% | |
| 6.2 | 6.8 | |
| about 1 year ago | 2 months ago | |
| Nunjucks | ||
| - | - |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
ethereum-developer-tools-list
Posts with mentions or reviews of ethereum-developer-tools-list.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-01-28.
-
Just made an terminal UI for Ethereum
Great project! Getting people being able to actually test and debug stuff on the local chain is a massive pain in the bum. Have you thought about adding this to: https://github.com/ConsenSys/ethereum-developer-tools-list/blob/master/README.md
-
The PR for my dev tool got merged
Sure, https://github.com/ConsenSys/ethereum-developer-tools-list/blob/master/README.md
- Long list of Ethereum developer tools, frameworks, components, services.... please contribute!
- Where to start as a developer in Defi?
-
Aspiring Solidity/Smart Contract Developer Resources
Check out scaffold-eth on GitHub, it has a bunch of branches of example projects that you can look at. Also, Consensys has a great repo which compiles a ton of great resources for Blockchain development.
-
Where to watch Core dev calls
I am not sure exactly what you are looking for. Consider "listening" directly on the Github: https://github.com/ConsenSys/ethereum-developer-tools-list
- Web3.0 Resources
-
Getting Started with Web3: Communities and Resources
Ethereum Developer Tools List
-
Why build anything on ethereum network???
#1: Long list of Ethereum developer tools, frameworks, components, services.... please contribute! | 58 comments #2: First Ethereum project: Automated reoccurring payments (Solidity, Reactjs, Truffle, Ganache) | 29 comments #3: Ethereum 2.0 has officially launched | 32 comments
- Note
jamstack.org
Posts with mentions or reviews of jamstack.org.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2026-02-10.
-
Announcing Three New Free JAMstack Blogging Themes: IndiePaper, Newsprint, and brennan.jp.net
As the years have gone by, I've stayed in this cozy, somewhat obscure niche of JAMstack development, making static site themes and projects that are open source and free for others to use however they like. This is exactly why I founded π Berry House in the first place, because I believe having your own website is just getting more and important and useful in today's age of corpo-AI slopfests.
-
Org-Level Email Campaigns are Somehow an Unsolved Problem
Kind of random aside but JAMstack architecture patterns are probably going to make a comeback with AI. I think tools like trpc are going to fall out of favor relative to openapi driven patterns that AI agents can better understand. Seperation of UI and business logic is the way forward if we want our apps to be accessible by AI.
-
Using a WebWorker in the browser to create a plug-in architecture
An increasingly popular architecture these days is the JAMStack where the frontend is hosted in the same way as a static website (via a CDN for example) but with more dynamic behaviour. In this architecture there tends to be some specific business logic in the frontend with the "heavy lifting", such as storage and authentication, provided in a generic manner through third-party APIs.
-
Why GraphQL is gaining adoption
In modern software architecture, Jamstack separates the frontend from the backend through API consumption. Traditionally, this has been achieved with RESTful APIs, which enable data exchange between server and client. However, REST often causes performance issues, such as over-fetching and added complexity. A client may need only a small subset of data, but a REST endpoint might return an entire dataset, which can slow applications and increase bandwidth usage. GraphQL addresses these challenges by allowing the frontend to request exactly the data it needs in a single query, which reduces unnecessary network calls, avoids unnecessary data in the response, and improves performance.
-
Beyond MERN & MEAN: Whatβs the Next Big Full-Stack Trend?
π Want to see it in action? Check out this Jamstack starter project on GitHub.
-
Chapter 6 HTML part one
The second reason that PostHTML isn't a very popular package is JAMSTACK. JAMSTACK sits on top of an MVC application and allows it to build out individual pages to create a multi-paged site. These pages exist as actual HTML pages for users and search engines to visit but once a modern browser lands on any single page, it kind of fakes a reload when the user requests to move to a different page.
-
Astro.js Getting started with a static site generator
Astro.js also excels in its developer experience. It offers a straightforward file-based routing system, built-in markdown support, and a component-based architecture that feels familiar to modern web developers. The Astro.js framework's emphasis on static-first rendering aligns well with JAMstack principles, making it an excellent choice for content-heavy websites and applications.
-
How to use the multi-blog plugin for Docusaurus
Docusaurus is a Jamstack SSG (Static Site Generator) mainly intended for documentation and blog websites. It is a Meta Open Source project. Its configuration is done mainly through a JavaScript file called docusaurus.config.js.
- Ask HN: Looking for lightweight personal blogging platform
-
Top 5 Ways To Host Your Full-Stack App For Free πβ¨
Netlify has gained popularity among developers for its ease of use and powerful features. It's a great option for hosting static websites or Jamstack applications.
What are some alternatives?
When comparing ethereum-developer-tools-list and jamstack.org you can also consider the following projects:
Blockchain-Development-Resources - The contents of this repository will help you launch a career in Blockchain development. How to deploy Smart contracts on Ethereum, build DApps, DeFi, DAO, NFT and Token protocol.
Gatsby - React-based framework with performance, scalability, and security built in.
protocols - A zkRollup DEX & Payment Protocol
TypeScript - TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
awesome-evm-security - πΆ A high-level overview of the EVM security ecosystem
Jekyll - :globe_with_meridians: Jekyll is a blog-aware static site generator in Ruby