docs(readme): five-door surface overview + wallet/grpc quickstarts#17
Merged
Conversation
Pre-PR README still listed three doors (evm, native, bft) and a stale v0.1.0 status. Reality: five doors live (added wallet for native tx signing + grpc for the Node-side typed client over sentrix.v1.Sentrix). Add quick-starts for the two new doors, mention subscribeTyped<C>() for the BFT door, refresh the status line.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pre-PR README listed three doors (evm/native/bft) and a stale v0.1.0 status. Five doors are now live (added
walletfor native tx signing +grpcfor the Node-side typed client). Quick-starts added for the two new doors plussubscribeTyped<C>()example on the BFT door. Status line refreshed to v0.3.0-rc.0.