You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To enable arkeo users to locate service providers of the api they would like to access, a directory rest api has been developed and deployed alongside arkeo testnet.
For this to be useful on a broader scale, a basic UI will be developed allowing users to search for providers and view statistics.
Views
Provider Search
Allows searching the directory with various criteria via the rest api's /search/ endpoint.
Display
Display a table of results containing the following fields from the api response: (abbreviate as needed/negotiable)
Chain (might want to call this "Service?")
Provider Pubkey
Status
Min Duration
Max Duration
Subscription Rate
Pay-As-You-Go Rate
Bond
Metadata URI
Metadata Nonce
Statistics
Allows viewing aggregate statistics about providers and contracts via the rest api's /stats endpoint. In the future there will also be per-chain (service) stats available at /stats/{chain}.
Display
Display the aggregate data in a suitable way. IMO this could be displayed in the header rather than a dedicated page.
Provider Count
Open Contracts Count
Total Contracts Count
Contract Median Duration
Contract Median Rate
Query Count
Total Income
The text was updated successfully, but these errors were encountered:
Background
To enable arkeo users to locate service providers of the api they would like to access, a directory rest api has been developed and deployed alongside arkeo testnet.
For this to be useful on a broader scale, a basic UI will be developed allowing users to search for providers and view statistics.
Views
Provider Search
Allows searching the directory with various criteria via the rest api's /search/ endpoint.
Display
Display a table of results containing the following fields from the api response: (abbreviate as needed/negotiable)
Statistics
Allows viewing aggregate statistics about providers and contracts via the rest api's /stats endpoint. In the future there will also be per-chain (service) stats available at /stats/{chain}.
Display
Display the aggregate data in a suitable way. IMO this could be displayed in the header rather than a dedicated page.
The text was updated successfully, but these errors were encountered: