clio options
Learn about the command-line options available in clio for connecting to nodeop instances, managing wallets, and troubleshooting.
Learn about the command-line options available in clio for connecting to nodeop instances, managing wallets, and troubleshooting.
Overview
Overview
Overview
Learn how to generate public and private key pairs using clio in legacy, K1, or R1 formats.
Overview
Learn how to create a default or named wallet using clio to securely store your private keys.
Learn how to create a new account on the Wire blockchain using clio with the sysio account.
Overview
Overview
Overview
Overview
Learn how to deploy a compiled smart contract to the Wire blockchain using clio set contract.
Overview
Overview
Learn how to retrieve account information including permissions, resources, and balances using clio.
Learn how to query data from smart contract multi-index tables using clio get table command.
Prerequisites
Learn how to create and use action wrappers for type-safe cross-contract action calls in Wire smart contracts.
Overview
Learn how to implement authorization checks in smart contracts using require_auth and has_auth.
Learn how to implement and use return values from smart contract actions in Wire.
Multisig proposal
Learn how to import private keys into your wallet using clio for signing transactions.
Overview
Overview
Overview
Learn how to list all public and private keys stored in your wallet using clio.
Overview
Learn how to retrieve block information from the Wire blockchain using clio get block command.
Overview
Once you have obtained a copy of a valid snapshot file from which you wish to create a valid chain state, copy it to your data/snapshots directory, backing up (if you wish to keep them) and removing any existing contents of the data directory.
Overview
Overview
Learn how to link custom permissions to smart contract actions for fine-grained access control.
Learn how to submit transactions to the Wire blockchain using clio push action and push transaction commands.
Learn how to use the sysio.code permission to enable inline actions in your smart contracts.
Prerequisites
Learn how to remove a custom permission link from a smart contract action using clio.
Learn how to update the keys associated with a Wire blockchain account using clio.
Learn how to work with various return types including strings, integers, and structs in Wire smart contract actions.