polkadot-js / docs

This is the documentation portal for all Polkadot and Substrate related tools and libraries in the polkadot-js family of repos.
https://polkadot.js.org/docs/
Creative Commons Zero v1.0 Universal
165 stars 203 forks source link

How can Dapps get custom endpoint URL from Polkadotjs ? #469

Open AuroraLantean opened 7 months ago

AuroraLantean commented 7 months ago

My Dapp node url is currently localhost:9911 hardcoded. How can my Dapp get that URL from Polkadotjs ?

shawntabrizi commented 7 months ago

there is a custom endpoint under Development

image
AuroraLantean commented 7 months ago

@shawntabrizi Thanks. How can my Dapp get such endpoint from Polkadot.js ?

shawntabrizi commented 7 months ago

I don't understand your question. Can you be more explicit or descriptive?

AuroraLantean commented 7 months ago

@shawntabrizi Our Substrate team is building a new blockchain and a Dapp with a custom endpoint URL. The Dapp does not know that URL, so we need the Dapp to get that URL from PolkadotJS wallet. Thanks