This project implements a prototype version of a blockchain-based eCommerce warranty system using NFTs. Do read the proposed approach here. App demo.
Deployed smart contract address on:
- Polygon Testnet:
0x5Bc93C56ec25e6E52366673D3E7caF0baef032dd
-
Clone the repository.
-
If you are using nvm, run
nvm use
to use the version of Node from the .nvmrc file. -
Install dependencies:
npm install
. -
Copy
.env.template
to.env
and edit the environment variables. -
To test the smart contract:
npx hardhat test
-
To deploy the contract run:
npx hardhat run --network <your-network> scripts/deploy.js
-
Do visit harhdhat to learn more on deployment and running locally.
This project is licensed under the MIT License- see the LICENSE file for details.