From 92dade719bb23d70fbfdec4dec110faac1267df8 Mon Sep 17 00:00:00 2001 From: Patrick McClurg Date: Mon, 28 Oct 2024 20:10:19 +0100 Subject: [PATCH] link to docs --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cc11795..f45dfa7 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,7 @@ A convenience library for encrypting data for the dcrypt network to dcrypt based Build everything by running `npm run build`. This creates an `index.js` and `index.d.ts` at the root directory. -Solidity interfaces for encryption and decryption can be found in the [contracts](./contracts) directory. \ No newline at end of file +Solidity interfaces for encryption and decryption can be found in the [contracts](./contracts) directory. + +## Documentation +You can find the docs [on our docs website](https://dcrypt.network/docs/features/conditional-encryption) \ No newline at end of file