Required to include "anchor-spl" and anchor-lang = { version = "0.30.1", features = ["init-if-needed"] } dependency using cargo
and add "anchor-spl/idl-build" to idl-build list
Followed the exact program structure from the transfer-tokens program example in Anchor.
added the transfer-tokens poseidon program in the /tokens/transfer-tokens/poseidon directory.
replaced all occurrences of yarn with pnpm
wrote tests using both Solana Bankrun framework and Anchor native test
Required to include "anchor-spl" and anchor-lang = { version = "0.30.1", features = ["init-if-needed"] } dependency using cargo and add "anchor-spl/idl-build" to idl-build list
Followed the exact program structure from the transfer-tokens program example in Anchor.
added the transfer-tokens poseidon program in the /tokens/transfer-tokens/poseidon directory.
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