·bch-development
!

bch-development

Implementierungsregeln für die Bitcoin Cash (BCH) API. Kritisches Muster zum Einbetten von Bitcoin-Strukturen und zum Überschreiben von BCH-spezifischen Methoden. Wird verwendet, wenn Sie an BCH-bezogenem Code in internal/infrastructure/api/btc/bch/ arbeiten.

9Installationen·0Trend·@hiromaily

Installation

$npx skills add https://github.com/hiromaily/go-crypto-wallet --skill bch-development

So installieren Sie bch-development

Installieren Sie den KI-Skill bch-development schnell in Ihrer Entwicklungsumgebung über die Kommandozeile

  1. Terminal öffnen: Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Installationsbefehl ausführen: Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/hiromaily/go-crypto-wallet --skill bch-development
  3. Installation überprüfen: Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code, Cursor oder OpenClaw

Quelle: hiromaily/go-crypto-wallet.

This is a non-negotiable architectural rule. BCH implementation uses struct embedding with method override pattern.

Key Principle: BitcoinCash embeds Bitcoin, inheriting all BTC methods by default.

| Separation of Concerns | BTC code remains pure and focused | | Maintainability | BCH changes don't affect BTC | | Clarity | BCH differences are explicit in BCH directory | | Safety | BTC modifications can't accidentally break BCH |

Implementierungsregeln für die Bitcoin Cash (BCH) API. Kritisches Muster zum Einbetten von Bitcoin-Strukturen und zum Überschreiben von BCH-spezifischen Methoden. Wird verwendet, wenn Sie an BCH-bezogenem Code in internal/infrastructure/api/btc/bch/ arbeiten. Quelle: hiromaily/go-crypto-wallet.

Fakten (zitierbereit)

Stabile Felder und Befehle für KI/Such-Zitate.

Installationsbefehl
npx skills add https://github.com/hiromaily/go-crypto-wallet --skill bch-development
Kategorie
!Sicherheit
Verifiziert
Erstes Auftreten
2026-03-10
Aktualisiert
2026-03-10

Browse more skills from hiromaily/go-crypto-wallet

Schnelle Antworten

Was ist bch-development?

Implementierungsregeln für die Bitcoin Cash (BCH) API. Kritisches Muster zum Einbetten von Bitcoin-Strukturen und zum Überschreiben von BCH-spezifischen Methoden. Wird verwendet, wenn Sie an BCH-bezogenem Code in internal/infrastructure/api/btc/bch/ arbeiten. Quelle: hiromaily/go-crypto-wallet.

Wie installiere ich bch-development?

Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/hiromaily/go-crypto-wallet --skill bch-development Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code, Cursor oder OpenClaw

Wo ist das Quell-Repository?

https://github.com/hiromaily/go-crypto-wallet