Vinnie_win has quit [Ping timeout: 265 seconds]
sv-logger has quit [Remote host closed the connection]
sv-logger has joined #stellar
TheSeven has quit [Ping timeout: 246 seconds]
TheSeven has joined #stellar
IAmNotDorian has joined #stellar
IAmNotDorian has joined #stellar
sacarlson1 has joined #stellar
sacarlson has quit [Ping timeout: 264 seconds]
IAmNotDorian has quit [Ping timeout: 255 seconds]
u77 has joined #stellar
bfoote has quit [Ping timeout: 244 seconds]
bfoote has joined #stellar
<stellar-slack> <ben> good day, @eva . Yes I believe we have met through twitter before.
<stellar-slack> <ben> I know @vanessa from our tech education work prior to her stellar gig.
<stellar-slack> <ben> @eva: I do have a question though, you might be able to help me with. I am looking for a good low level (as in "technical") documentation about the stellar protocol itself. like what is signed where, which signatures and such.
<stellar-slack> <ben> I am investigating a project concept to bring distributed mini-banks to the unbanked with dump phones and in order to understand if it could be built on top of stellar, I need to understand the plumbing a little better.
<stellar-slack> <ben> Do you happen to have such a document? (And I do not mean the white paper about the consensus-algorithm, I have already found and read that one of course ;) )
<stellar-slack> <ben> THANKS
<stellar-slack> <sacarlson> dump phones? would android phones qualify?
<stellar-slack> <sacarlson> oh maybe dumb phones
<stellar-slack> <ben> hahaha. yes. sorry. typo.
<stellar-slack> <ben> like old nokia ones. only GSM stuff
<stellar-slack> <sacarlson> since old androids are so cheap you could maybe at least us them with apps like https://play.google.com/store/apps/details?id=de.xcoins.centaurus&hl=en
<stellar-slack> <ben> well, technically that is true. the problem is there still isn't any internet in africa.
<stellar-slack> <sacarlson> IC
<stellar-slack> <ben> and once it comes, all predictions show, it will take quite a time before the currently unbanked will be able to afford it...
<stellar-slack> <ben> as usual the trickle down, trickles very, very, very, very slow for the poorest...
<stellar-slack> <ben> @sacarlson: do you know of any have way decent docs like that for stellar?
<stellar-slack> <ben> like, let's assume I had to implement my own node... is there any decent starting point to understand the plumbing of the protocol?
<stellar-slack> <sacarlson> there is good documents on the old API but that is about to be obsolete. the new version is oposite with not enuf working API documented
<stellar-slack> <ben> I see. that's what it looked like to me, too ...
<stellar-slack> <ben> so at least I am not the only one experiencing that nor did I overlook something obvious (happened before ;) )
<stellar-slack> <sacarlson> I was able to get the old system working in a prototype in about 2 weeks. It shouldn't be too much different in the new version
<stellar-slack> <ben> do you maybe know of any alternative implementation of stellar-core by any third party?
<stellar-slack> <sacarlson> the present stellar-core code is working ok, it's the upper layers that is still not fully developed and documented
<stellar-slack> <ben> is it implementing the same version of the protocol?
<stellar-slack> <sacarlson> I'm hoping to create at least for myself a bridge lib to enable me to plug in what I have now into the new
<stellar-slack> <sacarlson> it's just the API that I work with, I don't worry about the low level protocal
<stellar-slack> <sacarlson> no the new API looks much different not just plug in play from old to new without some kind of bridge
<stellar-slack> <sacarlson> the new system will also have new features that I'm interested in that include multi-sign
<stellar-slack> <ben> multi-sign is exactly one of the features I am investigating.
<stellar-slack> <ben> do you have any other references for me to read about that? Or should I just digg into stellar-core?
<stellar-slack> <sacarlson> I would look at the API docs first this will show you the difference bettween the new and the old http://docs.stellarhorizon.apiary.io/# https://www.stellar.org/api/
<stellar-slack> <sacarlson> for the multi-sign I could point you to a github project that I'm watching in hopes they figure it out first before I do
<stellar-slack> <ben> yes, please. what's the link?
<stellar-slack> <sacarlson> the two links I already sent? are above
<stellar-slack> <sacarlson> the project with multi-sig is here: https://github.com/stellar/hackday-stellar-vault
<stellar-slack> <ben> yes, that one. thanks heaps, @sacarlson !
<stellar-slack> <sacarlson> anything on the new stellar-core only works on lower level like from ruby-stellar-core nothing on horizon is stable as far as I know
<stellar-slack> <ben> that's fine with me. I am more concerned about the capabilities of the protocol itself at the moment.
<stellar-slack> <ben> for what I am working on, it might be useful to reimplement (parts of) core in a memory-safe-language (prolly rust) anyways.
<stellar-slack> <sacarlson> to run ruby-stellar-core you will need to run a localhost running core also
<stellar-slack> <sacarlson> I looked at the code just now for multi-sig and not it's not been touch in over 30 days. there has been big changes in stellar-core since then that if that worked before it probly won't now
<stellar-slack> <sacarlson> prolly rust? what language is that?
<stellar-slack> <ben> prolly=probably. "rust" is the language:
<stellar-slack> <ben> https://www.rust-lang.org/
<stellar-slack> <ben> memory-safe system language started by firefox.
<stellar-slack> <sacarlson> IC, well stellar-core doesn't take much if your running a standalone sytem with no other nodes
<stellar-slack> <sacarlson> I've had it running on mint. you can also run it within docker
stellar-slack has quit [Remote host closed the connection]
stellar-slack has joined #stellar
de_henne has joined #stellar
<stellar-slack> <jed> @ben: You probably want to look in the stellar-core repo itself. Take a look in the /docs folder. It is pretty well documented.
<stellar-slack> <lab> hi jed, did nicholas quit?
<stellar-slack> <lab> sorry, nicolas
IAmNotDorian has joined #stellar
IAmNotDorian has joined #stellar
de_henne has quit [Remote host closed the connection]
IAmNotDorian has quit [Ping timeout: 265 seconds]
IAmNotDorian has joined #stellar
<stellar-slack> <vanessa> Hey @ben welcome and nice to see you :)
<stellar-slack> <jed> lab: no he is on vacation
IAmNotDorian has quit [Ping timeout: 246 seconds]
stellar-slack1 has joined #stellar
stellar-slack has quit [Ping timeout: 246 seconds]
<stellar-slack1> <eva> cool, great to see you here, @ben :)
<stellar-slack1> <eva> looks like Jed and sacarlson got you sorted with where to get started :)
<stellar-slack1> <eva> just so you know, we're also working on new docs, tools, and tutorials for developers, so those will be out soonish