This project created By MehdiFadaei
we creates this project for tracking all product and take any information that item have witch is very good and and this is on developing so i appologize for any mistake i have in this project!
It's recommended that you've gone through the hardhat getting started documentation before proceeding here.
- git
- You'll know you did it right if you can run
git --version
and you see a response likegit version x.x.x
- You'll know you did it right if you can run
- Nodejs
- You'll know you've installed nodejs right if you can run:
node --version
and get an output like:vx.x.x
- You'll know you've installed nodejs right if you can run:
- Yarn instead of
npm
- You'll know you've installed yarn right if you can run:
yarn --version
And get an output like:x.x.x
- You might need to install it with npm
- You'll know you've installed yarn right if you can run:
If you're familiar with
npx
andnpm
instead ofyarn
, you can usenpx
for execution andnpm
for installing dependencies.
git clone https://github.com/mehdifadaei-irn/SupplyChain-hardhat
cd SupplyChain-hardhat
Then:
yarn
or
npm i
- You can now do stuff!
yarn hardhat test
or
npm test