solace-fi / solace-stats

API for statistics on the Solace Coverage Protocol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

solace-stats

API for statistics on the Solace Coverage Protocol

development and deployment

Install the AWS SAM CLI
https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-cli-install.html

To update an existing function, find the handler function in api/.

To create a new function or update the infrastructure, add it as infrastructure as code in template.yaml

You can locally deploy the API and test against it.

sam local start-api -p 3001
curl http://localhost:3001/SOLACE/totalSupply/

To deploy to AWS:

sam build --use-container
sam deploy

endpoint

curl https://stats.solace.fi/SOLACE/totalSupply/
axios.get("https://stats.solace.fi/SOLACE/totalSupply/")

About

API for statistics on the Solace Coverage Protocol


Languages

Language:JavaScript 90.3%Language:Python 9.7%