From 2fc369c93f50d24092122485907aec892a354180 Mon Sep 17 00:00:00 2001 From: Julien Robert Date: Mon, 22 Jan 2024 15:55:11 +0100 Subject: [PATCH] add The Cosmos Security Handbook article --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0d12edb..71030e0 100644 --- a/README.md +++ b/README.md @@ -290,6 +290,7 @@ As the ecosystem grows, so does the content. DYOR and follow the projects you fi * [How to connect your frontend to Cosmos blockchain](https://dev.to/kikiding/how-to-connect-your-frontend-to-cosmos-blockchain-5fcn) * [(Not So) Smart Cosmos, examples of common Cosmos app vulnerabilities](https://github.com/crytic/building-secure-contracts/tree/master/not-so-smart-contracts/cosmos) * [Go coding guide](https://cyber.orijtech.com/scsec/cosmos-go-coding-guide) +* [The Cosmos Security Handbook - Part 1](https://www.faulttolerant.xyz/2024-01-16-cosmos-security-1) ## Related