From 4e119f89e7e4c180dd7c7ce61a3740d63ee208c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20P=C5=99evr=C3=A1til?= Date: Fri, 17 Feb 2023 13:58:59 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20Woke=20development=20and?= =?UTF-8?q?=20testing=20framework?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 08bf3018..e39d9cd8 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,7 @@ Many thanks to the ~100 contributors including [@corbpage](https://twitter.com/c * [Smartcontract challenges](https://www.smartcontract.engineer/) — Learn Solidity and Vyper with challenges. * [Solidity by Example](https://solidity-by-example.org/) — An introduction to Solidity with simple examples. * [L2Beat](https://l2beat.com/) - Discover Ethereum Layer2 solutions and the risks associated with using them. +* [Woke](https://ackeeblockchain.com/woke/docs/latest/testing-framework/overview/) - Woke development and testing framework allows writing unit tests, fuzz tests and deployment scripts in Python. It focuses on performance and user experience. Developed by Ackee Blockchain Security. ## Developer Tools ### Developing Smart Contracts @@ -110,6 +111,7 @@ Many thanks to the ~100 contributors including [@corbpage](https://twitter.com/c * [Cobra](https://github.com/cobraframework/cobra) - A fast, flexible and simple development environment framework for Ethereum smart contract, testing and deployment on Ethereum virtual machine(EVM). * [Epirus](https://docs.epirus.io/sdk/) - Java framework for building smart contracts. * [Etherspot](https://etherspot.io/) - MultiChain Smart Wallet SDK, supports most of the EVM-compatible chains. +* [Woke](https://ackeeblockchain.com/woke/docs/latest/testing-framework/overview/) - Woke development and testing framework allows writing unit tests, fuzz tests and deployment scripts in Python. It focuses on performance and user experience. Developed by Ackee Blockchain Security. #### IDEs * [Remix](https://remix.ethereum.org/) - Web IDE with built in static analysis, test blockchain VM.