0KnowledgeNetwork / opt

Zero Knowledge Network's mixnet server plugins and client apps
GNU Affero General Public License v3.0
2 stars 1 forks source link

consider: refactor: rename `http_proxy` plugin to `json_rpc` #41

Open xendarboh opened 2 months ago

xendarboh commented 2 months ago

JSON-RPC is a better description for that service.

In the context of Web3, crypto wallets communicate with the blockchain primarily using the JSON-RPC protocol. JSON-RPC allows wallets to send requests and receive responses, enabling them to query node data, send transactions, and interact with smart contracts on the blockchain.