nautls / nautilus-wallet

Privacy wallet designed for Ergo Platform
https://www.nautiluswallet.com
MIT License
66 stars 34 forks source link

I cannot use Nautilus-wallet with my local network #163

Open swag-eag opened 1 month ago

swag-eag commented 1 month ago

Hi.

I am trying to connect Nautilus-wallet to my local network (ergo.chain.addressPrefix = 96): Node 1:

Node 2:

What should I modify in the nautilus-wallet source code to connect to this local blockchain?

Thanks

arobsn commented 1 month ago

Hi! You need to rewrite the graphQlService module using Node's endpoints to have this working.

Alternatively, you can use indexed-node-graphql as a relay for your local indexed node, this way you don't need to change anything in the Nautilus codebase, just adjust the GraphQL server URL in the settings page.