II.
LibraryProcess overview
Reference · livelib-process:cryptography-blockchain--erc20-token-implementation
specializations/cryptography-blockchain/erc20-token-implementation overview
ERC-20 Token Implementation - Development process for creating secure, standard-compliant ERC-20 fungible tokens with proper access controls, events, and optional extensions (permit, snapshots, pausable).
Attributes
displayName
specializations/cryptography-blockchain/erc20-token-implementation
description
ERC-20 Token Implementation - Development process for creating secure, standard-compliant ERC-20 fungible tokens
with 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', {
projectName: 'Governance Token',
tokenName: 'Protocol Token',
tokenSymbol: 'PROTO',
totalSupply: '1000000000',
features: ['permit', 'votes', 'pausable', 'mintable', 'burnable']
});
usesAgents
- token-standards
- solidity-auditor
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_area2
- skill-area:symmetric-encryption·SkillAreaSymmetric Encryption
- skill-area:asymmetric-encryption·SkillAreaAsymmetric Encryption
uses_agent2
- lib-agent:cryptography-blockchain--token-standards·LibraryAgenttoken-standards
- lib-agent:cryptography-blockchain--solidity-auditor·LibraryAgentsolidity-auditor
Incoming edges
None.