Data Feeder Dashboard

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

Data Feeder Repositories

Smart Contract Repository

Backend Repository

Frontend Repository(this one)

Run & Install

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 dev

For production mode run

yarn build && yarn start

Learn More About Oracle

Oracle Basics

To learn more check Ethereum Foundation Blog

Learn More About Topos

Website: https://toposware.com

Technical Documentation: https://docs.topos.technology

Medium: https://toposware.medium.com

Whitepaper: Topos: A Secure, Trustless, and Decentralized Interoperability Protocol

License

This project is released under the terms specified in the LICENSE file.