diff --git a/source/mainnet/smart-contracts/tutorials/voting/voting-dapp.rst b/source/mainnet/smart-contracts/tutorials/voting/voting-dapp.rst index 1e3abd41af..c56483725b 100644 --- a/source/mainnet/smart-contracts/tutorials/voting/voting-dapp.rst +++ b/source/mainnet/smart-contracts/tutorials/voting/voting-dapp.rst @@ -39,7 +39,7 @@ need for the user to host their own Concordium node. A web wallet is a piece of code that can be added as an extension to supported browsers such as ``Chrome``. The web wallet allows you to interact with the chain and make transactions. -Currently, the |bw| does this by connecting to a (JSON-RPC) server that communicates with a node. +Currently, the |bw| does this by connecting to a (gRPC) server that communicates with a node. The |bw| hosts the private keys corresponding to the accounts of the user and a link that points to a `server `_. diff --git a/source/mainnet/smart-contracts/tutorials/wCCD/wCCD-front-end-set-up.rst b/source/mainnet/smart-contracts/tutorials/wCCD/wCCD-front-end-set-up.rst index bc5e7992c8..5632faae83 100644 --- a/source/mainnet/smart-contracts/tutorials/wCCD/wCCD-front-end-set-up.rst +++ b/source/mainnet/smart-contracts/tutorials/wCCD/wCCD-front-end-set-up.rst @@ -39,7 +39,7 @@ need for the user to host their own Concordium node. A browser wallet is a piece of code that can be added as an extension to supported browsers such as ``Chrome``. The browser wallet allows you to interact with the chain and make transactions. -Currently, the |bw| does this by connecting to a (JSON-RPC) server that communicates with a node. +Currently, the |bw| does this by connecting to a (gRPC) server that communicates with a node. The |bw| hosts the private keys corresponding to the accounts of the user and a link that points to a `server `_.