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

OpenMinter v0.1.1

Compare
Choose a tag to compare
@lambdahands lambdahands released this 05 Feb 20:10
d5b64e4

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

This release (v0.1.1) includes the latest version of Beacon (v2.2.0), support for thumbnails generation for client applications, and improvements to IPFS-based metadata leading to a reduction in minting fees.

New Features

  • Support for Beacon v2.2.0
  • Image thumbnails are generated during upload (#165)
  • All user created contract metadata and token metadata is stored on IPFS (#163, #166)

Bug Fixes

  • The Beacon client is now cached on wallet connection so subsequent connections do not create multiple clients, which can lead to instability
  • Client side compiler warnings have been resolved

Improvements

  • A large refactor moved all state management to the Redux Toolkit library
  • Robust error handling was scaffolded on the client - failures can now be listened to and reported application wide
  • Optimized JSON IPFS uploads with Pinata's special endpoint

Other Changes

  • Setup initial work aroundBeacon event handling - this will allow OpenMinter to display custom UI components in response to Beacon activity