memoscan
← all memos

Memo 0xe6f68d44…1d17e7 on Ethereum

GraphQL ERC20 Transaction Rendering in ReactGraphQL ERC20 Transaction Rendering: We’re currently building a React app from https://github.com/simpletut/Universal-React-Apollo-Registration. We are integrating an Ethereum Wallet component as well. We need to be able to render ERC20 contracts from a specific BlockScout GraphQL instance to display transactions history (what you received, and what you sent) from that users wallet address (on the React app). Display the last transactions on a new tab created on the sidebar.js called “token transactions” allow all past transactions to be found, if exceeding the page limit add small page numbers to navigate to transactions further in the past. Allows you to click on the individual transaction and it takes you to the specific txid in BlockScout on a new web page. (https://forum.poa.network/t/graphql-in-blockscout/1971) Tech Stack: NodeJS React Server-side Rendered Apollo Client GraphQL MongoDB Bcrypt password encryption/verification Nodemailer Web3 (Ethereum Experience)