- [Concept of the IMU NFT component]
- [Turn on Casper blockchain support]
- [Turn on casper-wallet support to grab the user's public key]
- [Demo session on the mainnet with the fiat payments mode]
- [Extend the concept of the IMU NFT to have an option of "claim" instad of "payment"]
- [Create different collections on the mainnet and mints NFTs for the following brands : 1Worldonline, Agniterra, WEC, NEOM. All NFTS were minted on the mainnet ]
- [Create different IMU NFT-C components for the deployment and articles for the brands]
- [First part of the deployment]
AGNITERRA : article and Pilot NFT Collection: https://prochainarret.masterminds.online/articles/agni-terra
WEC : article and NFT Collection: https://prochainarret.masterminds.online/articles/wec
NEOM article and NFT Collection: https://prochainarret.masterminds.online/articles/neom
- Right now, IMU-NFT component works with the CEP47 NFT standard of the Casper blockchain. The folder
nft-cep47
contains the code of the smartcontract that was used to mint NFTs. It is based on the CEP47 NFT standard of the Casper ecosystem. The certain version of the nft smart contract has "auto-incrementted" nft ids and supports "upgrade" mode as well. - There is no full code of the imu nft component! Imu nft component is a generic component to deliver nfs from various blockchains and process the user action.
The folder
imu-nft-ui
contains ONLY some files related to the casper-wallet integration and related logic. - The folder
screens
contains some screens of the IMU NFT-C compoment.