Skip to content

Commit

Permalink
Merge pull request #895 from Concordium/json-rpc-deprecation
Browse files Browse the repository at this point in the history
Remove references to JSON-RPC in documentation
  • Loading branch information
dg-concordium authored Oct 9, 2023
2 parents cb296d1 + b8eb46a commit dd7562b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/Concordium/concordium-json-rpc>`_.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/Concordium/concordium-json-rpc>`_.

Expand Down

0 comments on commit dd7562b

Please sign in to comment.