Skip to content

Commit 08cf346

Browse files
authored
Merge pull request #9816 from michprev/feat/add-woke-testing-framework
✨ Add Woke development and testing framework to testing tools
2 parents bacec39 + fcccce3 commit 08cf346

File tree

1 file changed

+5
-0
lines changed
  • src/content/developers/docs/smart-contracts/testing

1 file changed

+5
-0
lines changed

src/content/developers/docs/smart-contracts/testing/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,11 @@ Formal verification is considered important for smart contracts because it helps
171171

172172
- [GitHub](https://github.com/crytic/etheno)
173173

174+
**Woke development and testing framework** - _Test and deployment scripts in Python with type hints, fuzzer, debugging support, code coverage, cross-chain testing._
175+
176+
- [Documentation](https://ackeeblockchain.com/woke/docs/latest/testing-framework/overview/)
177+
- [Github](https://github.com/Ackee-Blockchain/woke)
178+
174179
### Static analysis tools {#static-analysis-tools}
175180

176181
**Mythril** - _EVM bytecode assessment tool for detecting contract vulnerabilities using taint analysis, concolic analysis, and control flow checking._

0 commit comments

Comments
 (0)