Add CaseRush - Provably fair case opening dApp #144
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This commit adds CaseRush, a decentralized CS:GO case opening application built on BSC featuring:
Live demo: https://www.caserush.fun
Contract: 0x22F1e50762E8D069E18f223CDd114Ec7F586cCAD
Generated with Claude Code
Description
This PR adds CaseRush, a provably fair CS:GO case opening dApp built on BNB Smart Chain. The project
demonstrates several important blockchain development concepts for the BSC ecosystem:
Live Demo
CDd114Ec7F586cCAD)
What's Included
Smart Contract (
contracts/CaseRush.sol)Documentation
Tech Stack
Why This Example is Valuable
Developer Learning Outcomes
Developers can learn:
Test Plan
Fixes # (issue)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Live Production Testing
69E18f223CDd114Ec7F586cCAD) on BSC Mainnet
Smart Contract Testing
Frontend Testing
To test this example:
git clone https://github.com/nangs6610/example-hub.git cd example-hub/typescript/caserushnpm install
NEXT_PUBLIC_PRIVY_APP_ID=your_privy_app_id
NEXT_PUBLIC_CHAIN_ID=56
NEXT_PUBLIC_RPC_URL=https://bsc-dataseed.binance.org/
NEXT_PUBLIC_CONTRACT_ADDRESS=0x22F1e50762E8D069E18f223CDd114Ec7F586cCAD
npm run dev
- Visit http://localhost:3000
- Connect your BSC wallet with testnet BNB
- Open a case (costs 0.002 BNB)
- View inventory and test sell functionality
Checklist: