# Mint Algorand NFTs

**URL:** https://forum.algorand.co/t/mint-algorand-nfts/9171
**Category:** General
**Tags:** smart-contracts
**Created:** [March 22, 2023, 10:45am UTC](https://forum.algorand.co/t/mint-algorand-nfts/9171 "2023-03-22T10:45:57Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Mosuhli](https://avatars.discourse-cdn.com/v4/letter/m/4da419/32.png) [@Mosuhli](https://forum.algorand.co/u/Mosuhli)
#### Post date: [March 22, 2023, 10:45am UTC](https://forum.algorand.co/t/mint-algorand-nfts/9171/1 "2023-03-22T10:45:57Z")

</div>

Is the a way to bulk mint Algorand NFTs?

Hey Everyone, please help me with any resource do this task.

---

<div class="post-metadata">

### Author: ![StephaneBarroso](https://sea2.discourse-cdn.com/flex016/user_avatar/forum.algorand.co/stephanebarroso/32/3186_2.png) [@StephaneBarroso](https://forum.algorand.co/u/StephaneBarroso)
#### Post date: [March 22, 2023, 4:13pm UTC](https://forum.algorand.co/t/mint-algorand-nfts/9171/2 "2023-03-22T16:13:36Z")

</div>

Hey Mosuhli.

If you are looking for a way to mint a bunch of nfts at once using the python SDK, I have made an example here:

> <https://github.com/SudoWeezy/arc_library/blob/main/arcs/main.py>

It supports ARC-3 & ARC-19

If you have any questions, feel free to ask them here or on Discord stephaneBarroso#3259

---

<div class="post-metadata">

### Author: ![scholtz](https://sea2.discourse-cdn.com/flex016/user_avatar/forum.algorand.co/scholtz/32/864_2.png) [@scholtz](https://forum.algorand.co/u/scholtz)
#### Post date: [March 22, 2023, 7:50pm UTC](https://forum.algorand.co/t/mint-algorand-nfts/9171/3 "2023-03-22T19:50:14Z")

</div>

This is how you can do it with multisig account and typescript

> <https://github.com/scholtz/stabilitas-apps/blob/fbc65664f5e0fdef03914f0f4e85d354166a4afa/src/deploy-tokens-contract.ts#L56>
