This repository has been archived by the owner on Nov 10, 2022. It is now read-only.
Releases: juliancwirko/elven-mint
Releases · juliancwirko/elven-mint
v4.0.1
v4.0.0
- there is no more list of metadata CIDs needed - this change is because of the nft-art-maker changes. From now on, we will use only base CID for all image files and the metadata.json. Please see nft-art-maker changelog.
v3.0.0
- pass royalties as BigUint
- pass option to auto claim minted tokens (it requires proper smart contract)
- when there is no ipfs cid usage, the metadata will be hardcoded on-chain, it will also be encoded using base64
- adjusted to work with the example smart contract
v2.0.0
- changes to align it to the new nft-art-maker v3
- breaking changes in the configuration structure
v1.1.0
- possibility to catch mint process state on every exit - useful when unexpected exits occurred
v1.0.0
- initial code