Meet the Tech:
Async Calls from Contracts 🧩
The protocol-level mechanism that lets one MultiversX contract call another, even when they live on different shards.
Cross-shard calls are asynchronous by design — there's no synchronous return across the metachain. The framework gives you a typed surface over the async semantics.
Initiate with async_call_and_exit, receive the response in a #[callback].
💡 🧵
Building on @MultiversX just got 10x faster. ⚡️
Want to build dApps with pure natural language? It starts with the @geminicli.
Here is how I’m automating my entire development workflow using nothing but prompts.
A thread on building smarter, not harder. 👇
Battle of Nodes Update
With the security track finalized, prize distribution across all three tracks is starting now.
If you are among the winners, please confirm your payout address directly inside the Battle of Nodes Portal!
Meet the Tech:
UnlockPanelManager 🧩
The singleton that opens the MultiversX wallet selection panel — a side-panel UI listing every supported provider, ready for the user to pick.
One init call sets the handlers. One openUnlockPanel() call shows the panel.
Composes ProviderFactory behind the UI, so the wallet choice is wired all the way through to login.
💡 🧵
Meet the Tech:
TransactionWatcher 🧩
The polling primitive that waits for a transaction to reach a state — completed, pending, or anything you can express as a predicate.
Three methods: awaitCompleted, awaitPending, awaitConditionally.
Wired into the entrypoint as awaitCompletedTransaction, exposed directly when you need custom polling cadence or conditions.
💡 🧵
Meet the Tech:
initApp() 🧩
The single entrypoint that boots a MultiversX dApp before any UI renders.
Theme, storage, network configuration, native auth, WalletConnect, transaction tracking, provider restoration — one call, sequenced internally.
Replaces v4's React-only DappProvider component. Framework-agnostic by design.
💡 🧵
Calling all MultiversX builders!
This Thursday, we're hosting a call for validators and developers.
On the agenda:
• Supernova preparations
• Security Track and Battle of Nodes conclusion
• Tooling updates
Join us on June 4, 12:00 UTC
Still struggling? I’m building an interface for this.
↦ Prompt-only builds for @MultiversX
↦ SC + UI generated
↦ Auto-wallet & Faucet
↦ Export full Codebase as zip
Building on MultiversX just became effortless. Anticipate the launch. 👀