Skip to content

Application for selling and buying crops for farmers using HyperLedger technology.

License

Notifications You must be signed in to change notification settings

jogendra/farmers-bank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Farmers Bank

Application for selling and buying crops for farmers using HyperLedger technology.


Developers and Maintainers

The project is developed and maintained by

 Jogendra Kumar

Instructions to run

  • Clone the repo git clone https://github.com/jogendra/farmers-bank.git

Running the API Backend

  • Goto the API directory
  • First install the Hyperledger composer. Then install the development environment.
  • composer archive create -t dir -n .
  • composer network install --card PeerAdmin@hlfv1 --archiveFile api@0.0.1.bna
  • 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

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

License

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

About

Application for selling and buying crops for farmers using HyperLedger technology.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published