
Cambrian Network: Revolucionando la ConstrucciΓ³n de Agentes de IA con Datos Verificables
El mundo de la inteligencia artificial y blockchain estΓ‘ en constante evoluciΓ³n, y un nuevo proyecto ha surgido para transformar la forma en que desarrollamos agentes inteligentes: Cambrian Network. Fundado por Sam Green, un former miembro del equipo de The Graph, y respaldado por la experiencia en Semiotic Labs, core dev de The Graph, este innovador proyecto propone revolucionar la inteligencia "hiperconsciente" mediante el acceso a datos verificables y descentralizados.ΒΏPor quΓ© surge Cambri...

eOracle: ΒΏSe acabΓ³ el problema de OrΓ‘culos?
Hola amixer! πΊ Gracias por leer un nuevo artΓculo sobre Web3, mi compromiso con la educaciΓ³n clara, honesta y sencilla es lo que me trae a educar con propΓ³sito. No olvides mintear (totalmente gratis) y suscribirte para que sigamos conectados! πIntroducciΓ³n a eOracle: El Futuro de los OrΓ‘culos en Web3En el corazΓ³n del ecosistema blockchain, los orΓ‘culos cumplen un rol fundamental: conectar los contratos inteligentes con el mundo exterior. Sin ellos, las blockchains serΓan como computadoras s...

Eigenlayer explicado con manzanitas π (Nivel: FΓ‘cil)
Bienvenido de nuevo a tu espacio preferido de EducaciΓ³n Cripto π€Hola hola hola a los muchos amigos lectores, o quizΓ‘ mis padres que siempre leen mis artΓculos. Como novedades, ahora soy orgullosamente una EigenAlpha!! π EigenLayer tiene su programa de embajadores donde pude ser seleccionada para contribuir a la comunidad educando y organizando eventos para conocer mΓ‘s sobre este protocolo.Empecemos por lo bΓ‘sico πͺ«En los ΓΊltimos meses seguro que escuchaste por ahΓ: βrestakingβ, βEigenlayerβ...
π§ Building the future, one block at a time. π Born in LATAM, dreaming global. ποΈ Host of GrapHER Club β where powerful women talk Web3

Cambrian Network: Revolucionando la ConstrucciΓ³n de Agentes de IA con Datos Verificables
El mundo de la inteligencia artificial y blockchain estΓ‘ en constante evoluciΓ³n, y un nuevo proyecto ha surgido para transformar la forma en que desarrollamos agentes inteligentes: Cambrian Network. Fundado por Sam Green, un former miembro del equipo de The Graph, y respaldado por la experiencia en Semiotic Labs, core dev de The Graph, este innovador proyecto propone revolucionar la inteligencia "hiperconsciente" mediante el acceso a datos verificables y descentralizados.ΒΏPor quΓ© surge Cambri...

eOracle: ΒΏSe acabΓ³ el problema de OrΓ‘culos?
Hola amixer! πΊ Gracias por leer un nuevo artΓculo sobre Web3, mi compromiso con la educaciΓ³n clara, honesta y sencilla es lo que me trae a educar con propΓ³sito. No olvides mintear (totalmente gratis) y suscribirte para que sigamos conectados! πIntroducciΓ³n a eOracle: El Futuro de los OrΓ‘culos en Web3En el corazΓ³n del ecosistema blockchain, los orΓ‘culos cumplen un rol fundamental: conectar los contratos inteligentes con el mundo exterior. Sin ellos, las blockchains serΓan como computadoras s...

Eigenlayer explicado con manzanitas π (Nivel: FΓ‘cil)
Bienvenido de nuevo a tu espacio preferido de EducaciΓ³n Cripto π€Hola hola hola a los muchos amigos lectores, o quizΓ‘ mis padres que siempre leen mis artΓculos. Como novedades, ahora soy orgullosamente una EigenAlpha!! π EigenLayer tiene su programa de embajadores donde pude ser seleccionada para contribuir a la comunidad educando y organizando eventos para conocer mΓ‘s sobre este protocolo.Empecemos por lo bΓ‘sico πͺ«En los ΓΊltimos meses seguro que escuchaste por ahΓ: βrestakingβ, βEigenlayerβ...
π§ Building the future, one block at a time. π Born in LATAM, dreaming global. ποΈ Host of GrapHER Club β where powerful women talk Web3
Share Dialog
Share Dialog



Subscribe to Emmi

Subscribe to Emmi
<100 subscribers
<100 subscribers
Hello everyone! In this article, we will delve into a 0 to 100 explanation of what The Graph technology is all about. Additionally, we will understand what this technology offers for us and what it has for the future.
Get ready to discover the potential of The Graph and explore its fascinating use cases!
To gain a clear understanding of the technology, I'll make room for a small glossary that will help us achieve a comprehensive experience.
Glossary π (Return to this section if you encounter an unfamiliar term)
Blockchain: Decentralized and distributed database technology, recording all information like a ledger, with properties such as immutability (unable to be edited) and transparency.
Decentralization: A paradigm that distributes control, authority, and decision-making among multiple entities or participants instead of concentrating them in a single centralized entity. Removing the intermediary, in simple terms π
Data Indexing: Data indexing is like organizing a book. Think of an alphabetical index at the beginning of the book that helps you quickly find the information you need. In data indexing, a similar structure is created to store and access information efficiently.
Token: A digital asset representing some form of value, which can range from digital currencies to properties, songs, etc.
NFTs (Non-Fungible Tokens): Represent unique and irreplaceable items on the blockchain, such as artistic paintings, illustrative images, song lyrics, and much more.
Smart Contracts: Computer programs that automatically execute when certain pre-established conditions are met.
GraphQL: GraphQL is a query language and execution environment for APIs.
YAML: Data serialization formats that provide a mechanism for exchanging human-readable data.
Manifesto: A declaration of principles or values that guide the actions of a company or community.
The Graph is like a 'Google' for blockchains, as it indexes blockchain data so that developers can easily find it when building their applications.
Indexing data means organizing it, which is quite complex due to the following reasons:

This information is distributed across many blocks. Imagine a physical book where we jot down historical information of all the transfers and transactions we've made in 1 year or 10 years. It can be very complex to search for something specific within this book.

The information contained in the blocks can vary, from financial transaction data to ownership histories of assets.
The Graph makes organizing the data we need from the blockchain easy, and it does all this through "Subgraphs and Substreams" (Stay tuned for an article on these two tools π₯οΈ)
It refers to a collection of indexed data representing a specific part or particular view of a blockchain.
A subgraph is essentially a predefined query that specifies which data should be gathered and how it should be structured to enable efficient searches and retrieval.

Don't worry if what you're reading sounds like Chinese right now, we'll gradually delve into more details. But hey, I'll give you an example instead!

Example 1: We are developing an application that needs to identify the owners of a collection of NFTs, to award them a prize for being among the first 30 to acquire them. Obtaining and organizing this information is highly complex, but thanks to the use of subgraphs, we will be able to centralize all relevant data in a single repository.
If you're wondering what the term "3-3-3-3" represents, it's my way of expressing that only three fundamental elements are required to use The Graph. I assure you that you'll soon understand its meaning in its entirety.
This concept may initially seem complicated to those unfamiliar with software development, but you don't need to worry; we'll tackle each aspect gradually and comprehensibly.
It's important to know that a subgraph processes and stores data so that it can be easily queried using a query language called GraphQL.
3 Essential Parts
subgraph.yaml: A YAML file containing the manifest of the subgraph.
schema.graphql: A GraphQL schema that defines what data is stored for your subgraph and how to query it through GraphQL.
AssemblyScript Mappings: AssemblyScript code that translates from event data to the entities defined in your schema.
3 Basic Elements You Need to Start Using or Creating Subgraphs:
The address of a smart contract from a network of your choice.
Tokens of this technology are called GRT, and if you're just testing and learning, you can use testnet tokens (used for testing purposes only).
A crypto wallet (You can use any, but I recommend Metamask).

Last year, at this same time, The Graph didn't have support for multiple networks as it does now. This significant advancement is attributed to the inauguration of a new era, named "The dawn of decentralized data" or, in its English denomination, "Sunrise of decentralized data".
But let's not get ahead of ourselves, let's continue with the Anatomy of our subgraphs π€«
3 Ways to Index Data
Create your subgraphs.
Use existing subgraphs (Find them by clicking here).
Create substreams (I'll leave this topic for another article so we don't get confused π).
3 Basic Tools to Start:
Visual Studio, IntelliJ, or any code editor.
Lots of patience π§π½ββοΈ (Every learning process takes time, let's not get frustrated :D)
Create an account on Subgraph Studio (A visual way to create or use subgraphs).

If you've made it this far, I appreciate it!! I did this with a lot of patience and in a veryyyyy simple way to make it understandable for you π€
Let's continue...

Let's get straight to the point; it consists of 4 different roles:
Developers: They are the ones who use The Graph to query data in their applications, either by creating or using existing subgraphs.
Indexers: They are responsible for operating a computer to index the data.
Curators: As the name suggests, curators evaluate and signal which subgraphs will be indexed.
Delegators: They are network participants who delegate tokens of this project (GRT) to one or more indexers. They contribute to the security of the network.
As a utility token, GRT plays several roles within The Graph ecosystem:

Staking and Validation: All individuals holding GRT tokens can participate in The Graph's consensus, securing the network and validating transactions by staking (long-term deposit) their tokens. In return, validators receive rewards in the form of GRT tokens for their participation in the network.
Fee Payment: GRT is used to pay query fees on the network. Developers of dApps seeking access to indexed data through The Graph must pay a fee in GRT for each query made.
Incentives for Curators: They receive rewards in GRT for identifying high-quality subgraphs and keeping them updated.
Delegation Rewards: Those holding GRT tokens can also delegate their tokens to validators to participate in the consensus process and receive rewards proportional to the number of tokens they have delegated.
That's great! It seems like we've covered a lot of ground. If you have more questions or if there's anything else I can assist you with, feel free to let me know!

Part of understanding and supporting projects like this is based on them having a solid roadmap to improve the developer experience. That's why we find ourselves in the Sunrise of Decentralized Data.
This is a plan or roadmap of all the good things to come and the advancements they plan to achieve.
It's divided into 3 phases: Sunray, Sunbeam, and Sunrise βοΈ, and we're currently entering the second phase.

Thank you for reaching the end of the article, don't forget to subscribe! In the next article, I'll tell you all about the new roadmap that's coming.
#GraphRising π
Don't forget that if you want more information about this, you can check the documentation at https://thegraph.com

Hello everyone! In this article, we will delve into a 0 to 100 explanation of what The Graph technology is all about. Additionally, we will understand what this technology offers for us and what it has for the future.
Get ready to discover the potential of The Graph and explore its fascinating use cases!
To gain a clear understanding of the technology, I'll make room for a small glossary that will help us achieve a comprehensive experience.
Glossary π (Return to this section if you encounter an unfamiliar term)
Blockchain: Decentralized and distributed database technology, recording all information like a ledger, with properties such as immutability (unable to be edited) and transparency.
Decentralization: A paradigm that distributes control, authority, and decision-making among multiple entities or participants instead of concentrating them in a single centralized entity. Removing the intermediary, in simple terms π
Data Indexing: Data indexing is like organizing a book. Think of an alphabetical index at the beginning of the book that helps you quickly find the information you need. In data indexing, a similar structure is created to store and access information efficiently.
Token: A digital asset representing some form of value, which can range from digital currencies to properties, songs, etc.
NFTs (Non-Fungible Tokens): Represent unique and irreplaceable items on the blockchain, such as artistic paintings, illustrative images, song lyrics, and much more.
Smart Contracts: Computer programs that automatically execute when certain pre-established conditions are met.
GraphQL: GraphQL is a query language and execution environment for APIs.
YAML: Data serialization formats that provide a mechanism for exchanging human-readable data.
Manifesto: A declaration of principles or values that guide the actions of a company or community.
The Graph is like a 'Google' for blockchains, as it indexes blockchain data so that developers can easily find it when building their applications.
Indexing data means organizing it, which is quite complex due to the following reasons:

This information is distributed across many blocks. Imagine a physical book where we jot down historical information of all the transfers and transactions we've made in 1 year or 10 years. It can be very complex to search for something specific within this book.

The information contained in the blocks can vary, from financial transaction data to ownership histories of assets.
The Graph makes organizing the data we need from the blockchain easy, and it does all this through "Subgraphs and Substreams" (Stay tuned for an article on these two tools π₯οΈ)
It refers to a collection of indexed data representing a specific part or particular view of a blockchain.
A subgraph is essentially a predefined query that specifies which data should be gathered and how it should be structured to enable efficient searches and retrieval.

Don't worry if what you're reading sounds like Chinese right now, we'll gradually delve into more details. But hey, I'll give you an example instead!

Example 1: We are developing an application that needs to identify the owners of a collection of NFTs, to award them a prize for being among the first 30 to acquire them. Obtaining and organizing this information is highly complex, but thanks to the use of subgraphs, we will be able to centralize all relevant data in a single repository.
If you're wondering what the term "3-3-3-3" represents, it's my way of expressing that only three fundamental elements are required to use The Graph. I assure you that you'll soon understand its meaning in its entirety.
This concept may initially seem complicated to those unfamiliar with software development, but you don't need to worry; we'll tackle each aspect gradually and comprehensibly.
It's important to know that a subgraph processes and stores data so that it can be easily queried using a query language called GraphQL.
3 Essential Parts
subgraph.yaml: A YAML file containing the manifest of the subgraph.
schema.graphql: A GraphQL schema that defines what data is stored for your subgraph and how to query it through GraphQL.
AssemblyScript Mappings: AssemblyScript code that translates from event data to the entities defined in your schema.
3 Basic Elements You Need to Start Using or Creating Subgraphs:
The address of a smart contract from a network of your choice.
Tokens of this technology are called GRT, and if you're just testing and learning, you can use testnet tokens (used for testing purposes only).
A crypto wallet (You can use any, but I recommend Metamask).

Last year, at this same time, The Graph didn't have support for multiple networks as it does now. This significant advancement is attributed to the inauguration of a new era, named "The dawn of decentralized data" or, in its English denomination, "Sunrise of decentralized data".
But let's not get ahead of ourselves, let's continue with the Anatomy of our subgraphs π€«
3 Ways to Index Data
Create your subgraphs.
Use existing subgraphs (Find them by clicking here).
Create substreams (I'll leave this topic for another article so we don't get confused π).
3 Basic Tools to Start:
Visual Studio, IntelliJ, or any code editor.
Lots of patience π§π½ββοΈ (Every learning process takes time, let's not get frustrated :D)
Create an account on Subgraph Studio (A visual way to create or use subgraphs).

If you've made it this far, I appreciate it!! I did this with a lot of patience and in a veryyyyy simple way to make it understandable for you π€
Let's continue...

Let's get straight to the point; it consists of 4 different roles:
Developers: They are the ones who use The Graph to query data in their applications, either by creating or using existing subgraphs.
Indexers: They are responsible for operating a computer to index the data.
Curators: As the name suggests, curators evaluate and signal which subgraphs will be indexed.
Delegators: They are network participants who delegate tokens of this project (GRT) to one or more indexers. They contribute to the security of the network.
As a utility token, GRT plays several roles within The Graph ecosystem:

Staking and Validation: All individuals holding GRT tokens can participate in The Graph's consensus, securing the network and validating transactions by staking (long-term deposit) their tokens. In return, validators receive rewards in the form of GRT tokens for their participation in the network.
Fee Payment: GRT is used to pay query fees on the network. Developers of dApps seeking access to indexed data through The Graph must pay a fee in GRT for each query made.
Incentives for Curators: They receive rewards in GRT for identifying high-quality subgraphs and keeping them updated.
Delegation Rewards: Those holding GRT tokens can also delegate their tokens to validators to participate in the consensus process and receive rewards proportional to the number of tokens they have delegated.
That's great! It seems like we've covered a lot of ground. If you have more questions or if there's anything else I can assist you with, feel free to let me know!

Part of understanding and supporting projects like this is based on them having a solid roadmap to improve the developer experience. That's why we find ourselves in the Sunrise of Decentralized Data.
This is a plan or roadmap of all the good things to come and the advancements they plan to achieve.
It's divided into 3 phases: Sunray, Sunbeam, and Sunrise βοΈ, and we're currently entering the second phase.

Thank you for reaching the end of the article, don't forget to subscribe! In the next article, I'll tell you all about the new roadmap that's coming.
#GraphRising π
Don't forget that if you want more information about this, you can check the documentation at https://thegraph.com

No activity yet