From idea
to impact
build with VeChain
Developer tools, founder support, and a values-aligned ecosystem - everything you need to launch and grow the sustainability Apps that deliver a Better, blockchain-powered world.


From ideae
to impact
build with VeChain
Developer tools, founder support, and a values-aligned ecosystem - everything you need to launch and grow the sustainability Apps that deliver a Better, blockchain-powered world.


From ideae
to impact
build with VeChain
Developer tools, founder support, and a values-aligned ecosystem - everything you need to launch and grow the sustainability Apps that deliver a Better, blockchain-powered world.


Build with purpose, grow with support
Developer Tools & Infrastructure
Tools, resources, and templates to help you build and scale
Funding & Founder Support
Grants, founder programs and guides to grow your project
Token Utility & Compliance Made Simple
Use VeChain tokens - no minting or compliance headaches using MiCA approved tokens
Vision-Aligned, Sustainable Ecosystem
A values-driven community with marketing and visibility support
Build with purpose, grow with support
Developer Tools & Infrastructure
Tools, resources, and programs to help you build and scale.
Funding & Founder Support
Grants, founder programs and guides to grow your project.
Token Utility & Compliance Made Simple
Use VeChain’s native token - no minting or compliance headaches.
Vision-Aligned, Sustainable Ecosystem
A values-driven community with marketing and visibility support.
Build with purpose, grow with support
Developer Tools & Infrastructure
Tools, resources, and programs to help you build and scale.
Funding & Founder Support
Grants, founder programs and guides to grow your project.
Token Utility & Compliance Made Simple
Use VeChain’s native token - no minting or compliance headaches.
Vision-Aligned, Sustainable Ecosystem
A values-driven community with marketing and visibility support.
Developers
Founders
Learn
Builder's Academy
Learn or strengthen your coding skills
Documentation
An introduction to the VeChain ecosystem
VeChainThor Protocol
Learn about what makes us unique, try the technology yourself or check the transactions on a block explorer.
VeChain Contracts
Discover the native smart contracts available on VeChainThor, and other notable contracts that are available in the ecosystem.
Watch and build
SDK & Providers
VeChain SDK
The official JavaScript/TypeScript SDK for the VeChain ecosystem, for Apps to create, sign, send, and query transactions, manage accounts/keys, and interact with the VeChainThor blockchain.
React Hooks
A collection of React hooks and utilities for read-only fetching (“getters”) from VeChain contracts, abstracting away network calls, client setup, and ABI details.
VeChain Kit
A unified React/TypeScript library bundling social login, wallet integrations, hooks, UI components, and token/account utilities to accelerate building VeChain dApps.
dApp Kit
A TypeScript library that provides wallet connectivity (VeWorld, Sync2), UI hooks/components, and utilities to simplify secure interaction between VeChain wallets and dApps.
HardHat Plugin
A Hardhat plugin that integrates the VeChain SDK into Hardhat projects, making it simpler to compile, deploy, test, and interact with contracts on VeChain networks.
SDK4J
A Java SDK that wraps ThoREST API, providing Java clients methods to fetch blocks, accounts, transactions, logs, and send signed transactions.
Integrations
Integrations
Explore trusted tools, services, and infrastructure that work seamlessly with VeChainThor.
Build with starter resources
Run: NPX create-VeChain-dapp
Start your developer journey with one simple command.

Tooling resources
Sample X2Earn App Template
Full-stack starter App for VeBetter: includes React + Vite frontend, Express + TypeScript backend, and hardhat Solidity contracts. The template wires up reward distribution (cycles, APP_ID), mock contracts for local testing, and deployment scripts.
React App
A minimal React + Solidity App providing wallet connection (via dApp-Kit), smart contract interaction (read/write), and transaction handling.
Hardhat Project
Boilerplate to compile, test, deploy, upgrade (using OpenZeppelin) smart contracts. Includes local Thor-Solo simulation, mock contracts, deployment scripts, testing setup, and verification tooling (Sourcify) built-in.
Buy-me-coffee
A simple Node + React + Vite app to get “coffee donations” from users and track the emitted events for each sale.
Learn to Earn
Full-stack starter App built for educational purposes.
Built with a Solidity smart contract, Node/Express backend, React+Vite frontend and integrates with VeBetterDAO’s reward pool and the VeChain Kit wallet connectivity.
Indexers and Block Explorers
VeChain Stats
A full-feature explorer & analytics platform offering real-time and historical data on blocks, transactions, tokens, NFTs and ecosystem metrics for VeChainThor.
VCS API
A developer-facing REST service providing endpoints for blocks, transactions, addresses, tokens and analytics data from VeChainStats to integrate into applications.
Explore
The VeChainThor blockchain explorer maintained by the VeChain Foundation, enabling users to browse blocks, transactions, addresses and other on-chain activity.
Inspector
A contract-interaction and inspection tool for VeChainThor allowing users to call or deploy contracts, add arbitrary ABI and address and inspect state.
TheGraph Node
The infrastructure guidance for indexing VeChainThor chain data with subgraphs, enabling custom queries via the TheGraph protocol.
SubGraph indexer example
An example sub-graph implementation showcasing how to index a specific smart-contract factory pattern on VeChainThor using TheGraph tooling.
Engage with the community

Hackathon
Community events where developers build new dApps, tools, or integrations on VeChain, driving innovation and ecosystem growth through collaboration and prizes.
VeChain Improvement Proposals
Formal proposals base of new protocol upgrades, standards, or ecosystem enhancements through open community governance.
Bug Bounty Program
Incentive programs reward developers and researchers for reporting security vulnerabilities in our core products.
Developers
Founders
Learn
Builder's Academy
Learn or strengthen your coding skills
Documentation
An introduction to the VeChain ecosystem
VeChainThor Protocol
Learn about what makes us unique, try the technology yourself or check the transactions on a block explorer.
VeChain Contracts
Discover the native smart contracts available on VeChainThor, and other notable contracts that are available in the ecosystem.
Watch and build
SDK & Providers
VeChain SDK
The official JavaScript/TypeScript SDK for the VeChain ecosystem, for Apps to create, sign, send, and query transactions, manage accounts/keys, and interact with the VeChainThor blockchain.
React Hooks
A collection of React hooks and utilities for read-only fetching (“getters”) from VeChain contracts, abstracting away network calls, client setup, and ABI details.
VeChain Kit
A unified React/TypeScript library bundling social login, wallet integrations, hooks, UI components, and token/account utilities to accelerate building VeChain dApps.
dApp Kit
A TypeScript library that provides wallet connectivity (VeWorld, Sync2), UI hooks/components, and utilities to simplify secure interaction between VeChain wallets and dApps.
HardHat Plugin
A Hardhat plugin that integrates the VeChain SDK into Hardhat projects, making it simpler to compile, deploy, test, and interact with contracts on VeChain networks.
SDK4J
A Java SDK that wraps ThoREST API, providing Java clients methods to fetch blocks, accounts, transactions, logs, and send signed transactions.
Integrations
Integrations
Explore trusted tools, services, and infrastructure that work seamlessly with VeChainThor.
Build with starter resources
Run: NPX create-VeChain-dapp
Start your developer journey with one simple command.

Tooling resources
Sample X2Earn App Template
Full-stack starter App for VeBetter: includes React + Vite frontend, Express + TypeScript backend, and hardhat Solidity contracts. The template wires up reward distribution (cycles, APP_ID), mock contracts for local testing, and deployment scripts.
React App
A minimal React + Solidity App providing wallet connection (via dApp-Kit), smart contract interaction (read/write), and transaction handling.
Hardhat Project
Boilerplate to compile, test, deploy, upgrade (using OpenZeppelin) smart contracts. Includes local Thor-Solo simulation, mock contracts, deployment scripts, testing setup, and verification tooling (Sourcify) built-in.
Buy-me-coffee
A simple Node + React + Vite app to get “coffee donations” from users and track the emitted events for each sale.
Learn to Earn
Full-stack starter App built for educational purposes.
Built with a Solidity smart contract, Node/Express backend, React+Vite frontend and integrates with VeBetterDAO’s reward pool and the VeChain Kit wallet connectivity.
Indexers and Block Explorers
VeChain Stats
A full-feature explorer & analytics platform offering real-time and historical data on blocks, transactions, tokens, NFTs and ecosystem metrics for VeChainThor.
VCS API
A developer-facing REST service providing endpoints for blocks, transactions, addresses, tokens and analytics data from VeChainStats to integrate into applications.
Explore
The VeChainThor blockchain explorer maintained by the VeChain Foundation, enabling users to browse blocks, transactions, addresses and other on-chain activity.
Inspector
A contract-interaction and inspection tool for VeChainThor allowing users to call or deploy contracts, add arbitrary ABI and address and inspect state.
TheGraph Node
The infrastructure guidance for indexing VeChainThor chain data with subgraphs, enabling custom queries via the TheGraph protocol.
SubGraph indexer example
An example sub-graph implementation showcasing how to index a specific smart-contract factory pattern on VeChainThor using TheGraph tooling.
Engage with the community

Hackathon
Community events where developers build new dApps, tools, or integrations on VeChain, driving innovation and ecosystem growth through collaboration and prizes.
VeChain Improvement Proposals
Formal proposals base of new protocol upgrades, standards, or ecosystem enhancements through open community governance.
Bug Bounty Program
Incentive programs reward developers and researchers for reporting security vulnerabilities in our core products.
Developers
Founders
Learn
Builder's Academy
Learn or strengthen your coding skills
Documentation
An introduction to the VeChain ecosystem
VeChainThor Protocol
Learn about what makes us unique, try the technology yourself or check the transactions on a block explorer.
VeChain Contracts
Discover the native smart contracts available on VeChainThor, and other notable contracts that are available in the ecosystem.
Watch and build
SDK & Providers
VeChain SDK
The official JavaScript/TypeScript SDK for the VeChain ecosystem, for Apps to create, sign, send, and query transactions, manage accounts/keys, and interact with the VeChainThor blockchain.
React Hooks
A collection of React hooks and utilities for read-only fetching (“getters”) from VeChain contracts, abstracting away network calls, client setup, and ABI details.
VeChain Kit
A unified React/TypeScript library bundling social login, wallet integrations, hooks, UI components, and token/account utilities to accelerate building VeChain dApps.
dApp Kit
A TypeScript library that provides wallet connectivity (VeWorld, Sync2), UI hooks/components, and utilities to simplify secure interaction between VeChain wallets and dApps.
HardHat Plugin
A Hardhat plugin that integrates the VeChain SDK into Hardhat projects, making it simpler to compile, deploy, test, and interact with contracts on VeChain networks.
SDK4J
A Java SDK that wraps ThoREST API, providing Java clients methods to fetch blocks, accounts, transactions, logs, and send signed transactions.
Integrations
Integrations
Explore trusted tools, services, and infrastructure that work seamlessly with VeChainThor.
Build with starter resources
Run: NPX create-VeChain-dapp
Start your developer journey with one simple command.

Tooling resources
Sample X2Earn App Template
Full-stack starter App for VeBetter: includes React + Vite frontend, Express + TypeScript backend, and hardhat Solidity contracts. The template wires up reward distribution (cycles, APP_ID), mock contracts for local testing, and deployment scripts.
React App
A minimal React + Solidity App providing wallet connection (via dApp-Kit), smart contract interaction (read/write), and transaction handling.
Hardhat Project
Boilerplate to compile, test, deploy, upgrade (using OpenZeppelin) smart contracts. Includes local Thor-Solo simulation, mock contracts, deployment scripts, testing setup, and verification tooling (Sourcify) built-in.
Buy-me-coffee
A simple Node + React + Vite app to get “coffee donations” from users and track the emitted events for each sale.
Learn to Earn
Full-stack starter App built for educational purposes.
Built with a Solidity smart contract, Node/Express backend, React+Vite frontend and integrates with VeBetterDAO’s reward pool and the VeChain Kit wallet connectivity.
Indexers and Block Explorers
VeChain Stats
A full-feature explorer & analytics platform offering real-time and historical data on blocks, transactions, tokens, NFTs and ecosystem metrics for VeChainThor.
VCS API
A developer-facing REST service providing endpoints for blocks, transactions, addresses, tokens and analytics data from VeChainStats to integrate into applications.
Explore
The VeChainThor blockchain explorer maintained by the VeChain Foundation, enabling users to browse blocks, transactions, addresses and other on-chain activity.
Inspector
A contract-interaction and inspection tool for VeChainThor allowing users to call or deploy contracts, add arbitrary ABI and address and inspect state.
TheGraph Node
The infrastructure guidance for indexing VeChainThor chain data with subgraphs, enabling custom queries via the TheGraph protocol.
SubGraph indexer example
An example sub-graph implementation showcasing how to index a specific smart-contract factory pattern on VeChainThor using TheGraph tooling.
Engage with the community

Hackathon
Community events where developers build new dApps, tools, or integrations on VeChain, driving innovation and ecosystem growth through collaboration and prizes.
VeChain Improvement Proposals
Formal proposals base of new protocol upgrades, standards, or ecosystem enhancements through open community governance.
Bug Bounty Program
Incentive programs reward developers and researchers for reporting security vulnerabilities in our core products.
Build
Participate
© 2025 VeChain. All rights reserved.
Build
Participate
© 2025 VeChain. All rights reserved.
Build
Participate
© 2025 VeChain. All rights reserved.

