Skip to content

Latest commit

 

History

History
62 lines (35 loc) · 3.12 KB

README.md

File metadata and controls

62 lines (35 loc) · 3.12 KB

Redstone Near Connectors

Developer tools for integrating RedStone Oracles with the NEAR smart contracts and dApps.

🔮 RedStone Oracles

RedStone is a data ecosystem that delivers frequently updated, reliable and diverse data for your dApps and smart contracts.

It uses a radically different way of putting oracle data on-chain:

  • RedStone data providers need to sign provided data and broadcast it using the decentralized Streamr pub-sub network. Providers don't need to push the data on-chain, which allows them to provide way more types of data with significantly higher update frequency
  • End users can receive signed oracle data from the Streamr network and self-deliver it on-chain, attaching it to their transactions
  • On-chain Smart Contracts can verify the data integrity using cryptographic signatures and timestamps

Additionally, RedStone:

  • Uses token incentives to motivate data providers to maintain data integrity and uninterrupted service
  • Leverages Arweave blockchain as a cheap and permanent decentralized storage for archiving Oracle data and maintaining data providers' accountability

To learn more about RedStone oracles design check out the RedStone docs.

🔗 Near blockchain

NEAR is a user-friendly and carbon-neutral blockchain, built from the ground up to be performant, secure, and infinitely scalable.

In technical terms, NEAR is a layer one, sharded, proof-of-stake blockchain built with usability in mind.

In simple terms, NEAR is blockchain for everyone.

To learn more about the NEAR blockchain checkout out the official NEAR documentation.

redstone-near-meme

🚀 Getting started

If you would like to use RedStone oracles on the Aurora chain, just go to the main RedStone documentation. It provides comprehensive explanation of integration with EVM-compatible chains.

👩🏻‍💻 Code structure

This repository contains implementations of near connectors for both Typescript and Rust smart contracts:

💡 Examples

🙋‍♂️ Contact

Please feel free to contact RedStone team on Discord or send email to core@redstone.finance

📜 License

MIT