II.
LibraryProcess overview
Reference · livelib-process:cryptography-blockchain--subgraph-development
specializations/cryptography-blockchain/subgraph-development overview
Subgraph Development - Development of subgraphs for The Graph protocol to index blockchain events and provide queryable GraphQL APIs.
Attributes
displayName
specializations/cryptography-blockchain/subgraph-development
description
Subgraph Development - Development of subgraphs for The Graph protocol to index blockchain events
and provide queryable GraphQL APIs.
libraryPath
library/specializations/cryptography-blockchain/subgraph-development.js
specialization
cryptography-blockchain
references
- - The Graph Docs: https://thegraph.com/docs/
- - Subgraph Best Practices: https://thegraph.com/docs/en/developing/creating-a-subgraph/
example
const result = await orchestrate('specializations/cryptography-blockchain/subgraph-development', {
projectName: 'DEX Analytics Subgraph',
network: 'ethereum',
contracts: ['Factory', 'Pool', 'Router'],
entities: ['Pool', 'Swap', 'Position', 'Token']
});
usesAgents
- schema-architect
- manifest-engineer
- mapping-engineer
- entity-engineer
- derived-engineer
- aggregation-engineer
- perf-engineer
- deploy-engineer
Outgoing edges
lib_applies_to_domain1
- domain:security·DomainSecurity
lib_belongs_to_specialization1
- specialization:cryptography-blockchain·Specialization
lib_covers_topic2
- topic:hmac-signing·TopicHMAC Signing
- topic:ssl-certs·TopicSSL/TLS Certificates
lib_implements_workflow1
- workflow:crypto-protocol-review·WorkflowCryptographic Protocol Review
lib_involves_role1
- role:security-engineer·RoleSecurity Engineer
lib_requires_skill_area2
- skill-area:symmetric-encryption·SkillAreaSymmetric Encryption
- skill-area:asymmetric-encryption·SkillAreaAsymmetric Encryption
Incoming edges
None.