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

Backend: Initialize Deed Consumer Contract #10

Open
Robert-H-Leonard opened this issue Oct 26, 2022 · 0 comments
Open

Backend: Initialize Deed Consumer Contract #10

Robert-H-Leonard opened this issue Oct 26, 2022 · 0 comments

Comments

@Robert-H-Leonard
Copy link
Contributor

The DeedConsumer contract is what the contract the web app will interact with. This issue is scoped to defining the interface we need to implement for this contract. This contract should:

  1. Have a function where a street address can be passed in and it first checks if it already has that addresses data. If not it calls the Oracle contract to fetch deed data. (Response from oracle contract will contain the ipfs hash)

  2. Have events around data being saved/updated

Acceptance criteria

  • Hardhat or remix configured
  • Interface for the Deed Consumer contract
  • Make sure Oracle contract is also saved in github repository
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In Progress
Development

No branches or pull requests

1 participant