Skip to content

TeamAlpha-NITK/Secure-Aadhaar-SmartContract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Secure Aadhaar Composer Application

This repository contains the code for the composer application. This smart contract generated from this code defines the behaviour of the blockchain.

File Structure

  • models/org.alpha.secureaadhaar: Contains the model definitions
  • logic.js: Contains the business logic for the transactions.
  • permissions.acl: Contains the access control rules.
  • queries.qry: Contains the query definitions.

Running the application

The application can be run by either deploying it to a fabric blockchain network or using the composer-playground.

For running using either of these methods, one needs to create the business network definition file.

composer archive create -t dir -n .

This generates a secure-aadhaar.bna file which can then be deployed to:

Prequisites

You need to have Hyperledger Composer and Hyperledger Fabric installed in order to run this application. Instructions for the same can be found here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published