Derycoin (DERY) is a fixed-supply ERC-20 token project intended for deployment on a low-fee EVM-compatible blockchain.
- Name:
Derycoin - Symbol:
DERY - Decimals:
18 - Planned supply:
10,000,000 DERY - Minting after deployment:
disabled - Holder burns:
enabled - Buy/sell tax:
none - Recommended first mainnet:
Polygon PoS - Recommended first trading pair:
DERY / USDC - Recommended DEX on Polygon:
QuickSwap
contracts/Derycoin.sol- Solidity token contractDEPLOY_DERYCOIN.md- Remix deployment guideDEPLOYMENT_PREP.md- Hardhat deployment setupREMIX_DEPLOYMENT_GUIDE.md- Browser-based Remix deployment stepsREAL_DERYCOIN_LAUNCH_PLAN.md- Mainnet and trading launch checklist
Install dependencies once:
npm installCompile the contract:
npm run compileThe compiler writes a local artifact to artifacts/Derycoin.json. The artifacts/ folder is ignored by Git because it can be regenerated.
Run the automated smart contract tests:
npm testThe test suite checks metadata, fixed supply, transfers, allowances, burning, and ownership changes.
Create a local .env file from .env.example, fund the deployer wallet with gas, then deploy to the Polygon Amoy testnet first:
npm run deploy:amoyFor Polygon mainnet:
npm run deploy:polygon- Deploy and test on a free testnet.
- Deploy the final contract on a real mainnet.
- Verify the contract source code on the block explorer.
- Create a liquidity pool on a DEX.
- Add starting liquidity.
- Publish the official contract address and trading link.
This repository is an early launch workspace. Do not share wallet seed phrases or private keys. Review, compile, and test the contract before using it for real funds.
Built by DeryCode — Software, Blockchain, AI and Web3 Company in Uganda Contact: info@derycode.com · WhatsApp: +256 772 002 326