Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions applications/c++polkadot-light-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ On a high level, the C++ Light Client will allow users (via JSON-RPC) to:

### Project Details

We will extend the [Polkadot specification](https://spec.polkadot.network/) with Light Client requirements\* and deliver a detailed specification for the implementation based on the research done in the time frame specified in this proposal.
The actual implementation will be performed in the next phase.
We will deliver a detailed specification of a light client for the implementation based on the research done in the time frame specified in this proposal. The actual implementation will be performed in the next phase.

The specification includes:

Expand Down Expand Up @@ -113,9 +112,8 @@ This proposal is only for Phase 0 and will culminate with the delivery of a deta
| 0c. | Published | GitHub, GitHub Pages |
| 1. | Cryptography | security advantages over connecting to 3rd-party node, limitations compared to full client |
| 2. | Runtime environment requirements | for browser and Node.js |
| 3. | Multichain support | use cases for cross-chain communication |
| 4. | JSON-RPC APIs | minimal run-time access interface |
| 5. | Dependencies | libraries for cryptography, networking, build |
| 3. | JSON-RPC APIs | minimal run-time access interface |
| 4. | Dependencies | libraries for cryptography, networking, build |


## Future Plans
Expand Down