sv-logger has quit [Remote host closed the connection]
sv-logger has joined #stellar
stellar-slack has quit [Remote host closed the connection]
stellar-slack has joined #stellar
IAmNotDorian has joined #stellar
IAmNotDorian has joined #stellar
TheSeven has quit [Disconnected by services]
[7] has joined #stellar
de_henne has joined #stellar
de_henne has quit [Remote host closed the connection]
de_henne has joined #stellar
<stellar-slack>
<yaseenhamdulay> Hi, could anyone explain what keychain data and main data are and their importance?
<stellar-slack>
<bartek> @yaseenhamdulay: it’s just a convention. keychainData contains wallet keys (secret seed, address etc), mainData contains user data like: settings, username etc.
<stellar-slack>
<bartek> (^ I’m talking about stellar-wallet v2)
<stellar-slack>
<yaseenhamdulay> ah, are there conventions about the format of the data as well?
<stellar-slack>
<yaseenhamdulay> or is that up to the wallet server?
<stellar-slack>
<yaseenhamdulay> @bartek
<stellar-slack>
<bartek> server knows nothing about data format. it just stores encrypted blob. when it comes to JS SDK you should pass string (if you want to store an object just JSON.stringify it)
<stellar-slack>
<yaseenhamdulay> so different wallet implementations are incompatible if they store data differently?
<stellar-slack>
<bartek> yes. the idea is that every organization should have it’s own wallet server (and not use SDF's wallet server for example). it’s up to you/your organization what format of data you want to store there. you can even store Bitcoin keys.
<stellar-slack>
<yaseenhamdulay> ah, cool
MaxSan has quit [Read error: Connection reset by peer]
<stellar-slack>
<johnicholas> however, I'm getting stuck pretty early
<stellar-slack>
<johnicholas> $ yo interstellar sample-app You don't seem to have a generator with the name interstellar installed.
<stellar-slack>
<johnicholas> it seems like a path problem, but is there a way I can get the sample app other than via yo, so that I can continue with the getting started?
<stellar-slack>
<hcf27> Hello, I try to log on my stellar account and I get wrong passward is this happenign to any1 else or did i get hacked? :(
<stellar-slack>
<hcf27> aaaaaaaand it works!
<stellar-slack>
<hcf27> weird no?
<stellar-slack>
<hcf27> I am sorry about the fuzz
bfoote_ has joined #stellar
bfoote has quit [Ping timeout: 248 seconds]
bfoote_ is now known as bfoote
<stellar-slack>
<irisli> hi johnicholas. Thanks for the report. I tried it out myself and couldn't get it to work either. I opened up an issue for you and hopefully bartek might be able to help https://github.com/stellar/generator-interstellar/issues/1