Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: Komobit on May 19, 2018, 12:24:35 PM



Title: Looking for some advice on integrating wallets in websites
Post by: Komobit on May 19, 2018, 12:24:35 PM
Hi, folks

I need some orientation regarding wallet programing and integration for a website. Our developer is using Angular language but we dont know yet what API we should run, we think a PHP would do but we need opinions and recommendations.


1 The site will have profile creation for the users and every user should have their own wallet account.

2 Dunno programing details but our site wallet should communicate with user's wallets when needed.

3 And obviously, the site's wallet need to receive from externally sources and send bitcoins to outside wallets.

4 We already have a recommendation to use Coin Payments, any thoughts on their services?




Beforehand, really thanks for the help.


Title: Re: Looking for some advice on integrating wallets in websites
Post by: shahzadafzal on May 19, 2018, 04:43:50 PM
Remember Angular is used for front-end for back-end and exposing API's you can use any server side language. Yes PHP is easy, powerful and very well documented. Instead of searching for a language I will suggest search for a good architecture it might be mix and match. It depends on your final goals how many users, how many transaction etc you going to support. Check for existing solutions and what is recommended in such scenarios.

Since you are really dependent on your developers let the "experts" decide. You should find an expert with similar experience in crypto currency processing. Remember any php developer can produce what you looking for but if your security architecture is week all your planning can go into drain. Programming language should be your least concern.


Title: Re: Looking for some advice on integrating wallets in websites
Post by: jvdp on May 19, 2018, 06:28:57 PM
Bitpay seems one of the best wallet API provider now even you can use Coinpayments as you got the information bro. Better suggest integrate payment API in your website with the 2 KB cache there. When the transaction has been done that time you need to better transfer rate so for that less number of page size is much needed mate.

Other than many people like, Coingate, gourl and blockchain.info also providing this service. Check and fees convenient to and invest on them.


Title: Re: Looking for some advice on integrating wallets in websites
Post by: Komobit on May 21, 2018, 01:03:50 PM
Really ty you all!

Will wait our developer say about it and give the rightfull merit for the help

Ty a lot!


Title: Re: Looking for some advice on integrating wallets in websites
Post by: Lakai01 on May 21, 2018, 01:44:55 PM
First of all take a step back and double or tripple check your software architecture, especially in means of security. You will probably deal with a lot of money, if you get hacked due to weak security mechanisms you may be forced to close your business.

Therefore I would recommend you any third party wallet api which was tested thousandfolds. In my opinion it doesnt really matter which one you choose, but dont consider to write it yourself!