Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 azure 区块链服务上创建 ERC20 代币,并希望允许公开发送 ERC20 代币并使用元掩码检查余额。但是,我只想允许发送 ERC20 代币,但不想公开其他管理操作。 是否可以共享具有这种受限访问权限的 rpc?
您只能拥有一个 rpc 端口,并且每个连接到此 rpc 的客户端都将拥有相同的权限。
您可以使用 IPC 进行管理操作。