dapp-development
Installation
SKILL.md
VeChain dApp Development
Scope
Use this Skill for any VeChain frontend or dApp development task:
- Frontend dApps (React/Next.js), wallet connection, social login
- Transaction building, sending, confirmation UX
- SDK usage and legacy migration
- Reference links and ecosystem resources
Default stack (opinionated)
| Layer | Default | Alternative |
|---|---|---|
| Frontend | @vechain/vechain-kit |
@vechain/dapp-kit-react (lightweight/non-React) |
| SDK | @vechain/sdk-core + @vechain/sdk-network |
@vechain/sdk-ethers-adapter |
| Contracts | Solidity + Hardhat + @vechain/sdk-hardhat-plugin |
-- |
| EVM target | paris (mandatory) |
-- |
Related skills
More from vechain/vechain-ai
vechain-dev
Core VeChain development — SDK usage, fee delegation (VIP-191), multi-clause transactions, dual-token model, legacy migration, and general VeChainThor development patterns.
9security
VeChain smart contract security checklist covering reentrancy, access control, integer overflow, front-running, proxy vulnerabilities, DoS, oracle manipulation, and more.
1defi-ecosystem
VeChain DeFi and ecosystem protocols. VeBetterDAO (X2Earn sustainability apps, B3TR rewards), StarGate (NFT-based staking, validator delegation), and governance (VeVote, VOT3).
1transaction-patterns
VeChain transaction patterns including fee delegation (VIP-191) and multi-clause transactions. Covers gasless transactions, batch operations, and delegation services.
1