bitshares / open-explorer

Open Source BitShares Blockchain Explorer
https://open-explorer.io
MIT License
20 stars 41 forks source link

deploy with "bitshares-python-api-backend" together? or can work single ? #1

Closed tinyhill666 closed 6 years ago

grctest commented 6 years ago

Good question, I don't believe that the backend is required unless you want to run your own servers.

It would be best practice to run your own servers, however it should just work as is with some small code changes (config).

https://github.com/oxarbitrage/open-explorer/blob/master/app/core/app.config.js#L47

var urls = {
    websocket: "ws://88.99.145.10:9999",
    python_backend: "http://23.94.69.140:5000",
    elasticsearch_wrapper: "http://185.208.208.184:5000",
    udf_wrapper: "http://23.94.69.140:5001"
};
tinyhill666 commented 6 years ago

is websocket bts-api? what are elasticsearch_wrapper and udf_wrapper represent?

grctest commented 6 years ago

https://github.com/oxarbitrage/udf-bitshares-wrapper https://github.com/oxarbitrage/bitshares-es-wrapper

oxarbitrage commented 6 years ago

thank you guys for start posting issues right away, the explorer have a lot of bugs that i hope i can get help from the community to fix.

In regards to the initial question. The explorer can run using the public wrappers in the urls at config, no need to setup your owns. However will be great if we have more public backend and wrappers.