SofToken is a DApp that allows users to Mint a NFT for their software with a license. Other users have a option to subscribe to the minted NFT and use it to build their own software. Different types of restrictions can be applied to the usage of a software before it is minted
SofToken is a blockchain-based application that allows users to Mint a NFT for their software. Other users have a option to subscribe to the minted NFT and use it to build their own software. Different types of restrictions can be applied to the usage of a software before it is minted.
User creates his/her profile. The details are stored on IPFS & Polybase.
User can Follow other people.
User can mint NFT for his software having a option on which type of NFT he/she wants to mint.
3 ways to Mint NFT :-
User can Filter out NFT Softwares based on Price, Ratings etc.
User can give his own rating to the software.
Live Price of the NFT is determined by the Ratings it gets.
The rating is passed through Aggregator function which calculates the price of the NFT off the chain. (No gas consumed) User can subscribe to the NFT software. After subscription, user can download ZIP files for the software.
NextJS - Frontend
Solidity - Smart Contract
Scroll - Deployment of Contract. This helped us make the marketplace scalable, improve the user experience by improving the speed of minting tokens and also reducing the gas fees.
Polygon zkEVM - Deployment of Chainlink Functions Contract. This helped us push the computation for computing cost of an NFT based on user review dynamically off-the-chain, using Chainlink Functions.
Polybase - Storing User and NFT details - the "backbone" of the project. This helped us literally gamify our marketplace experience. Be it introducing some small features like following other users, or storing the NFT metadata off-the-chain, our project was dependent on Polybase for everything. Polybase allowed us to design the schema the way we wanted, and implement a database system system just like we did in Web2 seamlessly.
Push Protocol - this was the cherry on the top for improving the UX.
Chainlink Functions - Implementing Aggregator function off the chain. Although on a Beta release, the Chainlink Functions feature promises of an unlimited number of possibilities, allowing us to scale and expedite the DApps considerably.
IPFS - Storing ZIP files of software, User Profile, Cover Images. ThirdWeb