Author Topic: Pure JavaScript port of the Krypto Kit wallet  (Read 2424 times)

0 Members and 1 Guest are viewing this topic.

Offline jamesc

I once contacted the guys form dogecoin.info .. the built abe-ci-frontend .. unfortunately. I did not receive any answer and sources are not open (yet?)

What about http://insight.bitcore.io ?  Also, here are some fresh ideas for a wallet using the insight explorer and something called WebRTC http://bitcore.io/blog/articles/cosign-our-multisignature-wallet-in-development.

Offline jamesc

Does it make since to get the wallet working using say a small nodejs program to interface the daemon to the web-wallet?  The Satoshi client has a command line interface.
« Last Edit: March 03, 2014, 07:40:55 pm by jcalfee1 »

Offline unimercio

  • Sr. Member
  • ****
  • Posts: 245
  • The opportunity of a lifetime comes by every 7 day
    • View Profile
    • Conscious Entrepreneurship Foundation (CEF)
  • BitShares: unimercio
A great addition, let me know if you need any help, including any bounties you need funded. +5%
Conscious Entrepreneurship Foundation (CEF)

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
I once contacted the guys form dogecoin.info .. the built abe-ci-frontend .. unfortunately. I did not receive any answer and sources are not open (yet?)

Offline bytemaster


I made a few changes to the Krypto Kit chrome plug-in and Walla!, we have a bitcoin wallet running directly in the browser from static files.  I was able to view a balance and send some coins from the wallet.  Honestly, that is the only thing that works so far.  So, I will continue on and fix the GPG wallet encryption next and perform more testing... 

Feel free to give me some feedback or run some test.  It would be really cool to have a pure client-side web-wallet that supports block chain storage and other block chain implementations like BTS.

Here is the project page: https://code.google.com/p/webit-krypto-kit

the code: the repository history starts with the original Krypto Kit source files with a comment to indicate this.

Great work.  We are looking for people who can build a Web wallet for BitShares X.
For the latest updates checkout my blog: http://bytemaster.bitshares.org
Anything said on these forums does not constitute an intent to create a legal obligation or contract between myself and anyone else.   These are merely my opinions and I reserve the right to change them at any time.

Offline jamesc


I made a few changes to the Krypto Kit chrome plug-in and Walla!, we have a bitcoin wallet running directly in the browser from static files.  I was able to view a balance and send some coins from the wallet.  Honestly, that is the only thing that works so far.  So, I will continue on and fix the GPG wallet encryption next and perform more testing... 

Feel free to give me some feedback or run some test.  It would be really cool to have a pure client-side web-wallet that supports block chain storage and other block chain implementations like BTS.

Here is the project page: https://code.google.com/p/webit-krypto-kit

the code: the repository history starts with the original Krypto Kit source files with a comment to indicate this.