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
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down