Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .claude/skills/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Key references within:
## Token Extensions

- [token-2022.md](token-2022.md) — SPL Token-2022 extensions: transfer hooks, confidential transfers, transfer fees, metadata, CPI guard, soulbound tokens, and all extension types with Anchor/native patterns
- [ext/solana-confidential/skill/SKILL.md](ext/solana-confidential/skill/SKILL.md) — the auditor/compliance side of Token-2022 **Confidential Transfers** (tested): operate a mint's auditor ElGamal key to decrypt only authorized amounts, run an AML engine (structuring, velocity, sanctions, layering, dormancy) over them, and emit hashed compliance reports. Real twisted-ElGamal verified against `@solana/zk-sdk` bytes + live devnet RPC observer. Compliance counterpart to token-2022.md's confidential-transfer sending.

## DeFi & Ecosystem Protocols

Expand Down
1 change: 1 addition & 0 deletions .claude/skills/ext/solana-confidential
Submodule solana-confidential added at dfd362
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,6 @@
[submodule ".claude/skills/ext/eth-to-sol"]
path = .claude/skills/ext/eth-to-sol
url = https://github.com/solana-foundation/eth-to-sol-skill
[submodule ".claude/skills/ext/solana-confidential"]
path = .claude/skills/ext/solana-confidential
url = https://github.com/Venkat5599/Solanaskills