🐍 Welcome to your Moccasin project!
mox init
mox run deploy
For documentation, please run mox --help
or visit the Moccasin documentation
There are many types of tests:
- Unit: Test a single function/part of your code.
- Integration: Test how different parts of your code work together.
- Staging: Test your code in a production-like environment.
- Forked (Staging): Test your code in a production-like environment, but with a forked version of the blockchain.
- Fuzz: Test your code with random inputs.
- Formal Verification: Prove that your code is correct.
Hello!