Open Memewtoo opened 1 month ago
Thanks for your submission! To verify the technical implementation, please complete these steps:
- Merge the main branch into your PR to get the latest updates
- Run
pnpm fix
at the project root for consistent code styleEnsure your implementation includes:
- Transpiled Anchor program in the
programs
folder- TypeScript files in the
ts-programs
folder- Run
poseidon sync
to synchronize program ID and keys- Run
cargo fmt
andcargo clippy
for Rust code quality- Push your changes
Please note: This review is to verify technical completeness of the submission
Let me know once you've completed these steps and I'll review again. Thanks!
Hi, I've completed the steps for technical implementation, you can see the commit here and the reference of the steps on the image below.
Actually for there's a minor warning on the transcribed solana program by running cargo clippy
but I haven't applied the suggested changes as tampering with the transcribed program would defeat the purpose of learning and understanding how to use poseidon properly.