Question about accessing Alto validator data via API/Inspector #1401
-
Hi! I'm running the Alto example locally and have the validators running in a Docker container. I'm trying to pull data out of them (like the latest block) using the Looking at the Are there any prebuilt API servers for this, or is the expectation that we build something that implements the same endpoints/logic as in the Client (seed/notarization/finalization/block)? Just wanted to make sure I’m not missing an existing component before building the HTTP layer out, or is there another way to do this? Thanks for clarifying! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Great question (actually pretty surprised no one has asked this before)!
In short, not yet. When building Alto, we opted to build the publicly accessible infrastructure behind global.alto.exoware.xyz and/or usa.alto.exoware.xyz to expedite release. We'd love to add a memory-only Funny enough, one of the first things we built for the Alto successor we are actively working on was a
Other teams playing with Alto have opted to do this so far (as they're extending it quite a bit) but I do like the idea of providing some OOB option.
As we get closer to the launch of the Exoware API (the infrastructure we're co-designing with the Commonware Library), we plan to release a fully-featured |
Beta Was this translation helpful? Give feedback.
Great question (actually pretty surprised no one has asked this before)!
In short, not yet.
When building Alto, we opted to build the publicly accessible infrastructure behind global.alto.exoware.xyz and/or usa.alto.exoware.xyz to expedite release. We'd love to add a memory-only
simulator
but haven't had the time.Funny enough, one of the first things we built for the Alto successor we are actively working on was a
simulator
(and plan to release it with the rest of the code because it was so helpful for local development).