0

I have installed all the required components to run hyperledger composer locally on my PC. I can test run my code on Angular and everything works fine. I wanted to know where my database is actually stored so I tried the solution given on this link: Where does hyperledger fabric store the database for the blockchain? But in my var directory there is no subfolder as hyperledger, I want to locate my database on the PC, please help!

adnan.c
  • 721
  • 5
  • 15
  • Just to be sure, you have looked in the peer container directories and not your local PC directories, right? – adnan.c Jan 08 '19 at 16:17

1 Answers1

0

It is running as a container. Couchdb provided an offline user interface called Fauxton. You can access it through the following link. https://localhost:5984/_utils Change IP and port number if you're using a different one.

varun teja
  • 126
  • 9