tezos_dapp_wallet_ops

Secure Tezos dApp wallet connections with chain-ID verification and network targeting.

2|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/Paulwhoisaghostnet/kiln --skill tezos-dapp-wallet-ops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tezos_dapp_wallet_ops
Source: https://github.com/Paulwhoisaghostnet/kiln/tree/main/skllz/skills/tezos_dapp_wallet_ops
Command: npx skills add https://github.com/Paulwhoisaghostnet/kiln --skill tezos-dapp-wallet-ops

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Harden browser Tezos dApp wallet flows by implementing chain-id verification, explicit network targeting, and robust operation handling to minimize misfires and provider quirks.

Core Features & Use Cases

  • Singleton wallet adapter management to avoid duplicate clients and ensure stable startup.
  • Explicit network/chain-id verification before each operation.
  • Operation result extraction from confirmed metadata with remediation guidance.
  • Reference-informed guardrails and a provider-specific origination/error playbook integration.

Quick Start

Initialize a singleton wallet adapter, verify the target network and chain ID, and execute operations through the wallet API.

Frequently Asked Questions about tezos_dapp_wallet_ops

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

FAQPage Schema
How do I verify the chain ID for Tezos wallet operations in a browser dApp?

To verify the chain ID for Tezos wallet operations, implement explicit network targeting and chain-ID verification before each operation. This process ensures browser dApps securely connect to the correct Tezos network, preventing misfires and provider quirks during originations, transfers, and contract calls.

What is the best way to manage Tezos dApp wallet connections to avoid duplicate clients?

The best way to manage Tezos dApp wallet connections is using a singleton wallet adapter. Singleton management prevents duplicate clients, ensuring stable startup and reliable operation flows across different wallet providers in your browser-based application.

Why does my Tezos dApp origination fail when switching wallet providers?

Tezos dApp originations often fail during wallet provider switching due to unverified network targets and provider-specific quirks. Implementing chain-ID verification and robust operation result parsing with remediation guidance resolves these errors and stabilizes contract originations.

Can I use this approach to harden Tezos transfers and contract calls across different wallet providers?

Yes, you can harden Tezos transfers and contract calls across different wallet providers. The approach applies network verification safeguards and robust operation handling to ensure secure execution and accurate result extraction for various transaction types.

How do I parse operation results from confirmed Tezos blockchain transactions?

Parse operation results from confirmed Tezos blockchain transactions by extracting data from confirmed metadata. This approach includes robust result parsing and provides clear remediation guidance to handle any execution anomalies or provider-specific errors effectively.