askjaaaaa/ERC-20
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# OrcaCoin (ORCA) A fully compliant and minimal ERC-20 token built with Solidity and OpenZeppelin. ## Features - ERC-20 standard - `mint()` by owner - `burn()` by users - OpenZeppelin secure implementation - Easy deployment via Remix or Hardhat ## Deployment (Remix) 1. Open Remix: https://remix.ethereum.org 2. Paste the contract in `OrcaCoin.sol` 3. Compile (v0.8.20+) 4. Deploy to Sepolia / Base Testnet