How to run and access Blockchain.info platform on a remote server?

0

I've installed Blockchain.info local machine on a server and got an API key for it. But it seems it's designed to work only locally and on the port 3000.
I need to call APIs from another server with a certain IP. Unfortunately, I could not find anything about how to access to BlockChain.info machine and its APIs by calling a server IP instead of localhost or 127.0.0.1, and how to change the default port 3000 to something else.
May you help me please?

Mohammad Saberi

Posted 2019-10-06T15:04:46.113

Reputation: 111

2I suspect you have misunderstood what you are installing. Blockchain.info is not open source and there is no ability to run their software on your local machine.Anonymous 2019-10-06T16:47:41.317

@Anonymous: https://github.com/blockchain/service-my-wallet-v3

Mohammad Saberi 2019-10-06T18:45:10.783

That’s not their website or service, that’s a proxy to their API.Anonymous 2019-10-06T18:52:55.787

What I need is using their API to built our own applications and website. May you guide me how can I do it using their services please or give me a link to a tutorial?Mohammad Saberi 2019-10-06T19:03:09.847

No answers