const result = await agent.deployToken( "my ai token", // name "uri", // uri "token", // symbol 9, // decimals 1000000 // initial supply);console.log("Token Mint Address:", result.mint.toString());
Check out our API Reference for detailed documentation of all available functions and features.For more examples and detailed usage instructions, visit our Quickstart Guide.