📄️ clio options
Learn about the command-line options available in clio for connecting to nodeop instances, managing wallets, and troubleshooting.
📄️ Create a Wallet
Learn how to create a default or named wallet using clio to securely store your private keys.
📄️ Create an Account
Learn how to create a new account on the Wire blockchain using clio with the sysio account.
📄️ Create a Key Pair
Learn how to generate public and private key pairs using clio in legacy, K1, or R1 formats.
📄️ Import a Key Pair
Learn how to import private keys into your wallet using clio for signing transactions.
📄️ List Key Pairs
Learn how to list all public and private keys stored in your wallet using clio.
📄️ Update Account Keys
Learn how to update the keys associated with a Wire blockchain account using clio.
📄️ Submit a Transaction
Learn how to submit transactions to the Wire blockchain using clio push action and push transaction commands.
📄️ Deploy a Smart Contract
Learn how to deploy a compiled smart contract to the Wire blockchain using clio set contract.
📄️ Query Block Information
Learn how to retrieve block information from the Wire blockchain using clio get block command.
📄️ Get Account Information
Learn how to retrieve account information including permissions, resources, and balances using clio.
📄️ Get Table Information
Learn how to query data from smart contract multi-index tables using clio get table command.
📄️ How to Return Values from Actions
Learn how to implement and use return values from smart contract actions in Wire.
📄️ Working with Different Action Return Types
Learn how to work with various return types including strings, integers, and structs in Wire smart contract actions.
📄️ sysio.code Tutorial
Learn how to use the sysio.code permission to enable inline actions in your smart contracts.
📄️ Setting Custom Action Permissions
Learn how to link custom permissions to smart contract actions for fine-grained access control.
📄️ Unlink a Linked Permission
Learn how to remove a custom permission link from a smart contract action using clio.
📄️ How To Perform Authorization Checks
Learn how to implement authorization checks in smart contracts using require_auth and has_auth.
📄️ How to Create and Use Action Wrappers
Learn how to create and use action wrappers for type-safe cross-contract action calls in Wire smart contracts.
🗃️ Nodeop Guides
7 items
🗃️ Multi-Index Table
9 items
🗃️ Contract Compilation
2 items