Kirill Balakhonovbalakhonoff.hashnode.dev·Jun 29, 2023What is indexing in Web3? Ultimate guide. (No prior knowledge is required)It’s hard to say that the data engineering culture is deeply ingrained in the Web3 developer community. And not every developer can easily determine what indexing means in the context of Web3. I would like to define some details on this topic and tal...DiscussEthereum
Afoma Orjiafy.afomaorji.com·Jun 15, 2023How to deploy a subgraphIntroduction What is the graph protocol all about?"The Graph is a decentralized protocol for indexing and querying blockchain data." - The Graph In this article, I will give a detailed guide on building and deploying a subgraph. To be specific, we wi...Discuss·32 likes·79 readsLearn about The Graphsubgraph
Ujjwal Thakursubgraphdev.hashnode.dev·May 19, 2023Building Subgraphs: A Guide to Understanding and Creating ThemIn the first two articles of this series, we explored the significance of data in the blockchain ecosystem and the transformative role of The Graph in facilitating data access for decentralized applications (DApps). The second article provided an ove...Discuss·4 likes·140 readsBlockchain
Pandit Dhamdherepanditdhamdhere.hashnode.dev·May 18, 2023The Graph Protocol: Empowering Decentralized Data Indexing and QueryingIntroduction The Graph Protocol, often referred to as The Graph, is a decentralized protocol that enables efficient indexing and querying of data on blockchain networks. It provides developers with a powerful toolset to build and access decentralized...Discuss·2 likes·38 readsBlockchain
Ujjwal Thakursubgraphdev.hashnode.dev·May 11, 2023A brief overview of The Graph Network and its Participants.In the first article of this series, we discussed the importance of data in the blockchain ecosystem and how The Graph is revolutionizing the way decentralized applications (DApps) access and use that data. We learned that The Graph is a decentralize...Discuss·5 likes·112 readsBlockchain
Özgür Akkurtozgrakkurt.hashnode.dev·Mar 30, 2023Building an Ethereum(EVM) API acceleratorThis post is about building an accelerator for APIs that serve EVM based blockchain data. ChatGPT Summary The post talks about the problems with the current Ethereum RPC servers and PostgreSQL indexing solutions. It suggests building an accelerator t...Discuss·1 like·135 readsEthereum
Miroslaw Shpakbytesbay.hashnode.dev·Feb 27, 2023Building Off-chain dApps with ChainSyncerThe core idea of Web3 is based on decentralized data storage. Ideally, all your data could be stored in a decentralized manner, but that’s not possible — storing all data like this would be extremely expensive (at least nowadays). Instead, it’s advis...Discuss·38 readsWeb3
Ahmed AbdelmalekforDeveloper DAO Blog | Web3 Tutorialsblog.developerdao.com·Feb 27, 2023Explorer of GEO GenesisYaniv Tal, CEO of Edge & Node, announced and launched Geo at The Graph Day. Everyone can register at https://edgeandnode.com/geo/ to get on the waitlist for the beta, or go to https://www.geobrowser.io/. But first, let’s learn about Geo and how it fi...Discuss·432 reads#thegraph
Jon-Pierre SanchezforDeveloper DAO Blog | Web3 Tutorialsblog.developerdao.com·Feb 1, 2023How to properly request JSON metadata stored in IPFS for your "The Graph" SubgraphHi, my name is JP 👋 (@J_pizzl3/@jpdev)! I'm one of the core developers working on InterplanetaryFonts, a Web3 NFT marketplace and collaboration platform for creators and collectors of Fonts (@IPFonts/@ipfonts). Below I will describe a tricky problem...Discuss·11 likes·639 readsGraphQL
Tony Kipkemboitownee.hashnode.dev·Sep 9, 2022How to Query The Graph Protocol for On-Chain Data using PythonIn this tutorial, we will query the ENS Subgraph using two methods; raw GraphQL query and Subgrounds library by Playgrounds. The goal is for you to be able to: query any Subgraph data using Python understand the two querying methods What are Sub...Discuss·2 likes·811 readsWeb3