๐Ÿ“ฆ nsrCodes / flipkart-grid

โ˜… 0 stars โ‘‚ 0 forks ๐Ÿ‘ 0 watching
๐Ÿ“ฅ Clone https://github.com/nsrCodes/flipkart-grid.git
HTTPS git clone https://github.com/nsrCodes/flipkart-grid.git
SSH git clone git@github.com:nsrCodes/flipkart-grid.git
CLI gh repo clone nsrCodes/flipkart-grid
Navdeep Singh Rathore Navdeep Singh Rathore Updated readme 2ebba97 3 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ contracts
๐Ÿ“ public
๐Ÿ“ scripts
๐Ÿ“ src
๐Ÿ“ test
๐Ÿ“„ .gitignore
๐Ÿ“„ hardhat.config.js
๐Ÿ“„ package-lock.json
๐Ÿ“„ package.json
๐Ÿ“„ README.md
๐Ÿ“„ README.md

How to run the project

This project uses hardhat to create and work with a test network

If you make any changes to the smart contracts, run npx hardhat compile to update the ABIs

Run npx hardhat node to start a test network. Use the private keyss from any of the available accounts on the network to get some test ether

To deploy the warranty cotnract, run

npx hardhat run scripts/sample-script.js --network localhost