graph-node
Graph Node indexes data from blockchains such as Ethereum and serves it over GraphQL (by graphprotocol)
hardhat
Hardhat is a development environment to compile, deploy, test, and debug your Ethereum software. (by NomicFoundation)
graph-node | hardhat | |
---|---|---|
126 | 138 | |
2,959 | 7,567 | |
0.4% | 1.5% | |
9.4 | 9.8 | |
8 days ago | 6 days ago | |
Rust | TypeScript | |
Apache License 2.0 | GNU General Public License v3.0 or later |
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.
graph-node
Posts with mentions or reviews of graph-node.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-03-05.
- Open Source Tools for NFT Development on Arbitrum: Pioneering the Future of Digital Assets
-
Building And Deploying A Subgraph (Part 2)
A subgraph according to The Graph (which is a decentralized protocol for indexing and querying blockchain data) is a custom API built on blockchain data. They are queried using the GraphQL query language and are deployed to a Graph Node using the Graph CLI.
-
Blockchain transactions decoding: making wallet activity understandable
Event is a log entity which EVM smart contracts can emit during transaction execution. Events are very good at signalling that an some action has taken place on-chain. Applications can subscribe and listen to events to trigger some off-chain logic or they can index, transform and store events in some off-chain storage (look at The Graph protocol or Ethereum ETL).
-
Error deploying subgraph on local
Subgraph cloned from repo :https://github.com/graphprotocol/graph-node/tree/master/docker
-
Help configuring wagmi
https://github.com/scaffold-eth/scaffold-eth-2 this repo comes with wagmi and hard hat preconfigured you can use it as a sample , but if you are large querying data I would advise you the graph https://thegraph.com/
-
SKALE Ecosystem Update. Explore the Thriving Ecosystem that is Driving Innovation on SKALE
The Graph
-
Is Nethereum's GetContractQueryHandler decentralized? If not what's a decentralized alternative for C#?
There are also decentralized network services like The Graph or Pocket Network that provide decentralized access to Ethereum and other blockchain networks. Note that these services primarily provide APIs for querying blockchain data, and may not provide full functionality for sending transactions or executing smart contracts like a full Ethereum node or services like Infura and Alchemy.
-
How do you get your website to communicate with the blockchain without metamask?
For read-only the way to use The Graph
-
The Graph’s new homepage just launched & we’re excited to share!
See it for yourself.
-
Delegating risks on The Graph
thegraph.com is the only site operated by The Graph Foundation, and is the centrepiece for all activity on the protocol. Can a website/web dApp be hacked? Yes. Has it been hacked in the past two years since it launched? No.
hardhat
Posts with mentions or reviews of hardhat.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-03-13.
-
5 smart contract projects that can land you a job 🚀 💼
Hardhat or Truffle development environment
- Open Source Tools for NFT Development on Arbitrum: Pioneering the Future of Digital Assets
-
2025’s Must-Know Tech Stacks
Hardhat
-
Smart Contract Audits: Ensuring Safe Blockchain Migration
4. Hardhat and Truffle
-
Web3 UI For Simple Smart Contract
Let's build a web frontend to a smart contract! This is a followup to my previous post about creating a simple smart contract with Solidity and Hardhat. The instructions here assume you are picking up up with the same contract that we just deployed to our Hardhat environment.
-
Simple Start to Smart Contract Development with Hardhat
Welcome to my post about Smart Contract development! This post is mostly just my notes on how to get a super simple smart contract (self executing program on a blockchain) written, deployed and called. For me it is easier to learn something new by doing. When dealing with blockchains and smart contracts however, that "doing" becomes expensive when you are trying to do something many times for educational purposes. Since every write to a blockchain costs something (on Ethereum Virtual Machine, or EVM, based networks, this cost is referred to as a Gas Fee). To avoid the cost of writing to a real blockchain, we'll use a tool called Hardhat. Hardhat will simulate an EVM network/blockchain for us to play with. When you are ready to actually publish your Smart Contract to a real blockchain, you'll need to either run a node yourself or use a Node Provider like Alchemy.
-
Getting Started with Morph SDK and Metamask Integration
Contracts: This directory contains all of the code for developing smart contracts using either the Foundry or Hardhat frameworks. Both frameworks have been structured to allow for rapid and easy DApp development. For this tutorial, we will focus on the Foundry framework.
-
Cross-Chain Governance with OpenZeppelin Governor and Axelar
Install Hardhat, OpenZeppelin, hardhat toolbox, and the axelar-gmp-sdk-solidity with the following commands:
-
To-do List Blockchain dApp avec NextJS + Solidity + Web3.js - Tutoriel pas à pas
Hardhat : Site officiel
-
Basics of web3 development, JS new releases this week, cool npm modules and open-source packages
Truffle and Hardhat both are quiet and commonly used packages
What are some alternatives?
When comparing graph-node and hardhat you can also consider the following projects:
chainlink - node of the decentralized oracle network, bridging on and off-chain computation
remix-ide - Documentation for Remix IDE
brownie - A Python-based development and testing framework for smart contracts targeting the Ethereum Virtual Machine.
truffle - :warning: The Truffle Suite is being sunset. For information on ongoing support, migration options and FAQs, visit the Consensys blog. Thank you for all the support over the years.
ipfs - Peer-to-peer hypermedia protocol
foundry - Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.