Fed Simulator is a macroeconomic simulation game where you play as the Federal Reserve. Your goal is to manage interest rates, deploy monetary policy tools (QE, QT), and maintain economic stability while reacting to live market conditions. Successful players are rewarded with the $FED token on Solana.
- Simulates key macroeconomic indicators: inflation, unemployment, GDP growth, interest rates, and trust
- Allows user decisions: raise/cut interest rates, quantitative easing (QE), and quantitative tightening (QT)
- Displays real-time chart and ticker reactions
- Integrates Solana wallet login and token claiming
- Rewards users with $FED tokens based on gameplay performance
- Next.js (App Router)
- React with Tailwind CSS
- lightweight-charts for dynamic charting
- Solana:
@solana/web3.js, SPL Token, Wallet Adapter - Hosted on Vercel or custom deployment
- Uses the existing $FED token
Mint:5s4gk4Y4PC9FdRz1y54hs4Qod5J8mSbHoW2FmrVapump - Token claim flow built with
getOrCreateAssociatedTokenAccountandtransfer - Tokens are transferred from a treasury wallet to users who connect and complete the game
- Define win/loss conditions
- Improve reward logic and token distribution
- Add leaderboards and performance metrics
- Improve mobile responsiveness and UX polish
Contributions are welcome. Please fork the repo, submit PRs, or suggest improvements related to game logic, Solana integration, or UI/UX.
-
Install dependencies:
npm install # or yarn # or pnpm install # or bun install
-
Run the development server:
npm run dev # or yarn dev # or pnpm dev # or bun dev
-
Open http://localhost:3000 in your browser.
Developed for the Solana Hackathon.
