Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 446 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 446 Bytes

Hidden Card Dapp

This Dapp allows the contract to deal a hidden card to the user, and only the user can reveal his/her own card. This demo can serve as a basis for on-chain card games.

The associated contract is HiddenCard.sol.

Get Started

Clone the project, then run:

npm install
npm run dev

The dapp should run on http://localhost:5173.