Port of SmartWeave Hello World contract (https://github.com/ArweaveTeam/SmartWeave/blob/master/CONTRACT-GUIDE.md) to Clarity
smartweave-cli --key-file <keyfile.json> --create --contract-src contract.js --init-state init-state.json
smartweave-cli --key-file <keyfile.json> --contract <contract-tx-id> --get-state
smartweave-cli --key-file <keyfile.json> --interact --contract <contract-tx-id> --input-file call-hello.json
smartweave-cli --key-file <keyfile.json> --interact --contract <contract-tx-id> --input-file call-world.json