Learning about Blockchain explorer Mongodb

Setup a crypto coin blockchain explorer: I deployed a iquidus explorer. Remember some useful sql for Mongodb: #startup sudo service mongod start # connect console commands #mongo > show dbs; > use tempdb; > db.dropDatabase();{…

72 Likes Comment