When building a Front End .. I want to list all of the submissions to a Smart Contract. . . What is the best way to go about that ? Returning it from a Solidity function -or- build it in Javascript from Web3 call ?
Aug 20, 2020, 5:16 PM
maybe emit events and then gather it in the frontend
Aug 20, 2020, 5:20 PM