I'm new to the blockchain and the DAPP world. I've been playing a little with the toy example on the truffle website (which uses web3js) and created my own DAPP that interacts with a demo token (on ropsten), an influx db (through GET requests), and the etherscan API.
I put it online and tried a little bit, it works wonders but if I open it in my web browser and somebody else opens it in theirs, when clicking on buttons to, for example, load my balance and display it, I see it correctly but also the other person(s) with the DAPP open see the balance loaded. How is this possible, and how can I fix it?
I am using fixed addresses to read balances, and through etherscan check transactions and show them through D3.
Thanks!