I have two queries related to ethereum. I am trying to do a proof of concept that required multiple users to have access to a blockchain node.
(1). Can I have like a million user accounts on Ethereum's Node. Or does ethereum has restriction in the number of accounts.
(2). I want to have user level restrictions in place. So, for instance there are two customers transacting with few other customers. Each of the customers should see his own transaction. Simply said.
For instance, both the below transactions happen on a blockchain node. A->B 5 USD C->D 10 USD
A and B should only see 5 USD transaction on their UI. C and D should only see 10 USD transaction on their UI. Bank should see both the transactions.
Is the above possible on ethereum or do we have some restrictions on above.
Responses are appreciated