Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: itsmeprologic on October 08, 2018, 06:06:00 AM



Title: open source web wallet for the cryptocurrency
Post by: itsmeprologic on October 08, 2018, 06:06:00 AM
Is there is any open source web wallet that can be used for the server side so that user can register and create wallet ?

I am using the bitcoin open source (c++) code for creating the new concurrency.

Please help me in finding the way to allow the user to create their wallet .

I want that the customer private key cant be saved on our server end .


If there is any open source code for the web wallet please provide the links

The prefer language will be python(Django) for the web wallet .


Any advise or guidance would be greatly appreciated..!!


Title: Re: open source web wallet for the cryptocurrency
Post by: joniboini on October 08, 2018, 06:21:51 AM
Something like these ones?

  • https://github.com/coinables/segwitaddress
  • https://github.com/blocktrail/blocktrail-webwallet
  • https://github.com/CoinSpace/CoinSpace



Title: Re: open source web wallet for the cryptocurrency
Post by: itsmeprologic on October 08, 2018, 06:49:33 AM
Hello joniboini

Thanks for quick reply

But as i can see those wallets not listing the API that can help in sending the BTC from one wallet to another .

i also cant see that from where is the RPC calls for the sending the transactions ?

Thanks


Title: Re: open source web wallet for the cryptocurrency
Post by: itsmeprologic on October 16, 2018, 05:22:41 AM
Thanks for the reply

1. Blockchain.info at https://github.com/blockchain
blockchain.info is using their own API

I am creating new concurrency  using the bitcoin github code and after creating concurrency i want to allow my users to create their wallet on the website and send and  receive the new concurrency token

I just want to know how can we can use any programming language to implement above web wallet service.

So far i understand that we can use the RPC calls to create new wallet .

For the web part how we can generate the passpharse , private key and public key so that user can send and receive the new crypto tokens

2. coin.space at https://github.com/CoinSpace/CoinSpace

I have checked this code and have issues while running it.


3. MyEthereWallet at https://github.com/MyEtherWallet/MyEtherWallet. This is probably what you're looking for since AFAIK they don't store private key/seed at their server.

Sorry but i cant use the above ,as its for the etherium. 


I will really appreciate if there is fast response


Title: Re: open source web wallet for the cryptocurrency
Post by: Sunny_Liu on October 22, 2018, 12:37:17 AM
Maybe you can have a look at TrustNote. TrustNote has a iToken platform (https://itoken.top/) which you can easily issue your personal tokens, and they also have an open source web wallet built by Rust and Python (https://github.com/TrustNoteSamples/multi_webwallet).
Hope it helps.