Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Rafał Chabowski <[email protected]>
  • Loading branch information
sczembor and rafal-ch authored Aug 16, 2024
1 parent 2f35126 commit 54bf737
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions articles/062-binary-port.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Binary Port in Casper 2.0

Casper 2.0 introduces a significant upgrade to its node communication: the binary port. This new RPC interface replaces the traditional JSON-RPC with a binary protocol. The result is faster, more efficient communication between the nodes and the applications within the network.
Casper 2.0 introduces a significant upgrade to its node communication: the binary port. This new interface replaces the traditional JSON-RPC with a binary protocol. The result is faster, more efficient communication between the nodes and the applications within the network.

## Advantages

Expand All @@ -24,9 +24,9 @@ Future Casper SDKs will allow clients to communicate directly with the node's bi
* **Simplified Architecture**: Direct communication reduces complexity, leading to a more streamlined and maintainable system.
* **Greater Control**: Developers gain more granular control over their interactions with the node, opening doors for optimization and customization.

## TODO: more info about how the nodes comunicate with each other?
## TODO: more info about how the nodes communicate with each other?

## Example: Seding a Transaction
## Example: Sending a Transaction

Lets illustrate the workflow of using the binary port with a simplified example of sending a native transfer transaction.

Expand Down

0 comments on commit 54bf737

Please sign in to comment.