aleph-im / aleph-explorer

Simple explorer for the Aleph.im network
4 stars 2 forks source link

Allow users to change the API Server #69

Closed BjrInt closed 1 year ago

BjrInt commented 1 year ago

This feature allows an user to manually pick another node to fetch messages from, using the javascript console. https://api2.aleph.im is still used by default at page load.

Since this is mainly aimed towards developers it is not displayed in the UI.

To reset the change, simply reload the page or call set_api_node('https://api2.aleph.im').

Screenshot

image

moshemalawach commented 1 year ago

Approving as-si, even though a drop down with a "custom" option would be good for the future :)