How would someone integrate FTC payments in an app?
-
Is there any API to integrate FTC payments into an application? Basically users would have an account and send coins into some wallet and then use their coins inside the application like many websites do with bitcoin.
Can it be done securely? -
Litecoin and feathercoin have been about diversifying the mining networks and are growing into their other potential uses. Basically, they are part of the Bitcoin protocol, anything you can with Bitcoin you can therefore potentially do with feathercoin.
So any app that has bitcoin should be easily reconfigurable to feathercoin. There is also a comprehensive Feathercoin API you can call.
[url=http://www.programmableweb.com/api/feathercoin]http://www.programmableweb.com/api/feathercoin[/url]
That’s all I can find about the API, I thought there was more somewhere.
-
There is also a Java library you can use called feathercoinj its used in the android feathercoin wallet which is available to view on github. Its just a fork of bitcoinj / litecoinj so the docs may be better for the original.