Add Batch Minting

This commit is contained in:
ddawson
2022-09-19 15:46:24 -07:00
parent ac3fe2e056
commit a730f0eb06
2 changed files with 20 additions and 2 deletions

View File

@@ -1,3 +1,14 @@
---
html: authorized-minter.html
parent: xrpl-quickstart.html
blurb: Authorize another account to mint NFTokens for you.
labels:
- Accounts
- Quickstart
- XRP
- NFTs, NFTokens
---
# Assign an Authorized Minter
You can assign another account permission to mint NFTokens for you.
@@ -745,5 +756,6 @@ Update the form with fields and buttons to support the new functions.
</html>
```
| Previous | Next |
| :--- | ---: |
| [← Broker a NFToken Sale >](broker-sale.html) | [Batch Mint NFTokens → >](batch-minting.md) |