This repository has been archived by the owner on Dec 24, 2023. It is now read-only.
Releases: darkcodi/nft-faucet
Releases · darkcodi/nft-faucet
v2.1.0
New features
- Delete for tokens/uploads
Now you can delete tokens/uploads from IndexedDB via context menu (right click) - Reorganized project structure
Previously it was just one project in one solution. Now this solution contains many projects - split for layered architecture + separate project for each plugin - Renamed Provider to Wallet
Word 'Provider' was replaced with 'Wallet' everywhere in project - Ordering support for IUploader and IWallet
- Add new UiDisplayType for configuration items - text
Networks support
- [added] Sepolia
Uploaders support
- [added] NftStorage
- [deprecated] Crust (coz Crust is in a Safe Browsing blocklist for all major browsers)
v2.0.0
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
- [added] Binance Smart Chain (BSC) (thanks @andriybilash)
- [added] Solana (thanks @yurii-didyk)
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)
v1.0.0
New features
- integration with Metamask
- uploading media to Infura IPFS
- IPFS pinning with Crust
- minting NFTs on all major testnets
Networks support
- [added] Ropsten
- [added] Rinkeby
- [added] Goerli
- [added] Kovan
- [added] OptimismKovan
- [added] PolygonMumbai
- [added] MoonbaseAlpha
- [added] ArbitrumRinkeby
- [added] ArbitrumGoerli
- [added] AvalancheFuji