Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📝 Add Woke development and testing framework #377

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

michprev
Copy link
Contributor

Woke development and testing framework is a Python-based framework developed by Ackee Blockchain Security with a focus on performance and user effectivity. It allows writing unit tests, fuzz tests, and deployment scripts (deployment support to be added soon).

  • it builds on pytypes, Python equivalents of Solidity types automatically re-generated after every change to Solidity source code ✨
    • this makes writing tests easier (because of autocompletions), avoids bugs when writing tests (thanks to type hints) and allows working with user-defined events and errors in a Python-native way - dataclasses
  • it works out of the box with Anvil - a part of the Foundry project ⚡
    • this guarantees very good performance and gives the option to use various "cheat codes"
  • it integrates a Python debugger, Hardhat's console.log support, and call traces feature to make debugging of tests easier 🧑‍💻
  • cross-chain and fork testing supported ✅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant