Is it possible to share rpc endpoint for azure blockchain service with restricted access?

116 Views Asked by At

I want to create ERC20 token on azure blockchain service, and want to allow publicly sending ERC20 tokens and checking balances using metamask. However, I want to allow only sending ERC20 tokens, but don't want to allow other administrative operations publicly.
Is it possible to share rpc with such a restricted access right?

1

There are 1 best solutions below

0
On

You can have only one rpc port and every client connecting to this rpc will have the same right.

You can use IPC to do your administrative operation.