Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 784 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 784 Bytes

Starting Project

npm install --save-dev ethers
sudo chown -R mehmeteminipekdal:staff . -if there is an access/permission error-
npm start

Installing IPFS

brew install ipfs
ipfs daemon
ipfs add -r ./source_code  // ipfs add -r .                        
ipfs ls QmX7c5QNeWUkmjsEw18sJ7hHCJibGnSDxDfKhajCT2iPxZ

Other related commands

ipfs cat QmX2U3gBqmUNSceWb6HiYrjc9d2raF5iPMY5p38yHot6Dk

Sample Hardhat Project

This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a script that deploys that contract.

Try running some of the following tasks:

npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.js