Skip to content

Files

This branch is 1347 commits ahead of, 2070 commits behind redstone-finance/redstone-oracles-monorepo:main.

evm-connector

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 14, 2023
Apr 3, 2024
Feb 7, 2024
May 21, 2024
Jun 7, 2024
May 17, 2024
Sep 19, 2023
Jun 4, 2024
May 31, 2022
Jan 30, 2024
Dec 28, 2023
May 15, 2024
Jun 7, 2024
Jun 7, 2024
Jun 7, 2024
Oct 5, 2023
Oct 5, 2023

🔗 @redstone-finance/evm-connector

License Discord NPM Twitter

The @redstone-finance/evm-connector module implements an alternative design of providing oracle data to smart contracts. Instead of constantly persisting data on EVM storage (by data providers), the information is brought on-chain only when needed (by end users). Until that moment data remains in the decentralized cache layer, which is powered by RedStone light cache gateways and streamr data broadcasting protocol. Data is transferred to the EVM by end users, who should attach signed data packages to their transaction calldata. The information integrity is verified on-chain through signature checking.

Getting started

Please refer to documentation

👨‍💻 Development and contributions

The codebase consists of a wrapper written in typescript which is responsible for packing the data and solidity smart contracts that extract the information. We encourage anyone to build and test the code and we welcome any issues with suggestions and pull requests.

Installing the dependencies

yarn install

Compiling and running the tests

yarn test

📄 License

RedStone EVM connector is an open-source and free software released under the BUSL-1.1 License.