Ben Bassler

Results 2 issues of Ben Bassler

This is my code: class Payments { void handleError(dynamic error) { if (error) print('Error'); } nativePay() async { var items = [ApplePayItem( label: 'Test', amount: '1.00' )]; var paymentMethod =...

## Description This pull request is for the zkEVM Challenges I-III. I have reviewed the zkEVM documentation and shared my understanding through a Twitter thread using the hashtags #zkThon and...

zkThon Challenge I
zkThon Challenge II
zkThon Challenge III
Done