ergo-auction-house / frontend

User interface of Auction House.
2 stars 0 forks source link

Token burner for testnet #49

Closed maritsaart closed 1 year ago

maritsaart commented 1 year ago

Based on the experience of two years of working with NFT, I can say that for an artist, burning NFT due to errors is the norm of the workflow (due to flaws, I had to burn and remint 3.5% of the tokens).

On the mainnet I use thierrym1212.github.io/tokenminter/burn.html (developer - haileypdll in Ergo discord).

I asked him if he could make a testnet burner. He did.

HOWTO in Ubuntu 1) download code *zip from https://github.com/ThierryM1212/ergo-token-minter/tree/testnet 2) unzip to "ergo-token-minter-testnet" 3) in console: cd ergo-token-minter-testnet npm install npm run build npm run start 4) view in browser http://localhost:8080 5) use with testnet Nautilus wallet

maritsaart commented 1 year ago

Burned NFTs are displayed in the collection

Name : Landscape 2x1
Collection : Landscapes NFT Id: 8e3982cfd974ea411ff002b5671a4fddd0256440db293ecfaa5771803d784bda Burning Tx : Tx_url

Name : Landscape 1x3 Collection : Landscapes NFT Id: 664bc851cadad83fe2b777e91b5294b58aabcbaecd2c97ee7afba80cf4363f99 Burning Tx : Tx_url

BurnedNFT01

p.s. 1) Why "0 items"? 2) Collection's items sorted by creation order, not by name. Maybe you can add some sort options?