Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial test bench front end #55

Merged
merged 24 commits into from
May 25, 2023
Merged

Initial test bench front end #55

merged 24 commits into from
May 25, 2023

Conversation

DOBEN
Copy link
Member

@DOBEN DOBEN commented May 15, 2023

Purpose

closes #53

This front end does not protect against bad user input and is meant for testing various scenarios that the wallets and front end can interact with. Negative scenarios (e.g. wrong user input or wrong way of calling functions in the wallets) should be tested.

Changes

Initial test bench

I decided to move the "toggle between mainnet/testnet" into ideas for future versions of the front end since I don't think we will test/deploy the smart contract to mainnet for the time being.

TODO:

@DOBEN DOBEN marked this pull request as ready for review May 21, 2023 10:07
@DOBEN DOBEN force-pushed the 53-test-bench-for-wallet-connect branch from 1fae6e3 to c9585d6 Compare May 22, 2023 10:46
@DOBEN DOBEN force-pushed the 53-test-bench-for-wallet-connect branch from bd168b5 to 4a1f07c Compare May 22, 2023 11:18
Copy link
Contributor

@abizjak abizjak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks very good.

I mainly have input on the UI to make it clearer.

wallet-connect-test-bench/.eslintignore Outdated Show resolved Hide resolved
wallet-connect-test-bench/README.md Outdated Show resolved Hide resolved
wallet-connect-test-bench/package.json Outdated Show resolved Hide resolved
wallet-connect-test-bench/src/reading_from_blockchain.ts Outdated Show resolved Hide resolved
wallet-connect-test-bench/front-end/README.md Show resolved Hide resolved
wallet-connect-test-bench/front-end/README.md Outdated Show resolved Hide resolved
wallet-connect-test-bench/front-end/src/constants.ts Outdated Show resolved Hide resolved
@DOBEN DOBEN merged commit 506bf5d into main May 25, 2023
@DOBEN DOBEN deleted the 53-test-bench-for-wallet-connect branch May 25, 2023 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test front end for walletConnect
3 participants