Backend Guide
Use the TS SDK in Node.js or server-side tooling to build scripts, sign transactions with private keys, and call RPC directly.
Recommended Flow
Create a
PhantasmaAPIinstance.Build a script with
ScriptBuilder.Create and sign a
Transaction.Broadcast with
sendRawTransactionand pollgetTransactionfor execution state.
For Carbon token flows, use the Carbon helpers and sendCarbonTransaction.
Start with the step-by-step guide: Quickstart.
For Carbon token flows, see Carbon Workflows.
Examples
Create New Carbon Token Series
If you want to see full projects, check:
Last updated