diff --git a/README.md b/README.md index 348ac8c..68af4b0 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ This repository demonstrates how to integrate oracles into Cardano smart contracts using the Aiken programming language. It includes an oracle datum module and will feature example implementations, such as a betting contract, to showcase practical applications of oracle data in Cardano dApps. +*Note*: Compatible with aiken v1.0.29-alpha+16fb02e + ## Project Structure - `lib/`: Houses the core oracle integration module. @@ -71,4 +73,4 @@ aiken docs ## Contributing -We welcome contributions! Please feel free to submit a Pull Request. \ No newline at end of file +We welcome contributions! Please feel free to submit a Pull Request.