Recipe Chef you can create and share all your recipes and get paid Recipe Chef is a decentralized app for chefs, cooks, and any food lover.
Recipe Chef is a decentralized app for chefs, cooks, and any food lover. This app allows you to publish your recipes and get paid every time people mint your recipes or donate to your wallet.
With Recipe Chef you can create and share all your recipes and get paid Recipe Chef is a decentralized app for chefs, cooks, and any food lover. This app allows you to publish your recipes and get paid every time people mint your recipes or donate to your wallet.
With Recipe Chef you can create and share all your recipes and get paid
We are using NFT.Storage to save all the recipes' metadata. We are using Polygon and Hardhat We are using node.js, react and Material-ui
Covalent API
was really helpful for users' donations and tips. This facilitated the retrieval of users’ NFTs and smart contract transactions. The Covalent API endpoints to get all NFTs balance and metadata from a wallet address such as images, contracts name, NFTs images, and balances.IPFS NFTStorage
for data storage on IPFS that generates a transaction hash used to create an NFT of a photo.
textile/eth-storage
: facilitated a fast way to store metadata for NFTs such: as names, locations, description, images, wallet addresses, and more. It was perfect for our use case to save their needs on the textile storage.
NFTPort
smooths the path of the minting and donating process and eliminates the high transaction fees. Our users will not pay anything for donating NFTs or minting.
Solidity
for the smart contract.
OpenZeppelin ERC721
we use the ERC721 template for faster development of our smart contract.