You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: