account
Installation
SKILL.md
Convex Account Management
Accounts are self-sovereign: an address like #1337 controlled by a key pair.
See the convex-lisp skill for CVM conventions.
Via the CLI
Always available from a built convex.jar:
java -jar convex.jar account create # create an account
java -jar convex.jar account info #13 # full account record
java -jar convex.jar account balance #13 # coin balance
java -jar convex.jar account fund #13 # fund from the faucet, where available
java -jar convex.jar key generate # new key pair in the keystore
java -jar convex.jar key list # keys in the keystore
java -jar convex.jar key import|export|delete|sign