home/categories/blockchain
domain cluster

Blockchain

Web3, smart contracts, and specialized crypto tools.

3244 skillsall categories
sorting
stars
current ordering strategy
query
all entries
refine the visible subset
smart-contracts
0

foundry-dev

Foundry智能合约开发指导,包括编译/测试/部署/调试。

phpmac
phpmac
blockchain
open
smart-contracts
0

symbol-selection-asset-filters

Fix symbol selection failing due to asset-type filter mismatch. Trigger when: (1) '0/N passed hard filter' error, (2) crypto selection fails unexpectedly, (3) assets filtered by wrong price/volume thresholds.

smith6jt-cop
smith6jt-cop
blockchain
open
web3-tools
0

alchemy-embedded-wallets

This skill should be used when the user asks about "Alchemy Account Kit", "embedded wallets", "MPC wallets", "Web Signer", "gas sponsorship", "iframe stamper", "wallet creation", "signTransaction", "signAndSendTransaction", "Alchemy signer", or needs to implement non-custodial embedded wallets with Alchemy's MPC infrastructure. Covers the complete Account Kit integration pattern used in BlockDrive.

2Rds
2Rds
blockchain
open
web3-tools
0

troubleshoot-errors

Diagnose and fix common Algorand errors including smart contract failures, transaction rejections, and SDK exceptions. Use when encountering smart contract logic errors or assertion failures, transaction rejections or confirmation timeouts, SDK exceptions (AlgodHTTPError, LogicError), account-related errors (insufficient balance, not opted in), or ABI encoding/decoding errors. Strong triggers include "logic eval error", "assert failed", "overspend", "transaction rejected", "pc=X" in error messages, "opcode budget exceeded", "account not found", "asset not found".

gabrielkuettel
gabrielkuettel
blockchain
open
web3-tools
0

shelby-protocol-expert

Expert on Shelby Protocol architecture, erasure coding, placement groups, read/write procedures, Clay Codes, chunking, storage providers, RPC servers, and decentralized storage system design on Aptos blockchain. Triggers on keywords Shelby Protocol, erasure coding, Clay Codes, placement groups, Shelby architecture, storage provider, blob storage, chunking, Shelby whitepaper.

gounthar
gounthar
blockchain
open
smart-contracts
0

schema-bump

Safely bumps contract schema versions following compatibility rules and updates related metadata.

Nepopams
Nepopams
blockchain
open
web3-tools
0

ethereum-php-verify

Implement Ethereum signature verification in PHP. Use when user asks to verify wallet signatures, implement SIWE/EIP-4361, validate Ethereum addresses, or add wallet authentication to PHP/Drupal projects. Trigger phrases include "verify signature", "SIWE", "EIP-4361", "EIP-191", "wallet authentication", "ethereum signature", "personal_sign", or "validate wallet address".

proofoftom
proofoftom
blockchain
open
smart-contracts
0

smart-contract-auditor

Security auditor for smart contracts - identifies vulnerabilities, logic flaws, reentrancy, access control issues, MEV/economic attacks, and oracle manipulation. Use when auditing Solidity, Vyper, or Rust/Anchor contracts, reviewing PRs for security issues, checking for exploits, or analyzing DeFi protocols. Triggers on "audit", "security review", "vulnerability", "exploit", "reentrancy", "access control", "MEV", "frontrunning".

Optima-Financial
Optima-Financial
blockchain
open
smart-contracts
0

contract-checker

Validates contract JSON Schemas and fixtures, fails fast on breaking format issues.

Nepopams
Nepopams
blockchain
open
web3-tools
0

upgrade-safety

Safe upgrade practices for upgradeable smart contracts. Use when planning or executing contract upgrades.

IvanTorresEdge
IvanTorresEdge
blockchain
open
smart-contracts
0

convex-security

Security best practices for Convex functions including ConvexError handling, argument/return validation, authentication helpers, access control, rate limiting, and internal functions. Use when writing public queries/mutations/actions, implementing authentication, adding authorization checks, handling errors, or reviewing Convex functions for security.

aaronvanston
aaronvanston
blockchain
open
web3-tools
0

foundry

Ethereum development with foundry (forge, cast, anvil)

jacobhjkim
jacobhjkim
blockchain
open
smart-contracts
0

backtesting-assertions

Runs Credible Layer assertion backtests against historical transactions. Use when validating assertions on real chain data or known exploits.

phylaxsystems
phylaxsystems
blockchain
open
smart-contracts
0

blockchain-engineer

Expert Blockchain Engineer (10+ Years). Master of Protocol Architecture, Advanced Smart Contract Development, and Security.

kienhaminh
kienhaminh
blockchain
open
smart-contracts
0

binance-futures-trading

使用币安 USDT-M 永续合约 MCP 工具进行交易操作, 包括账户查询、杠杆设置、开仓平仓、止损止盈等.当需要执行币安合约交易相关操作时触发此技能.

phpmac
phpmac
blockchain
open
smart-contracts
0

privacy-patterns

Implement privacy-preserving patterns using zero-knowledge proofs on Midnight Network. Use when designing private data handling, commitment schemes, nullifiers, or selective disclosure. Triggers on privacy, ZK proof, commitment, nullifier, or confidential computing questions.

FractionEstate
FractionEstate
blockchain
open
web3-tools
0

shelby-sdk-developer

Expert in Shelby Protocol TypeScript SDK for decentralized storage on Aptos. Helps with blob uploads/downloads, session management, micropayment channels, multipart uploads, and SDK integration for Node.js and browser environments. Triggers on keywords ShelbyNodeClient, ShelbyClient, @shelby-protocol/sdk, Shelby SDK, decentralized blob storage, Shelby upload, Shelby download, Shelby session.

gounthar
gounthar
blockchain
open
smart-contracts
0

moai-lang-rust

Enterprise Rust with ownership model and safety guarantees: Rust 1.91.1,

jg-chalk-io
jg-chalk-io
blockchain
open
smart-contracts
0

ouc-onchain

Use this skill when you need to query on-chain data from EVM or ICP. This includes: ERC-7546 Dictionary state, OUC canister state, auditor pools, proposals, and upgrade status. Provides helper functions for cast and dfx calls.

shogochiai
shogochiai
blockchain
open
smart-contracts
0

validating-architecture-analysis

Validate architecture artifacts against contracts and consistency requirements - codifies systematic validation practices with professional reporting

tachyon-beep
tachyon-beep
blockchain
open
smart-contracts
0

aztec-developer

Patterns for Aztec development: contracts, frontend, testing. Use when working with Aztec contracts in any capacity unless otherwise specified

jp4g
jp4g
blockchain
open
web3-tools
0

call-smart-contracts

Deploy and interact with Algorand smart contracts using AlgoKit CLI and generated TypeScript clients. Use when deploying contracts to localnet/testnet/mainnet, calling contract methods, reading global/local/box state, opting in or closing out of applications, or writing interaction scripts. Strong triggers include "deploy the contract", "call the increment method", "read the contract state", "opt into the app", "write a script to interact", "getTypedAppClientById".

gabrielkuettel
gabrielkuettel
blockchain
open
smart-contracts
0

vulnerability-patterns

Common vulnerability patterns in Solidity and how to prevent them. Use when reviewing contracts for security issues or learning about common exploits.

IvanTorresEdge
IvanTorresEdge
blockchain
open
web3-tools
0

siwe-frontend-debug

Debug SIWE (Sign-In with Ethereum) frontend wallet authentication issues. Use when encountering signature verification failures, UI state problems, or message signing bugs in wallet authentication flows. Trigger phrases: "signature verification failed", "address mismatch", "wallet authentication bug", "SIWE not working", "message signing error", "UI stuck on signing", "user cancel not working".

proofoftom
proofoftom
blockchain
open
Previous
Page 122 / 136
Next