I downloaded the source code of rippled-historical-database
on github,
https://github.com/ripple/rippled-historical-database
but I don’t know how to run it on locally. Can I build my own Ripple Data API v2 service ?
I tried to run the test file under the test path locally, and got the following error:
期望:[null]
实际 :{"errno":-61,"code":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":7117}
<点击查看差异>
at Request._callback (test/test.accounts.js:19:14)
at Socket.socketErrorListener (_http_client.js:432:9)
at emitErrorNT (internal/streams/destroy.js:84:8)
at processTicksAndRejections (internal/process/task_queues.js:84:21)
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1137:16)
Thanks