Be prompted to sign only once to run multiple solana transactions?
I’m building a personal web project on Solana and was wondering if there was a way to have someone who has connected their wallet to the site sign once to run multiple transactions? I’m trying to make something that allows a user to basically schedule buys in a token. For example, say they choose to buy 10 times, they then get prompted to sign once (which signs all the transactions) and then every minute or so the next transaction goes through and runs at a value they specific (eg: 0.1 sol).