added the create-token poseidon program in the /tokens/create-token/poseidon directory.
- Note: Poseidon's transpiler does not support initializeMint yet, so this is done manually using Anchor's InitializeMint.
I have raised PR to poseidon for this: https://github.com/Turbin3/poseidon/issues/21
replaced all occurrences of yarn with pnpm
wrote tests using both Solana Bankrun framework and Anchor native test
added the create-token poseidon program in the /tokens/create-token/poseidon directory. - Note: Poseidon's transpiler does not support initializeMint yet, so this is done manually using Anchor's InitializeMint. I have raised PR to poseidon for this: https://github.com/Turbin3/poseidon/issues/21
replaced all occurrences of yarn with pnpm
wrote tests using both Solana Bankrun framework and Anchor native test
executed pnpm fix
commited pnpm-lock.yaml to the repository