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

fetch previous transactions (expressions) from blockchain #1

Open
streamerd opened this issue Jul 29, 2022 · 1 comment
Open

fetch previous transactions (expressions) from blockchain #1

streamerd opened this issue Jul 29, 2022 · 1 comment
Assignees

Comments

@streamerd
Copy link
Member

streamerd commented Jul 29, 2022

in the first step, we've initialized with expressions. next is acknowledgements.

for both, expressions and acknowledgements, we'll make use of transaction hashes, in the referring/quoting from or acknowledging someone elses' expressions of Peace.

for that, with this issue, we'll start displaying those in various parts @ our dapp.

here's the current contract:
https://rinkeby.etherscan.io/address/0x6d584295790d2c9f7f2d4249b6caebc15b1da682

expected result:
a number of transactions retreived from history,
where it is before wallet connection on dapp,

prepare data for render: transactionhash, wallet address, dateTime and current_expression fields

{connected ? (
) : (
here
)

next we'll extend the contract with a referred_expressions ["0x...", 0x...""] field and get that from the people that'd like to refer/quote others.

Originally created from Github issue: #1

@streamerd streamerd changed the title display previous expressions fetch and display previous transactions (expressions) Jul 29, 2022
@streamerd
Copy link
Member Author

will make use of Alchemy API. We'll augment that with a subgraph later on.

https://docs.alchemy.com/docs/how-to-get-transaction-history-for-an-address-on-ethereum

@streamerd streamerd changed the title fetch and display previous transactions (expressions) fetch previous transactions (expressions) from blockchain Sep 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant