Parent
Part of #13 (Phase 4: Smart Contracts + Templates)
Goal
Create a reusable ERC-1155 multi-token contract template using Solidity + Hardhat or Foundry.
Requirements
- Built on OpenZeppelin ERC-1155
- Mint, batch mint, URI management
- Role-based access control
- Hardhat or Foundry test suite
.learn.md with explanations and security considerations
Location
contracts/evm/erc-1155/
Note: Please follow the EVM Template Standard for structure, config, and quality requirements.
Parent
Part of #13 (Phase 4: Smart Contracts + Templates)
Goal
Create a reusable ERC-1155 multi-token contract template using Solidity + Hardhat or Foundry.
Requirements
.learn.mdwith explanations and security considerationsLocation
contracts/evm/erc-1155/