This repo will quickly get you started building a Sentio Processor.
https://docs.sentio.xyz/docs/readme
- node
- yarn
https://docs.sentio.xyz/docs/quickstart
- In the root
yarn install
- login w your api key
yarn run login {api-key}
(https://app.sentio.xyz/profile/apikeys) yarn run create {protocol-name}-{network}
cd processors/{protocol-name}-{network}
- Create your project in the Sentio UI (https://app.sentio.xyz/projects)
yarn sentio build
(this is broken, seeprocessors/compound-v2-ethereum/package.json
)
🚀