This is a sub-project for the main project I'll be building later.

2 Open Issues Need Help Last updated: Jul 6, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Design a blockchain architecture for integrating Web3 features into an existing Web2 simulated crypto trading game. This involves identifying suitable blockchain use cases within the game's functionality (e.g., user authentication, asset ownership, transparent trade logging), and outlining the architecture to support this integration.

Complexity: 4/5
documentation enhancement help wanted

This is a sub-project for the main project I'll be building later.

JavaScript

AI Summary: Implement React Context API to manage user sessions globally, replacing the current manual state passing. This involves lifting the user state (currently in RegisterPage.jsx) into a Context Provider and making it accessible throughout the application. This is a temporary solution before integrating persistent authentication with MongoDB.

Complexity: 3/5
enhancement help wanted

This is a sub-project for the main project I'll be building later.

JavaScript