Giter Club home page Giter Club logo

mithra's Introduction

मिthra: Blockhain-based Product Assurance Platform

Use-cases

मिthra provides end-to-end product assurance services allowing us to leverage blockchain technology to guarantee safeguard of products.

  • Allow brands to provide warranty without a centralized system. This ensures warranties cannot be modified once minted.

  • Allow brands to authenticate customers via soulbound NFTs, without the need for the user to pay gas fees.

  • Allow customers to re-sell bought products keeping warranties intact for future use.

  • Allow both parties to keep track of warranty status and other related services, as well as communicating concerns to the producer.

  • Allow brands and e-commerce platforms to increase trust by providing tamper-less product assurance.

What we provide

  • A platform for producers/brands: Brands can deploy smart contract to keep track of their products, approve warranty requests and verify client claims. It is important to note that the brand has only powers limited to approval. If a company decides to elongate this process, it loses credibility. Hence, the process is incentivized.

  • An API for e-commerce platforms: We provide an API for e-commerce platforms allowing them to integrate our services with their existing codebase. This provides an SDK-like workflow allowing easy and smooth provision of services.

  • An API client: We built Hermes, a mock e-commerce platform that uses our API to demonstrate the buying and selling process

Running the project

To run this project follow the below steps:

  • To compile solidity contracts:
cd ./blockchain
yarn install // install dependencies
npx hardhat compile
  • To run the next.js client server for मिthra UI:
cd ./client
yarn install // install dependencies
yarn dev -p 3000
  • To start the Go server:
cd ./server
go mod tidy // install dependencies
cd ./cmd
go run main.go

starts the server on port:5050

  • To start the hermes e-commerce client:
cd ./hermes/client
yarn install // install dependencies
yarn dev -p 3001

mithra's People

Contributors

adnanhashmi09 avatar decfox avatar dhruv-colosus avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.