tqtezos / minter

OpenMinter is dApp framework for enabling the creation and collection of non-fungible tokens (NFTs) on Tezos.
MIT License
192 stars 91 forks source link

feat: Batch mint tokens with CSV upload #427

Closed lambdahands closed 3 years ago

obstropolos commented 3 years ago
Screen Shot 2021-05-17 at 10 56 01 PM
paulo60pg commented 3 years ago

Doesn't look to be working for now on florence testnet except if I'm doing something wrong.

ricklove commented 3 years ago

Doesn't look to be working for now on florence testnet except if I'm doing something wrong.

The rpc for florencenet seems to be down. (This wasn't introduced in this PR, but when moving from edonet to florencenet)

Nevermind, it was because of the csv having the mainnet address (instead of testnet): #431

ricklove commented 3 years ago

I was able to mint the tokens in testnet after changing the csv to use the testnet contract address: See #431

ricklove commented 3 years ago

Random order of minted tokens (fixed in #431)

Note: confirmed that the token_ids are correct, so it seems to be the indexer (and that the UI does not sort the items)

image

ricklove commented 3 years ago

Attributes are duplicated (Fixed in #431) image