Solana custom smart program
Budget: €250 – €750 EUR
I need a program to allow me to send as much transactions as I want, but managing to only land one successfuly, all other transactions must fail. This way I can spam transactions without worrying about more than 1 landing on-chain.
Example:
If I spam transctions which all include the same CreateAssociatedAccount instruction, only the first to be processed will land, since the other transactions will fail due to the account already being created.
I need to be able to do this with as many transactions as I want and without needing to add a CreateAssociatedAccount instruction.
Example:
If I spam transctions which all include the same CreateAssociatedAccount instruction, only the first to be processed will land, since the other transactions will fail due to the account already being created.
I need to be able to do this with as many transactions as I want and without needing to add a CreateAssociatedAccount instruction.