SNIPs
SNIPs copied to clipboard
SNIP-2 update notation
The Starknet/Cairo community has converged to use snake case notation.
The original SNIP-2 standard, published in June 2022, suggested camel case.
This update introduces snake case as the default and camel case as an optional "extension" for backwards compatibility.
The update further upgrades the syntax from Cairo 0.8.0 to 0.12.0.
This approach is inline with e.g. OZ's token contract implementations, which are predominantly used in the community, and account for the fact that some protocols in fact rely on the camel case API.