A Public StatusPage Chainlink external adapter for DSLA Protocol.
-
Set your
.env
based on theenv-example
-
Install dependencies
npm i
- Run the Oracle
npm run watch
npm install --save-dev @google-cloud/functions-framework
Generate .env.yaml
from the .env
file, then:
gcloud functions deploy dsla-oracle-statuspage \
--region=your-reguib--source=. \
--trigger-http --allow-unauthenticated \
--runtime=nodejs16 --env-vars-file=./.env.yaml \
--timeout=720s