mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 11:45:50 +00:00
link Tickets
This commit is contained in:
@@ -27,7 +27,7 @@ Any market activity prior to the initial sale of the NFToken object is not recor
|
|||||||
|
|
||||||
## Scripted Minting
|
## Scripted Minting
|
||||||
|
|
||||||
Use a program or script to mint many tokens at once. You might find the XRP Ledger ticket functionality helps you submit transactions in parallel, up to a current limit of 200 transactions in one group.
|
Use a program or script to mint many tokens at once. You might find that [Tickets](tickets.html) help you submit transactions in parallel, up to a current limit of 200 transactions in one group.
|
||||||
|
|
||||||
For a practical example, see the [Batch Mint NFTokens](batch-minting.html) tutorial.
|
For a practical example, see the [Batch Mint NFTokens](batch-minting.html) tutorial.
|
||||||
|
|
||||||
@@ -38,4 +38,4 @@ For a practical example, see the [Batch Mint NFTokens](batch-minting.html) tutor
|
|||||||
|
|
||||||
### Downside
|
### Downside
|
||||||
|
|
||||||
You need to retain the appropriate XRP reserve for all of the NFToken objects you mint. As a rule of thumb, this is roughly 1/12th XRP per NFToken object at the current reserve rate. In the event that you do not have sufficient XRP in reserve, your mint transactions fail until you add sufficient XRP to your account.
|
You need to retain the appropriate XRP reserve for all of the NFToken objects you mint. As a rule of thumb, this is roughly 1/12th XRP per NFToken object at the current reserve rate. In the event that you do not have sufficient XRP in reserve, your mint transactions fail until you add sufficient XRP to your account.
|
||||||
|
|||||||
Reference in New Issue
Block a user