Batch Transactions
Install Loop
Install something like loop so you can run on transaction and that can keep running behind the scenes while you make a sandwich.
Using the NEAR CLI
Log into the account that has the premission needed to execute what you need
Find the Transaction Data Needed
Go on the mintbase UI and find a transaction you want to loop through, let's do Multiply
2. Initiate the transaction, but click "More Information" on the Approve Page.
3. Then click the function name `nft_batch_mint` to reveal the code
Run a Loop on the Command line
Create a local file called mass_mint
Replace the obvious fields formatted like so below
3. Then run the loop
Last updated