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

v2.0.0

Compare
Choose a tag to compare
@darkcodi darkcodi released this 01 Oct 16:46
· 20 commits to main since this release

New features

  • UI overhaul
    A completely new UI may seems a little bit less beautiful than a previous one, but it's definitely more functional.
  • Plugins system
    Introduced basic plugins system (for extensibility). Now you can easily add new networks/providers/uploaders.
  • Auto-saving
    The app now saves it's state to local IndexedDB (built-in browser's storage), so it remembers all your minted tokens, allowing you to do one-click minting.

Networks support

Providers support

  • [added] ethereum/solana keygens, which allow you to mint tokens without having a Metamask plugin installed (note: you have to top up generated address yourself)

Uploaders support

  • [added] Infura (yes, now you can use your own Infura dedicated gateway)