VechainBuilders Profile Banner
VeChain Builders Profile
VeChain Builders

@VechainBuilders

Followers
968
Following
719
Media
68
Statuses
394

Empowering innovators to build a sustainable future with VeChain. Connecting developers, projects, and communities for real-world blockchain impact 🌱

Joined February 2025
Don't wanna be here? Send us removal request.
@VechainBuilders
VeChain Builders
2 days
📢 The VeChain Global Hackathon is approaching! It opens on 22nd September, offering a 30,000 USD prize pool plus follow-on grants. In the meantime, we've prepared weekly live + online Workshops to get you ready to dominate the hackathon! 👉 Submissions.
Tweet card summary image
lu.ma
View and subscribe to events from VeChain Builders on Luma. Empowering innovators to build a sustainable future with VeChain. Connecting developers, projects, and communities for real-world blockch...
2
18
84
@VechainBuilders
VeChain Builders
23 hours
📢 VeFam, our Developer Hour live Workshop from Goldsmiths University starts in 30 minutes!. The link is right here: . See you there in half an hour!.
0
6
29
@VechainBuilders
VeChain Builders
2 days
Why join?.🔸Remote-friendly: all hacking, mentoring, and judging happen online. 🔸Weekly workshop: in preparation for the hackathon, weekly VeChain development workshops will be organized in cooperation with several British universities, which you can join online. 🔸EVM-ready:.
0
0
14
@VechainBuilders
VeChain Builders
2 days
Get up to speed on the details of VeChain development via the free VeChain Builders Academy modules, which cover everything from fully beginner modules to advanced Solidity building guides. You can get through the essentials in a single afternoon. đź”—
1
0
15
@VechainBuilders
VeChain Builders
2 days
The first Workshop is tomorrow 2-4pm UTC+1. Start your hackathon prep with a hands-on session at Goldsmiths, University of London, open to students and alumni for irl access, and anyone else can tune in live on YouTube. Even if you’re new to blockchain, you’ll leave with an.
1
0
13
@VechainBuilders
VeChain Builders
6 days
VeChain is now part of Revolut’s Learn & Earn program, which introduces blockchain concepts to over 60 million users through short lessons, and rewards them in VET. This matters for developers because it brings real, curious users directly into the VeChain ecosystem, learning.
@vechainofficial
VeChain
19 days
6
36
218
@VechainBuilders
VeChain Builders
7 days
Great for small frontends, testing utilities, or learning environments. đź”— Explore more:
Tweet card summary image
docs.vechain.org
How to connect with to VeChainThor blockchain using @vechain/sdk-network
0
0
11
@VechainBuilders
VeChain Builders
7 days
Example (fetch latest & genesis blocks to confirm you're connected to the network):. // Get the most recent block.const bestBlock = await thor.blocks.getBestBlockCompressed();.console.log("Best Block:", bestBlock.number, ;. // Get the very first block.
1
0
12
@VechainBuilders
VeChain Builders
7 days
Step 1: Connect to the Thor Node. import { ThorClient } from "@vechain/sdk-network";. // Connect to testnet or mainnet.const thor = ");.
1
0
7
@VechainBuilders
VeChain Builders
7 days
Not every VeChain app needs a full SDK stack 📦. Sometimes, you just want to connect to the blockchain, fetch data, or script contract logic with minimal friction. @vechain/sdk-network gives you direct access to Thor nodes with just a few lines. 🔗
Tweet card summary image
github.com
The official JavaScript SDK for VeChain. Contribute to vechain/vechain-sdk-js development by creating an account on GitHub.
1
12
107
@VechainBuilders
VeChain Builders
7 days
RT @vechainofficial: The @VechainBuilders team have been cooking!🧑‍🍳. In partnership with UK universities, the VeChain Builders team are su….
0
93
0
@VechainBuilders
VeChain Builders
8 days
Wanchain uses MPC + smart contracts, no centralized relayers or middle chains. All logic is verifiable onchain. đź’ˇ Example: Want to accept BTC in your VeChain app? Use WanBridge to mint BTC.v and handle it like any native token. Learn how to use it:
docs.wanchain.org
0
2
14
@VechainBuilders
VeChain Builders
8 days
For builders, this unlocks:. 🔸Secure asset transfers to/from VeChainThor.Bridged tokens in your smart contracts (e.g. bridged ETH, USDC, BTC).🔸Cross-chain DeFi & NFT logic.🔸Integration with both EVM & non-EVM chains. 🏗️ Start bridging:
bridge.wanchain.org
The world’s premier decentralised blockchain interoperability solution. We are all connected.
1
2
15
@VechainBuilders
VeChain Builders
8 days
🔗 VeChain is now connected to over 40 chains, including Bitcoin, Ethereum, Solana, XRP Ledger, and more, via @wanchain_org’s non-custodial bridge.
Tweet media one
1
52
246
@VechainBuilders
VeChain Builders
9 days
📲 VeChainKit lets your app users sign in with Google, Apple, or email without extensions and no seed phrases needed. For developers, this means:.🔸You get a real wallet address tied to user identity.🔸All wallet logic is abstracted behind a unified provider.🔸You can trigger.
4
11
86
@VechainBuilders
VeChain Builders
12 days
We'll be tuning in 👇.
@beincrypto
BeInCrypto
12 days
New AMA - StarGate: VeChain’s Future of Staking. Join us Tuesday, July 31, for an AMA with @sunshinelu24 (CEO of @vechainofficial) to explore StarGate, a new staking model turning VET into NFTs with utility, backed by a $15M rewards pool. Part of the VeChain Renaissance roadmap
Tweet media one
0
11
116
@VechainBuilders
VeChain Builders
13 days
Viewing functions from within a smart contract can become part of a transaction and inherit the gas context of that transaction. 👍 Rule of thumb:. From app → view functions are gas-free. From contract → they run during execution and consume gas. If your contract logic.
3
6
57
@VechainBuilders
VeChain Builders
14 days
RT @vechainofficial: Tokenization, RWA and other Web3 technologies are opening up new opportunities for users to monetize their data. Jake….
0
122
0
@VechainBuilders
VeChain Builders
14 days
On VeChain, you don’t need to build an indexer or set up polling just to reflect onchain activity in your app. The official @vechain/sdk-network package supports WebSocket-based event subscriptions out of the box. This allows your frontend or backend to react to contract events.
3
9
83
@VechainBuilders
VeChain Builders
15 days
This keeps your storage clean, reduces bugs, and makes it easier to pass whole objects around in logic or views. It scales better as your dApp grows. → Learn how this fits into full dApp flows in the VeChain Builders Academy:
0
1
17