Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

🧮 Stats endpoint to fetch, compile, and deliver key numbers to market UI.

Notifications You must be signed in to change notification settings

oceanprotocol-archive/market-stats

Repository files navigation

banner

market-stats

Stats endpoint to deliver key numbers to market UI.

Vercel deployment js oceanprotocol

interface MarketStatsResponse {
  datasets: number // total number of published datasets
  owners: number // total number of different owner accounts
  ocean: number // total number of pooled OCEAN
  datatoken: number // total number of pooled Datatokens
}

Deployed under https://market-stats.oceanprotocol.com

⬆️ Deployment

Every branch or Pull Request is automatically deployed by Vercel with their GitHub integration. A link to a deployment will appear under each Pull Request.

Manual Deployment

If needed, app can be deployed manually to Vercel. Make sure to switch to Ocean Protocol org before deploying:

# first run
vercel login
vercel switch

# deploy
vercel
# switch alias to new deployment
vercel alias

🏛 License

Copyright 2021 Ocean Protocol Foundation Ltd.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

🧮 Stats endpoint to fetch, compile, and deliver key numbers to market UI.

Resources

Stars

Watchers

Forks