๐ฎ Fleet SDK Playground โ
Interactive examples to learn Fleet SDK
๐ Code
// OutputBuilder Example
const address = "9gNvAv97...";
const amount = 1000000000n;
const output = {
value: amount,
address: address,
assets: []
};
console.log("โ
Output created!");๐ค Output๐ 0 XP
// Click โถ Run to execute
๐ Run Locally โ
bash
git clone https://github.com/ayushap18/fleet-sdk-tutorial.git
cd fleet-sdk-tutorial
npm install
npm test # 86 tests๐ Learn More โ
| Link | Description |
|---|---|
| First Transaction | Step-by-step tutorial |
| Cheat Sheet | Quick reference |
| Examples | More code examples |