@agoro-digital/mint-nft
v0.1.10
Published
CLI tool to Mint NFTs on the XRPL ledger
Downloads
4
Readme
Mint NFT CLI tool
A Command line tool to mint NFTs on the XRP Ledger. Simplifying access to XRP Ledger fans for the creation of their own Xrp Ledger nfts.
Running the tool
Run the following command to run the tool.
npx @agoro-digital/mint-nft
The tool can be run with the following flags:
--help: -h – show the available commands in the terminal.
--version: -v – Display the current version of the tool
--logLevel: -l – Set the level of logging output in the terminal. Defaults to info.
What does it do?
The cli tool takes the following steps:
- Retrieves IPFS meta data.
- Connects to selected net.
- Creates/Retrieves details of nft issuing wallet.
- Creates/Retrieves details of distributor wallet.
- Configures the issuing wallet (enables rippling, adds artwork to email field, adds metadata to domain field).
- Conducts the certification payment from issuer to distributor with populated memo fields(description, author, primaryUri).
- Creates trustline from distributor to issuer.
- Sends NFT from issuer to distributor.
- Sets the regular key on the issuing account.
- Removes Master key and blackholes the issuing account.
- Issues link to xrplnft.art with your nft (please note you will not receive a green validation tick as this is reserved for aesthetes.art domain wallets only).
- Disconnects selected net.
Requirements
You will require IPFS metadata and a file for the tool to work fully. E.g This meta data and this file are good examples of best current practices.
Optional values for the cli tool are:
A Gravatar hash (see The Gravatar website for creating an account and getting a hash).
A validation domain to be added to the distributor wallet (this domain would be where you would store your xrp-ledger.toml to prove who had created the nft).
Test net:
Test net will auto generate your issuing wallet and distributor wallet (you can also add your own if you wish).
Main net
Beware if you are using main net, as part of this process the issuing wallet will be blackholed, please note you will be asked to confirm your understanding of this situation when using the cli tool. Agoro Digital accept no liability or responsibility for your actions when using this tool.
You will require a seed for both issuing and distirbutor address (29 character long alpha numeric secret key).
Inspiration
Thanks to all for their work in the discussions
Thanks to Aesthetes for their guide and information.
Authors
Created by Agoro Digital, the company behind the Kapcher app.