Click the image above to watch the full trailer.
The first deflationary strategy game where players heal the planet to earn. Built by a Solo Dev. No VCs. 100% On-Chain Economy.
Sylvan is a GameFi experiment designed to solve the "Death Spiral" of P2E economies. Instead of infinite inflation, we introduce Mortal Assets. Every Land plot decays over time. Players must burn tokens (Resources) to maintain their yield.
Core Loop:
- Reclaim: Activate dead lands.
- Heal: Burn tokens to restore "Health Bar".
- Harvest: Earn yield only from healthy lands.
This project is built using the Solana Anchor Framework.
- Smart Contracts: Rust (Anchor)
- Frontend: React + Vite / TypeScript
- Integration: Solana Wallet Adapter (Phantom/Solflare)
- Testing: Mocha / Chai
- This is currently an MVP / Pre-Alpha build running on Testnet.
- Formal audit is scheduled post-fundraise.
- Use at your own risk during the testing phase.
- Twitter: @SergeySylvan
- Discord: discord.gg/W3JB67Tcf3
- Play MVP: https://www.sylvan.world
/programs- The core Solana smart contracts (The logic of Mortal Lands)./sylvan_front- The React-based frontend for interacting with the game./tests- Unit tests for the "Reclaim" mechanics./migrations- Deploy scripts for Devnet/Mainnet.
To run the MVP locally:
# Install dependencies
yarn install
# Build the Anchor program
anchor build
# Run tests
anchor test