Bitcoin integration api for website

0

i'm interested making a website allowing users to send and withdraw btc from it (every user will have private address on the site) , is there any suggestions of api i could use that will store the bitcoins on the server and not some third part service that stores the btc?

Sw Sx

Posted 2018-01-01T13:33:36.457

Reputation: 1

1Why do you need to store user's bitcoin? What is the use case?Matthew Charles Stannard 2018-01-01T13:35:15.853

@MatthewStannard Thinking of making an bitcoin exchange to other alt coins, but as start i want to work on the bitcoin receive and withdraw firstSw Sx 2018-01-01T13:37:39.840

Are you working with have a team of developers who have Information Security experience?Matthew Charles Stannard 2018-01-01T13:40:40.743

@MatthewStannard Planning to hire an expert to make all the needed security when i'm done with my part :)Sw Sx 2018-01-01T13:42:51.103

You can't add security to an insecure system after it has been built. If you're certain you want to take on the responsibility of handling customers' funds, then I would work with a team of information security experts from the beginning and throughout the lifetime of your service.Matthew Charles Stannard 2018-01-01T13:52:05.940

@MatthewStannard does one developer is able to know both the site developing part and also doing the security?Sw Sx 2018-01-01T14:26:35.907

It is possible that a single person has the expertise to build both the site and implement the necessary security requirements. But is is rare.Matthew Charles Stannard 2018-01-01T14:30:37.943

@MatthewStannard could you give an example of some common breach that requires some special security requirements?Sw Sx 2018-01-01T14:33:22.197

As this is a separate question you should consider asking an new question. Try asking about common causes of data breaches over at https://security.stackexchange.com/.

Matthew Charles Stannard 2018-01-01T14:45:44.467

@MatthewStannard Alright , thanks for your help :)Sw Sx 2018-01-01T15:53:39.237

No answers