GenLayer CLI is a development environment for the GenLayer ecosystem. It allows developers to interact with the protocol by creating accounts, sending transactions, and working with Intelligent Contracts by testing, debugging, and deploying them. Version: 0.34.0

Command List

  • genlayer init β€” Initialize the GenLayer Environment
  • genlayer up β€” Starts GenLayer's simulator
  • genlayer stop β€” Stop all running localnet services.
  • genlayer account β€” Manage your accounts (address, balance, keys)
  • genlayer deploy β€” Deploy intelligent contracts
  • genlayer call β€” Call a contract method without sending a transaction or changing the state
  • genlayer write β€” Sends a transaction to a contract method that modifies the state
  • genlayer schema β€” Get the schema for a deployed contract
  • genlayer code β€” Get the source for a deployed contract
  • genlayer config β€” Manage CLI configuration, including the default network
  • genlayer update β€” Update resources like models or configurations
  • genlayer localnet β€” Manage localnet operations
  • genlayer new β€” Create a new GenLayer project using the default template
  • genlayer network β€” Network configuration
  • genlayer receipt β€” Get transaction receipt by hash
  • genlayer appeal β€” Appeal a transaction by its hash
  • genlayer appeal-bond β€” Show minimum appeal bond required for a transaction
  • genlayer trace β€” Get execution trace for a transaction (return data, stdout, stderr, GenVM logs)
  • genlayer staking β€” Staking operations for validators and delegators

This reference is auto-generated. Do not edit manually.