ksgr5566 / Warranty-NFT

Blockchain based eCommerce warranty system using NFTs

Home Page:https://warnt.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WarNT

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

Local Installation

  1. Clone the repository.

  2. If you are using nvm, run nvm use to use the version of Node from the .nvmrc file.

  3. Install dependencies: npm install.

  4. Copy .env.template to .env and edit the environment variables.

  5. To test the smart contract: npx hardhat test

  6. To deploy the contract run: npx hardhat run --network <your-network> scripts/deploy.js

  7. Do visit harhdhat to learn more on deployment and running locally.


License

This project is licensed under the MIT License- see the LICENSE file for details.

About

Blockchain based eCommerce warranty system using NFTs

https://warnt.herokuapp.com

License:MIT License


Languages

Language:JavaScript 88.0%Language:Solidity 11.5%Language:CSS 0.5%