0

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?

久保圭司
  • 579
  • 5
  • 16

1 Answers1

0

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.

Noé
  • 498
  • 3
  • 14