hi all,
super new to blockstack but have been developing for a long time.
a question or two on the tutorials, perhaps this will help me understand the architecture better.
I pulled down the todolist application and loaded that on my localhost:8080; added some todos. I also have my blockstack / blockchain running on a separate machine so when I started a todolist application on my localhost:8080, it had my todos already loaded from my previous machine. this is awesome!
I did notice; however, if I went to blockstack-todos.appartisan.com (the ‘official’ todo application in the blockstack browser, and logged in with my blockstack.id, it did not have my todos. I’m assuming then, these are separate applications? How was my localhost:8080 todo app able to pick up on my todos from my other machine?
Okay.
I also ran the multiblog app tutorial, and part of the feature is to be able to read other status updates – so, as a test, I loaded in my geekluv.id (works) but I also loaded the tutorial author (http://localhost:8080/yukan.id) and that worked too.
so I guess a couple questions
How is the localhost application pulling a storing data across applications so I can access my ‘todos’ across clients and I can access other users info and where is that different from the official ‘todo’ app?
Also, if I wanted to create a ‘journal’ application, how would I prevent it from being readable like the multiblog app was readable for other users?
thanks – like I said, I’m new at this architecture.