Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 674 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 674 Bytes

Moccasin Project

🐍 Welcome to your Moccasin project!

Quickstart

mox init
mox run deploy

For documentation, please run mox --help or visit the Moccasin documentation

Test types

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!