Hi
I am working on a contract tat will keep track of tokens owned by peeps that registers to the dapps>
AM I better keeping a map address => ( map address => struc )
or creating a contract for each person and all I have to do is map ( address => address(<= contract of holdings for address)
Jul 3, 2022, 10:53 PM