Fault-tolerant search by metadata stored in the IPFS decentralized network. The connecting link between the metadata and the user is a smart contract on the Filecoin blockchain (FEVM), which stores the IPFS CID array.
The fault tolerance of search lies in the distribution of the main components in a decentralized network IPFS + FEVM.
How does it work ?
The project used the Vite build package. The application is written in React. Smart contracts for FEVM are written in Solidity using Foundry. To bypass the CORS restriction in the browser, PHP + Nginx is used on the server. Wagmi is used to interact with the blockchain on the client side. Mantine draws the interface of the application.