From 720b8ea5ea77f3e6bc1db329bab4becf0b34d97a Mon Sep 17 00:00:00 2001 From: matiwinnetou Date: Wed, 6 Sep 2023 14:54:30 +0200 Subject: [PATCH] chore: README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5f222c7..c145da7 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,12 @@ command will give a warning with the following message: because there are no on-chain validators in this contract. Even though plutus.json will be generated, it will not have compiled onchain code and endpoint definitions. +## Additional Docs +- [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md) +- [SECURITY.md](SECURITY.md) +- [CONTRIBUTING.md](CONTRIBUTING.md) +- [CHANGELOG.md](CHANGELOG.md) + ## Example ``` MerkleElement mt = MerkleTree.fromList(List.of("dog", "cat", "mouse", "horse"), fromStringFun());