Crypto Payment Gateway accepting BTC, ETH at least
Budget: €250 – €750 EUR
I need a program as service like coinbasecommerce but very simple no interface with NodeJS that can provide service for accepting crypto payment gateway. In details:
1- A simple app but clean and powerful enough like coinbassecommerce (not that much big app, just address generating, listing payments and custom transaction option for refunding money to customers)
2- When I hit the request /generate_addresses it returns me an object that includes coins ready to pay addresses (should use my wallet private key + my callback URL to send confirmation signals)
3- I also need to give me socket addresses that I need to listen on frontend when user pays and I show them a message
4- Another request /income_confermations of block which is listening to confirmations that comes to my callback URL
5- I need pour programming codes not using third-part API. For BTC use blockchain API, for ETH use web3 for example. as you refer but no third-part API.
6- It should at least accept BTC, ETH. and if you can accept more coins, let me know for more payment for you.
1- A simple app but clean and powerful enough like coinbassecommerce (not that much big app, just address generating, listing payments and custom transaction option for refunding money to customers)
2- When I hit the request /generate_addresses it returns me an object that includes coins ready to pay addresses (should use my wallet private key + my callback URL to send confirmation signals)
3- I also need to give me socket addresses that I need to listen on frontend when user pays and I show them a message
4- Another request /income_confermations of block which is listening to confirmations that comes to my callback URL
5- I need pour programming codes not using third-part API. For BTC use blockchain API, for ETH use web3 for example. as you refer but no third-part API.
6- It should at least accept BTC, ETH. and if you can accept more coins, let me know for more payment for you.