Testing Smart Contracts
Last updated
Was this helpful?
Last updated
Was this helpful?
Smart contracts are immutable once deployed. Bugs are permanent. Test them thoroughly.
This section covers testing Clarity contracts.
: Use Rendezvous to hammer your contract with random inputs. It helps expose edge cases and vulnerabilities.
More guides will follow.