Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 770 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 770 Bytes

🎲 Drand Oracle

A Solidity smart contract and updater service for bringing randomness from the drand network on-chain.

📄 Contract

The DrandOracle smart contract serves as an on-chain source of randomness by storing values from the drand network.

For more information, see the contract README.

🔄 Updater

The updater service fetches new randomness from drand and updates the DrandOracle contract with its managed signer and sender EOA addresses.

For more information, see the updater README.

📝 License

This project is licensed under the MIT License.

🤝 Contributing

Contributions are welcome! Please feel free to open an issue or submit a Pull Request.