All Projects → jogendra → OpenTender

jogendra / OpenTender

Licence: MIT license
E-portal for government tender process using Hyperledger (Blockchain) technology.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects
Gherkin
971 projects
PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to OpenTender

HealthLedger
Application for tracking Organs donations in hospitals and minimizing the scope of Organ trafficking using Blockchain (Hyperledger) technology.
Stars: ✭ 29 (+61.11%)
Mutual labels:  hyperledger, hyperledger-fabric, blockchain-technology
readme
The Blockchain Bible,a collections for blockchain tech,bitcoin,ethereum,crypto currencies,cryptography,decentralized solutions,business scenarios,hyperledger tech,meetups,区块链,数字货币,加密货币,比特币,以太坊,密码学,去中心化,超级账本
Stars: ✭ 46 (+155.56%)
Mutual labels:  hyperledger, hyperledger-fabric, blockchain-technology
mastering-blockchain
blockchain basis,logic,usage
Stars: ✭ 29 (+61.11%)
Mutual labels:  hyperledger, hyperledger-fabric
hlf-operator
Hyperledger Fabric Kubernetes operator - Hyperledger Fabric operator for Kubernetes (v2.2+)
Stars: ✭ 112 (+522.22%)
Mutual labels:  hyperledger, hyperledger-fabric
Fabric Starter
Starter Application and Deployment Scripts for Hyperledger Fabric
Stars: ✭ 202 (+1022.22%)
Mutual labels:  hyperledger, hyperledger-fabric
hlf-sdk-go
Hyperledger Fabric Golang SDK
Stars: ✭ 37 (+105.56%)
Mutual labels:  hyperledger, hyperledger-fabric
bdk
Streamlined blockchain deployment kit for Hyperledger Fabric.
Stars: ✭ 43 (+138.89%)
Mutual labels:  hyperledger, hyperledger-fabric
hyperledger-fabric-sdk-php
Client SDK for Hyperledger Fabric for use in PHP applications
Stars: ✭ 40 (+122.22%)
Mutual labels:  hyperledger, hyperledger-fabric
Awesome Hyperledger Fabric
A curated list of resources for creating applications with hyperledger fabric
Stars: ✭ 349 (+1838.89%)
Mutual labels:  hyperledger, hyperledger-fabric
Fabric Sdk Go
Stars: ✭ 712 (+3855.56%)
Mutual labels:  hyperledger, hyperledger-fabric
Mortgageblockchainfabric
Mortgage Processing App using Hyperledger Fabric Blockchain. Uses channels for privacy and access, and restricts read/write previleges through endorsement policies
Stars: ✭ 45 (+150%)
Mutual labels:  hyperledger, blockchain-technology
fablo
Fablo is a simple tool to generate the Hyperledger Fabric blockchain network and run it on Docker. It supports RAFT and solo consensus protocols, multiple organizations and channels, chaincode installation and upgrade.
Stars: ✭ 121 (+572.22%)
Mutual labels:  hyperledger, hyperledger-fabric
hurley
The development environment toolset for blockchain projects
Stars: ✭ 79 (+338.89%)
Mutual labels:  hyperledger, hyperledger-fabric
Blockchainbooks.github.io
Blockchain Books
Stars: ✭ 139 (+672.22%)
Mutual labels:  hyperledger, hyperledger-fabric
docker-hyperledger-fabric-peer
Docker image for Hyperledger Fabric Peer
Stars: ✭ 25 (+38.89%)
Mutual labels:  hyperledger, hyperledger-fabric
heroes-service-network
Short tutorial to build a blockchain network with Hyperledger Fabric
Stars: ✭ 22 (+22.22%)
Mutual labels:  hyperledger, hyperledger-fabric
hlfabric-k8scc
Chaincode builder and launcher for Hyperledger Fabric on Kubernetes
Stars: ✭ 21 (+16.67%)
Mutual labels:  hyperledger, hyperledger-fabric
Heroes Service
Short tutorial to build a blockchain application in Go with Hyperledger Fabric
Stars: ✭ 248 (+1277.78%)
Mutual labels:  hyperledger, hyperledger-fabric
fabric-composer-engine-supplychain
Hyperledger Fabric & Composer example that models a consortium of car engine manufacturers, merchants and customers.
Stars: ✭ 19 (+5.56%)
Mutual labels:  hyperledger, hyperledger-fabric
Fabric Gm Wiki
Fabric国密项目 wiki
Stars: ✭ 79 (+338.89%)
Mutual labels:  hyperledger, hyperledger-fabric

OpenTender

OpenTender is a decentralized application which allows different organizations, such as government, to release tenders, with the help of HyperLedger. OpenTender prevents organizations from tampering or looking into the proposed amount of the contracts submitted by various contractors, for a given tender under a fixed deadline. OpenTender brings fairness and decentralization in the end-to-end process of tenders.


How OpenTender works?

  • An organization issues a tender.
  • Contractors are asked to submit the proposals of their applications/contracts onto the server until a fixed deadline.
  • The proposed amounts are hashed using MD5.
  • These hashes get stored, mapped with the Contractor's Company ID.
  • Once the deadline is over, the system chooses the best proposal.
  • The result is announced to everyone.

Future Scope of OpenTender

  • Contractor authentication, on the portal, and verification by the government agencies.
  • Increase the scalability.
  • Smart contracts between the government and the contractor, on the portal.
  • More advanced algorithm for the selection process of the proposal.

Developers and Maintainers

The project is developed and maintained by

 Jogendra Kumar

 Ishaan Abhinav 

 Anurita Srivastava

The problems OpenTender solves

Our aim is to decentralize the tender process in India, with the help of Blockchain technology-

  • Minimize corruption at all stages in the government process of issuing tender.

  • Centralize storing of data which leads to malpractices.

  • Government officials not being held accountable due to non existence of transparency.

Instructions to run

  • Clone the repo https://github.com/jogendra/OpenTender.git

Running the API Backend

  • First install the Hyperledger composer. Then install the development environment.
  • composer archive create -t dir -n .
  • composer network install --card PeerAdmin@hlfv1 --archiveFile [email protected]
  • composer network start --networkName api --networkVersion 0.0.1 --card PeerAdmin@hlfv1 --networkAdmin admin --networkAdminEnrollSecret adminpw --file networkadmin.card
  • composer card import --file networkadmin.card
  • composer-rest-server -c admin@api -n always -u true -d y -w true
  • Goto http://localhost:3000/explorer to explored the REST API

Running the Front end

Front End: https://jogendra.github.io/OpenTender/

  • Make sure you are running the API Backend
  • Open the index.html file
  • The front end is up and running

Demo

UI is live here: https://jogendra.github.io/OpenTender/
For more visualization, please refer PPT here.

License

This project is available under the MIT license. See the LICENSE file for more info.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].