Skip to content

Inspecting the createMint call

The createMint function sends a transaction with 2 instructions

  1. Create a fresh mint account
  2. Initialise data inside the mint account such that it stores mint data (decimals, mintAuthority etc)

Screenshot 2024-09-06 at 4.23.10 PM.png

We need to bring in the same code in our codebase and make the user sign it