II.
LibraryProcess JSON
Structured · livelib-process:cryptography-blockchain--erc721-nft-collection
specializations/cryptography-blockchain/erc721-nft-collection json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:cryptography-blockchain--erc721-nft-collection",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/cryptography-blockchain/erc721-nft-collection",
"description": "ERC-721 NFT Collection Development - End-to-end process for developing NFT collections including metadata design,\nminting mechanisms, royalty implementation, and marketplace integration.",
"libraryPath": "library/specializations/cryptography-blockchain/erc721-nft-collection.js",
"specialization": "cryptography-blockchain",
"references": [
"- ERC-721 Standard: https://eips.ethereum.org/EIPS/eip-721",
"- OpenSea Metadata Standards: https://docs.opensea.io/docs/metadata-standards",
"- ERC-2981 Royalties: https://eips.ethereum.org/EIPS/eip-2981"
],
"example": "const result = await orchestrate('specializations/cryptography-blockchain/erc721-nft-collection', {\n projectName: 'Art Collection',\n collectionName: 'Unique Art',\n collectionSymbol: 'UART',\n maxSupply: 10000,\n mintingType: 'allowlist-then-public',\n features: ['royalties', 'reveal', 'enumerable']\n});",
"usesAgents": [
"token-standards"
]
},
"outgoingEdges": [
{
"from": "lib-process:cryptography-blockchain--erc721-nft-collection",
"to": "skill-area:symmetric-encryption",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cryptography-blockchain--erc721-nft-collection",
"to": "skill-area:asymmetric-encryption",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:cryptography-blockchain--erc721-nft-collection",
"to": "skill-area:token-nft-management",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:cryptography-blockchain--erc721-nft-collection",
"to": "topic:hmac-signing",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cryptography-blockchain--erc721-nft-collection",
"to": "topic:ssl-certs",
"kind": "lib_covers_topic",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:cryptography-blockchain--erc721-nft-collection",
"to": "domain:security",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cryptography-blockchain--erc721-nft-collection",
"to": "role:security-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cryptography-blockchain--erc721-nft-collection",
"to": "workflow:crypto-protocol-review",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cryptography-blockchain--erc721-nft-collection",
"to": "specialization:cryptography-blockchain",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cryptography-blockchain--erc721-nft-collection",
"to": "lib-agent:cryptography-blockchain--token-standards",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}