From 89bb42b1ec315050877c98d4f5ec8fe0627ffc04 Mon Sep 17 00:00:00 2001 From: j pimmel Date: Fri, 20 Sep 2024 10:16:39 -0700 Subject: [PATCH] Add audit report --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2e9037c..1a6e4a8 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,10 @@ Follow the steps outlined below to set up your development environment. Kickstart your development by running the flow emulator. Use the following command in your terminal: +## Audit report + +Hybrid Custody was audited by Oak Security in July 2023: [final report](https://github.com/oak-security/audit-reports/blob/master/Dapper%20Labs/Audit%20Report%20-%20Hybrid%20Custody%20Smart%20Contracts.pdf). + ```bash flow emulator start ```