docs: refresh README + point logo at marketing landing#163
Merged
Conversation
Logo
- TopNav <Link> now points at "/" instead of "/markets". The brand mark
should always feel like a "go home" affordance; the marketing landing
with the Hero ("Signed, settled, sovereign") lives at the root, so
send users there.
README
- Replace the three-terminal manual quickstart with ./scripts/dev-up-all.sh
as the primary path. Manual flow kept as an "advanced" appendix.
- Add the demo wallet (anvil #5) snippet + 100k USDC dev-seed note.
- Document the live Pyth Hermes oracle relayer: --with-oracle flag, the
"oracle relayer spawned" boot log, the Pyth pill on the trade page,
and the curl-twice trick to verify indexPriceX18 is ticking.
- Add a Troubleshooting block (empty Position panel = self-trade /
wrong wallet, JWT ExpiredSignature = edge rotated secret, "static"
pill = Hermes fetch failing).
- WebSocket channels table gains funding.{marketId} and the framed op
protocol example.
- Capabilities list grows live-Pyth marks, cross-margin aggregates,
slippage-aware liq, self-trade prevention, and the 8h funding cadence
+ UTC settlement boundary fact.
- Tech stack line on oracles now reflects Hermes streaming in every
environment.
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.
Summary
Two small things, one PR:
README diff highlights
Test plan