genlayer-cli

Deploy, interact with, and debug GenLayer contracts using the GenLayer CLI.

2|1|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/proven-xyz/proven-app --skill genlayer-cli-proven-xyz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: genlayer-cli
Source: https://github.com/proven-xyz/proven-app/tree/main/.agents/skills/genlayer-cli
Command: npx skills add https://github.com/proven-xyz/proven-app --skill genlayer-cli-proven-xyz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Deploy, interact with, and debug GenLayer contracts from the CLI across local Studio, hosted Studio, and testnet Bradbury.

Core Features & Use Cases

  • Deploy contracts to configured networks
  • Interact with contracts via read and write calls, and inspect transactions
  • Inspect contract artifacts by viewing schemas, code, and receipts
  • Manage environments with network and account configuration, plus Local Studio lifecycle
  • Use-case coverage includes end-to-end contract deployment, interaction, and debugging workflows

Quick Start

Install the GenLayer CLI globally and begin deploying and debugging contracts on local Studio or Testnet Bradbury.

Frequently Asked Questions about genlayer-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy GenLayer contracts from the command line?

You deploy GenLayer contracts by installing the genlayer CLI globally, selecting your target network, and executing deployment scripts to push contracts to local Studio, hosted Studio, or testnet Bradbury.

What's the best way to debug GenLayer transactions?

The best way to debug GenLayer transactions is using the genlayer CLI to inspect transactions, view contract schemas, read code, and analyze receipts for both read and write calls across configured networks.

Do I need a specific environment to manage GenLayer accounts and networks?

Managing GenLayer accounts and networks requires the genlayer CLI to be installed globally on your system, which provides environment configuration and Local Studio lifecycle management capabilities.

Can I interact with deployed GenLayer contracts without a GUI?

Yes, you can interact with deployed GenLayer contracts without a GUI by using the genlayer CLI to make read and write calls, inspect transaction receipts, and verify contract state directly from the terminal.

Does the genlayer CLI support testnet Bradbury?

Yes, the genlayer CLI supports testnet Bradbury, allowing developers to switch between local Studio, hosted Studio, and the Bradbury testnet for contract deployment, interaction, and debugging workflows.