tradle / craigslist-on-chain

making Craigslist safer with the help of bitcoin's blockchain
Other
4 stars 3 forks source link

username for popcorntime.io #2

Open genecyber opened 9 years ago

genecyber commented 9 years ago

Not sure how to get access

mvayngrib commented 9 years ago

@genecyber not sure what you mean by access? This repurposes Popcorn Time's UI for adding blockchain-hosted identities to the Craigslist experience

genecyber commented 9 years ago

the build proccess does a pull of the popcorntime codebase this requires a username and password to do this pull....

On Sun, Jul 19, 2015 at 12:46 AM, Mark Vayngrib notifications@github.com wrote:

@genecyber https://github.com/genecyber not sure what you mean by access? This repurposes Popcorn Time's UI for adding blockchain-hosted identities to the Craigslist experience

— Reply to this email directly or view it on GitHub https://github.com/tradle/craigslist-on-chain/issues/2#issuecomment-122625467 .

mvayngrib commented 9 years ago

ah interesting, that wasn't the case before. May I ask, are you interested in this as a developer or as an end user? This is a work in progress: the UI is at the stage where it can browse Craigslist similarly to how Popcorn Time browses movies/shows. This project is now waiting for the blockchain-based part to crystallize, which should be soon (think weeks).

If you're interested in getting involved, there is work to be done in both departments (UI, blockchain), and I can outline some todos.

If you want to see what it looks like so far, I'll make the latest build available, let me know.

genecyber commented 9 years ago

All of the above. Mostly as a developer. For the past few months I have been working on a full browser-based decentralized and peered wallet. While trying to get a handle on DHT I came across you guys and the paper on hardening DHT. Which ultimately led to this particular implementation. I was hoping to get something up so that I can take a look at your end to end stack.

I'm pretty hooked on writing just to be applications at this point. And would love to help you guys round out stuff. I don't so love to see a working copy of the craigslist on chain.

Sent from my iPhone

On Jul 19, 2015, at 9:42 AM, Mark Vayngrib notifications@github.com wrote:

ah interesting, that wasn't the case before. May I ask, are you interested in this as a developer or as an end user? This is a work in progress: the UI is at the stage where it can browse Craigslist similarly to how Popcorn Time browses movies/shows. This project is now waiting for the blockchain-based part to crystallize, which should be soon (think weeks).

If you're interested in getting involved, there is work to be done in both departments (UI, blockchain), and I can outline some todos.

If you want to see what it looks like so far, I'll make the latest build available, let me know.

— Reply to this email directly or view it on GitHub.

mvayngrib commented 9 years ago

@genecyber we'd love for you to get involved. Want to hop on a quick Skype call to see what would be most interesting for you to work on? My id is luigimvm.

Meanwhile, you can jump in and start submitting issues and PRs to our repos, and/or you can tell me what parts you'd be interested in working on:

  1. blockchain and p2p components - e.g. we need an SPV wallet instead of our current common-blockchain one. bcoin is a candidate. Does the wallet you're working on support SPV?
  2. UI-related parts
genecyber commented 9 years ago

Looking at Trust in Motion reminds me of at I'm building. My staging server is here: http://tech.ribbit.me/vault/

It works best in chrome, and is a mess of experimentation so it's buggy. But...

Upon launch it creates an identity hdkey and stores it locally. It then connects to a mesh made via webrtc

JavaScript console had lots exposed globally to allow a sandbox

meshnet is the dht object newtables is the local storage object For example newtables.privkey.newHD lets you make a new private key and tag it as an identity

Chat is a fun object too.

var chat = new Chat({payload: "my chat msg"})

If you make the chat you can now view the hash and it will auto sign with an identity address

chat.addToChainTip() adds the chat msg to the chat chain

chat.broadcast() sends it over the dht

And so on.

Sent from my iPhone

On Jul 19, 2015, at 9:42 AM, Mark Vayngrib notifications@github.com wrote:

ah interesting, that wasn't the case before. May I ask, are you interested in this as a developer or as an end user? This is a work in progress: the UI is at the stage where it can browse Craigslist similarly to how Popcorn Time browses movies/shows. This project is now waiting for the blockchain-based part to crystallize, which should be soon (think weeks).

If you're interested in getting involved, there is work to be done in both departments (UI, blockchain), and I can outline some todos.

If you want to see what it looks like so far, I'll make the latest build available, let me know.

— Reply to this email directly or view it on GitHub.

genecyber commented 9 years ago

Common blockchain like Wei lu from hive? I helped inspire her for that while I was creating symchain.

I can't do a Skype till tomorrow but I'd love to. I'll reach out tomorrow.

I'm currently using insight Apis for getting utxo's and broadcasting but plan to switch soon. I have loaded up in my wallet a fully browserfied spv wallet. It's using a webrtc / Tcp bridge. I have libs to do spv I just haven't had time to do it.

Sent from my iPhone

On Jul 19, 2015, at 10:46 AM, Mark Vayngrib notifications@github.com wrote:

@genecyber we'd love for you to get involved. Want to hop on a quick Skype call to see what would be most interesting for you to work on? My id is luigimvm.

Meanwhile, you can jump in and start submitting issues and PRs to our repos, and/or you can tell me what parts you'd be interested in working on:

blockchain and p2p components - e.g. we need an SPV wallet instead of our current common-blockchain one. bcoin is a candidate. Does the wallet you're working on support SPV? UI-related parts react-native frontend - our react native frontend. I see there's no readme there, @pgmemk can you add at least a basic one with a couple of screenshots? react native components - we currently have react-native-udp and react-native-level (and react-native-level-fs). One thing needed there is getting automated testing set up (in react-native's env). — Reply to this email directly or view it on GitHub.

mvayngrib commented 9 years ago

yep! I met @weilu in SF, but found common-blockchain separately. Small world :)

looks like you've done a lot of work in this space. Can you paste a few links to your most relevant repos? And absolutely let's chat tomorrow.