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

Set up testing infrastrucure #75

Open
5 tasks
MattWeinstein opened this issue Nov 20, 2024 · 0 comments
Open
5 tasks

Set up testing infrastrucure #75

MattWeinstein opened this issue Nov 20, 2024 · 0 comments
Milestone

Comments

@MattWeinstein
Copy link
Collaborator

Background/Issue/Bug

We need to be able to test if our frontend is correctly interacting with the deployed contract. Contracts for this project are in this repo.

How to resolve

  • Figure out how to deploy the contract to a test network in the contracts repo linked above
  • Figure out how to interact with the contract in this repo
  • Research testing libraries (hardhat/truffle/forge) - note that the contracts repo uses forge, we may want to use this to stay consistent
  • Set up testing library as needed
  • Add simple functionality somewhere on the web client to do a basic interaction with a contract

Acceptance criteria

The READMe has clear instructions on how to run the web client in a way it can interact with the deployed smart contract. This may include instructions for the contracts repo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant