II.
LibraryProcess overview
Reference · livelib-process:cryptography-blockchain--erc721-nft-collection
specializations/cryptography-blockchain/erc721-nft-collection overview
ERC-721 NFT Collection Development - End-to-end process for developing NFT collections including metadata design, minting mechanisms, royalty implementation, and marketplace integration.
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,
minting 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', {
projectName: 'Art Collection',
collectionName: 'Unique Art',
collectionSymbol: 'UART',
maxSupply: 10000,
mintingType: 'allowlist-then-public',
features: ['royalties', 'reveal', 'enumerable']
});
usesAgents
- token-standards
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_area3
- skill-area:symmetric-encryption·SkillAreaSymmetric Encryption
- skill-area:asymmetric-encryption·SkillAreaAsymmetric Encryption
- skill-area:token-nft-management·SkillAreaToken and NFT Management
uses_agent1
- lib-agent:cryptography-blockchain--token-standards·LibraryAgenttoken-standards
Incoming edges
None.