/data-feeder-oracle

The oracle of data feeder is a server to update the oracle smart contract with updated values from the API

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Data Feeder Oracle

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(this one)

Frontend Repository

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 start: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.