II.
LibraryProcess JSON
Structured · livelib-process:cryptography-blockchain--blockchain-node-setup
specializations/cryptography-blockchain/blockchain-node-setup json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:cryptography-blockchain--blockchain-node-setup",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/cryptography-blockchain/blockchain-node-setup",
"description": "Blockchain Node Setup and Operation - Setup and configuration of blockchain nodes for various networks\nwith proper security, monitoring, and high availability.",
"libraryPath": "library/specializations/cryptography-blockchain/blockchain-node-setup.js",
"specialization": "cryptography-blockchain",
"references": [
"- Geth Documentation: https://geth.ethereum.org/docs/",
"- Erigon: https://github.com/ledgerwatch/erigon"
],
"example": "const result = await orchestrate('specializations/cryptography-blockchain/blockchain-node-setup', {\n projectName: 'Ethereum Archive Node',\n network: 'ethereum',\n nodeType: 'archive',\n highAvailability: true\n});",
"usesAgents": [
"node-analyst",
"infra-engineer",
"node-engineer",
"security-engineer",
"rpc-engineer",
"monitoring-engineer",
"backup-engineer",
"ops-documenter"
]
},
"outgoingEdges": [
{
"from": "lib-process:cryptography-blockchain--blockchain-node-setup",
"to": "skill-area:symmetric-encryption",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cryptography-blockchain--blockchain-node-setup",
"to": "skill-area:asymmetric-encryption",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:cryptography-blockchain--blockchain-node-setup",
"to": "topic:hmac-signing",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cryptography-blockchain--blockchain-node-setup",
"to": "topic:ssl-certs",
"kind": "lib_covers_topic",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:cryptography-blockchain--blockchain-node-setup",
"to": "domain:security",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cryptography-blockchain--blockchain-node-setup",
"to": "role:security-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cryptography-blockchain--blockchain-node-setup",
"to": "workflow:engineering-onboarding",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cryptography-blockchain--blockchain-node-setup",
"to": "specialization:cryptography-blockchain",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}