Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Releases: juliancwirko/elven-mint

v4.0.1

10 Jan 13:12
Compare
Choose a tag to compare
  • fix versions for prompt and bignumber

v4.0.0

26 Dec 17:59
Compare
Choose a tag to compare
  • 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

10 Dec 17:03
Compare
Choose a tag to compare
  • 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

21 Nov 13:00
f7d01f3
Compare
Choose a tag to compare
  • changes to align it to the new nft-art-maker v3
  • breaking changes in the configuration structure

v1.1.0

01 Nov 13:17
Compare
Choose a tag to compare
  • possibility to catch mint process state on every exit - useful when unexpected exits occurred

v1.0.0

01 Nov 10:12
Compare
Choose a tag to compare
  • initial code