Skip to content

๐ŸŽฎ 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 โ€‹

LinkDescription
First TransactionStep-by-step tutorial
Cheat SheetQuick reference
ExamplesMore code examples

Released under the MIT License.