Sending a Versioned Transaction
🎯 What Are Versioned Transactions?
🎮 Interactive Playground
📤 Part 1: Your First Versioned Transaction
Setup Your HTML
<!DOCTYPE html>
<html>
<head>
<title>Versioned Transactions with Jelli</title>
</head>
<body>
<!-- Load Solana Web3.js via CDN -->
<script src="https://cdn.jsdelivr.net/npm/@solana/web3.js@latest/lib/index.iife.min.js"></script>
<script src="your-script.js"></script>
</body>
</html>Create Your First v0 Transaction
🏗️ Part 2: Address Lookup Tables - The Real Power
Step 1: Create an Address Lookup Table
Step 2: Extend Your LUT (Add Addresses)
Step 3: Use Your LUT in a Transaction
🎪 Putting It All Together
🚨 Critical Gotchas
1. maxSupportedTransactionVersion
2. LUT Timing
3. Connection Commitments
🎯 Why Use LUTs?
🧪 Test Your Skills
📚 Quick Reference
📚 References
Last updated