convex-lisp
Installation
SKILL.md
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
Convex Lisp
Shared conventions for all CVM source. The query, transact, deploy,
token and transfer skills assume what is written here.
Units and Notation
- Coin amounts are in copper. 1 CVM coin = 1,000,000,000 copper (10^9). Convert for display: report "1.5 CVM", not "1500000000".
- Account addresses take a
#prefix:#13,#1337. - CNS names take an
@prefix when resolved in source:@convex.fungible.
Calling Library Code
Resolve libraries through CNS rather than hardcoding addresses:
(@convex.fungible/balance #128 #13)