/* Club Cards */
/**
*
*/
Description
An expandable digital card collection. I wrote the back-end: the protocol contract and the API that handles claims. Transaction costs were a major constraint during development, so efficiency was the priority: claim authorization is handled off-chain and signatures are verified on-chain, with bit-level optimization to cut storage and transaction costs.