From 5b1b482c32ba155893ab93069d3181676d73cf34 Mon Sep 17 00:00:00 2001 From: ronsafeblocks <45420411+ronsafeblocks@users.noreply.github.com> Date: Wed, 5 Dec 2018 11:59:04 +0200 Subject: [PATCH] Adding SafeBlocks Firewall --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6293059..cd8f0b1 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,10 @@ A curated list of awesome Ethereum security references, guidance, tools, and mor * [KEVM](https://github.com/kframework/evm-semantics) - K Semantics of the Ethereum Virtual Machine (EVM) * [Manticore](https://github.com/trailofbits/manticore) - Symbolic execution tool for EVM +### Real-time tools + +* [SafeBlocks Firewall](https://app.safeblocks.io) - Decentralized Application Firewall for smart contracts + ### Reversing tools * [abi-decompiler](https://github.com/beched/abi-decompiler) - Ethereum (EVM) smart contracts reverse engineering helper utility