The charitable donation projection estimates future contributions using past data and giving trends. It guides budgeting, goal-setting, and resource planning for greater community impact. This forecast helps organizations stay transparent, plan strategically, and maximize their philanthropic efforts effectively over time.
git clone https://github.com/daksh-stack/Charitable-Donation-Contract-Core.git
cd Charitable-Donation-Contract-Core
npm installCreate a .env file in the project root:
PRIVATEKEY="your_core_wallet_private_key"
CORE_TEST2_SCAN_KEY="your_testnet2_explorer_api_key"
⚠️ Important: Never share your private key or commit the.envfile to version control.
npx hardhat compilenpx hardhat testUse a deployment script:
npx hardhat run scripts/deploy.js --network core_testnet2You can verify contracts using Core block explorers:
npx hardhat verify --network core_testnet2 <deployed_contract_address> <constructor_args_if_any>API keys for verification must be included in .env as shown above.