II.
LibraryProcess JSON
Structured · livelib-process:cryptography-blockchain--subgraph-development
specializations/cryptography-blockchain/subgraph-development json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:cryptography-blockchain--subgraph-development",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/cryptography-blockchain/subgraph-development",
"description": "Subgraph Development - Development of subgraphs for The Graph protocol to index blockchain events\nand 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', {\n projectName: 'DEX Analytics Subgraph',\n network: 'ethereum',\n contracts: ['Factory', 'Pool', 'Router'],\n entities: ['Pool', 'Swap', 'Position', 'Token']\n});",
"usesAgents": [
"schema-architect",
"manifest-engineer",
"mapping-engineer",
"entity-engineer",
"derived-engineer",
"aggregation-engineer",
"perf-engineer",
"deploy-engineer"
]
},
"outgoingEdges": [
{
"from": "lib-process:cryptography-blockchain--subgraph-development",
"to": "skill-area:symmetric-encryption",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cryptography-blockchain--subgraph-development",
"to": "skill-area:asymmetric-encryption",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:cryptography-blockchain--subgraph-development",
"to": "topic:hmac-signing",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cryptography-blockchain--subgraph-development",
"to": "topic:ssl-certs",
"kind": "lib_covers_topic",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:cryptography-blockchain--subgraph-development",
"to": "domain:security",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cryptography-blockchain--subgraph-development",
"to": "role:security-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cryptography-blockchain--subgraph-development",
"to": "workflow:crypto-protocol-review",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cryptography-blockchain--subgraph-development",
"to": "specialization:cryptography-blockchain",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}