Final Trade is a competitive, blockchain-based game where two species tokens ($3TOED π¦ and $MNRCH π¦₯) battle for dominance, with power and success determined by real-time market activity.
This prototype simulates the gameplay experience with a fully functional frontend that allows you to test and visualize the market-driven game mechanics.
final-trade-prototype/
βββ README.md
βββ package.json
βββ public/
β βββ index.html
β βββ assets/
β βββ images/
β βββ animations/
βββ src/
βββ contexts/
β βββ Web3Context.js
β βββ GameContext.js
βββ components/
β βββ common/
β βββ battle/
β βββ market/
βββ hooks/
βββ services/
βββ pages/
βββ styles/
git clone https://github.com/yourusername/final-trade-prototype.git
cd final-trade-prototype
npm install
# or
yarn install
npm start
# or
yarn start
http://localhost:3000The home page displays the two competing species tokens with their presale progress. You can:
The battle arena shows the real-time state of the competition between the two species tokens. Here you can:
For testing purposes, the prototype includes simulation controls that allow you to:
The prototype operates in a simulated environment:
Personas/Wallets: Players start with 0 battle tokens, must buy to influence fights. Personas are:
New Recruit: 1-2 ETH, 50-75 $FINAL Buff Chaser: 3-4 ETH, 100-149 $FINAL Market Mover: 5 ETH, 150-200 $FINAL Whale: 10 ETH, 200-300+ $FINAL
Market Data: Game will mask PEPE/DOGE historical data as 3TOED/MNRCH movements
To test the game mechanics:
To move from prototype to production: