DevKingz DeFi is an NFT staking app where holders stake DevKingz NFTs to earn KINGZ token rewards. The project combines NFTs, DeFi mechanics, and GameFi-inspired progression.
DevKingz DeFi currently includes:
- DevKingz NFTs: Tokenized digital assets that power participation.
- Staking Contract: Stake NFTs to accumulate reward tokens.
- KINGZ Token: ERC20 reward token for ecosystem incentives.
- DevKingz Vault (Planned): Future extension for expanded utility.
The goal is to unify the DevKingz NFT project with a gamified DeFi ecosystem and build long-term, real utility through sustainable token incentives and product expansion.
- Chainlink VRF for randomized NFT minting.
- Stake DevKingz NFTs for yield in
KINGZ. - ERC20-based rewards distribution.
- Foundry-native smart contract development and testing.
- Deployment scripts for core contracts.
- Solidity for smart contracts
- Foundry (
forge,cast,anvil) for build, testing, and scripting - OpenZeppelin Contracts for audited contract primitives
- Chainlink Brownie Contracts (library dependency) utilizes Chainlink VRF to randomize NFT minting.
- Solmate (library dependency)
- Foundry
- Git
git clone <your-repo-url>
cd DevKingz_DeFi_Project
forge installforge buildforge test -vvStart a local node:
anvil- Core NFT contract
- KINGZ rewards token contract
- NFT staking contract
- DevKingz Vault
- Expanded GameFi mechanics
- Frontend dApp integration
- This project is under active development and has not been declared production-audited.
- Do not use production private keys in local scripts.
- Report security concerns privately to the project maintainer before public disclosure.
No License listed.
- Foundry
- ChainlinkVRF
- OpenZeppelin
- Cyfrin/foundry-devops