Naming Conventions

Use when writing or reviewing Move smart contracts on Sui. Applies to naming structs, error constants, regular constants, events, getter functions, capability types, hot potato types, and dynamic field keys. Use whenever creating new types, functions, or constants in Move code.

MystenLabs a981ff2 3 files · 8.3 KB Updated

File contents

mystenlabs/skills/tree/main/naming-conventions commit a981ff2a89

Frequently asked questions

npx skillmds@latest add mystenlabs/naming-conventions