Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

OpenMinter v0.3.0

Compare
Choose a tag to compare
@lambdahands lambdahands released this 10 Mar 22:07
· 46 commits to main since this release
a8fabda

The OpenMinter project enables anyone to create and showcase NFTs on Tezos.

This release (v0.3.0) adds support for selling NFTs for ꜩ through a new marketplace contract. It also improves the experience around handling errors during blockchain operations.

New Features

  • Users can now place their tokens for sale via the new marketplace contract integration (#216)

Bug Fixes

  • The file upload preview was fixed to support sizes that would cause layout issues (#225)
  • Resolved an issue that required a page refresh if wallet permissions were denied (#222)

Improvements

  • The application handles operation failures (creating a collection, minting a new token, etc.) more elegantly (#218)