Vibe coded python tool to generate test templates for Solana audits
The package is not released yet, but you can install it from this repository.
This tool will create Typescript template from IDL file.
(Optional) Create a virtual environment
python3 -m venv ./audit-tests
source ./audit-tests/bin/activate
Install the package
pip install git+https://github.com/Ackee-Blockchain/solana-poc-creator.git@master
solgen <IDL_PATH> <OUTPUT_DIR>