CoffeeChaino project is a web3 application where a coffee producer can add, view, and edit their products to the system via a smart contract.
👨💻 Built with React, Node.js, Express framework, Solidity, Pinata IPFS, Tailwind
CoffeeChaino-demo.mp4
If you want to test it locally after cloning the project;
-
First, upload the
CoffeeChaino.sol
file in the project files to the remix.ethereum.org website. -
Then, make the settings in the images and press the
compile and run
button, and then selectEnvironment Injected Provider - Metamask
from the distribution and run menu and select your Metamask account from theAccount
section. Press the Deploy button.
- Finally, you can start the project by returning to the project files and running the
npm run all
code in the terminal.
Note: The Sepholia test network must be selected in the Metamask account. If you do not have enough SepholiaETH, you can get it from https://sepolia-faucet.pk910.de/. The minimum amount will be sufficient, no fee is charged for transactions.