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
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.
streamerd
changed the title
fetch and display previous transactions (expressions)
fetch previous transactions (expressions) from blockchain
Sep 19, 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
The text was updated successfully, but these errors were encountered: