Data Feeder is an oracle deployed on Topos, a fully interoperable blockchain by zero-knowledge proofs. The data feeder will help you to fetch actual world data for your smart contract.Feel free to check our notion page
Backend Repository(this one)
Create .env
file from .env.example
and set all variable values
cp .env.example .env
Install packages using yarn
yarn
For Dev mode run
yarn start:dev
For production mode run
yarn build && yarn start
To learn more check Ethereum Foundation Blog
Website: https://toposware.com
Technical Documentation: https://docs.topos.technology
Medium: https://toposware.medium.com
Whitepaper: Topos: A Secure, Trustless, and Decentralized Interoperability Protocol
This project is released under the terms specified in the LICENSE file.