From 63bbadff41fffeeca54929018bafcfc517f17ca7 Mon Sep 17 00:00:00 2001 From: jpe7s Date: Sat, 10 Aug 2024 20:47:10 -0500 Subject: [PATCH] expand readme. --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index e408c6c..aee1f83 100644 --- a/README.md +++ b/README.md @@ -19,3 +19,17 @@ Replace the values below to fit your needs. --numThreads=5 \ --screen=[0|1] ``` + +## Requirements + +- The latest generally available JDK. This project will continue to move to the latest and will not maintain + versions released against previous JDK's. + +## Dependencies + +- [solana-programs](https://github.com/sava-software/solana-programs) +- [anchor-src-gen](https://github.com/sava-software/anchor-src-gen) + +## Contribution + +Unit tests are needed and welcomed. Otherwise, please open an issue or send an email before working on a pull request.