II.
LibraryProcess JSON
Structured · livelib-process:cryptography-blockchain--erc20-token-implementation
specializations/cryptography-blockchain/erc20-token-implementation json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:cryptography-blockchain--erc20-token-implementation",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/cryptography-blockchain/erc20-token-implementation",
"description": "ERC-20 Token Implementation - Development process for creating secure, standard-compliant ERC-20 fungible tokens\nwith proper access controls, events, and optional extensions (permit, snapshots, pausable).",
"libraryPath": "library/specializations/cryptography-blockchain/erc20-token-implementation.js",
"specialization": "cryptography-blockchain",
"references": [
"- ERC-20 Standard: https://eips.ethereum.org/EIPS/eip-20",
"- OpenZeppelin ERC20: https://docs.openzeppelin.com/contracts/4.x/erc20",
"- ERC-2612 Permit: https://eips.ethereum.org/EIPS/eip-2612"
],
"example": "const result = await orchestrate('specializations/cryptography-blockchain/erc20-token-implementation', {\n projectName: 'Governance Token',\n tokenName: 'Protocol Token',\n tokenSymbol: 'PROTO',\n totalSupply: '1000000000',\n features: ['permit', 'votes', 'pausable', 'mintable', 'burnable']\n});",
"usesAgents": [
"token-standards",
"solidity-auditor"
]
},
"outgoingEdges": [
{
"from": "lib-process:cryptography-blockchain--erc20-token-implementation",
"to": "skill-area:symmetric-encryption",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cryptography-blockchain--erc20-token-implementation",
"to": "skill-area:asymmetric-encryption",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:cryptography-blockchain--erc20-token-implementation",
"to": "topic:hmac-signing",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cryptography-blockchain--erc20-token-implementation",
"to": "topic:ssl-certs",
"kind": "lib_covers_topic",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:cryptography-blockchain--erc20-token-implementation",
"to": "domain:security",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cryptography-blockchain--erc20-token-implementation",
"to": "role:security-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cryptography-blockchain--erc20-token-implementation",
"to": "workflow:crypto-protocol-review",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cryptography-blockchain--erc20-token-implementation",
"to": "specialization:cryptography-blockchain",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cryptography-blockchain--erc20-token-implementation",
"to": "lib-agent:cryptography-blockchain--token-standards",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:cryptography-blockchain--erc20-token-implementation",
"to": "lib-agent:cryptography-blockchain--solidity-auditor",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}