mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2026-04-29 15:37:48 +00:00
Non Fungible Token (Python)
Demonstrates how to mint and manage NFTs on the XRP Ledger.
Setup
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
Mint NFT
python mint-nft.py
Authorize Minter
python authorize-minter.py
Create Sell Offer for NFT
python create-sell-offer-nft.py
Create Buy Offer for NFT
python create-buy-offer-nft.py
List NFT Pages and Offers
python list-nft-pages-and-offers.py
Cancel NFT Offer
python cancel-offer-nft.py
Burn NFT
python burn-nft.py
NFT General Operations
python nft-general.py