-
Create a spl token-2022 using
src/CreateAndMint.ts
- install package
yarn install
- simply run this command
yarn start
- You can change metada and token mint information from /src/config.ts
-
Get mint account from output.
- Please get mint account address /src/assets/token_minted.json
If you check the mint address, you can see unrecognized token detail on explorer. We need to create a metadata and set it now. We use metaplex
-
Create a metadata with metaplex token standard using
src/CreateMetadata22.ts
- run this command
yarn metadata
-
This script sets metadata of mint for you.
-
You can set metadata information from /src/config.ts
-
Done
Happy deploying!