Run yarn install
before running examples.
Example of uploading program to chain
yarn program:upload
Example of sending message to uploaded program
yarn message:send <programId>
Example of reading user's mailbox
yarn mailbox:read
Example of claiming value
yarn mailbox:claimValue
Example of reading state of some program
yarn state:read <programId>
Example of code submitting
yarn code:submit