Skip to content

How to access local node via browser when no CORS header is set? #656

Answered by fuxingloh
DerFuchs asked this question in Q&A
Discussion options

You must be logged in to vote

Hey, this issue comment might help: #232 (comment)

For connection to your local defichain app node, you need the full URL to do that. It's somewhere in your defi config directory. A URL should look something like this: http://${user}:${password}@127.0.0.1:${port}/. Make sure you don't expose this information beyond your secured environment.

Other another note, a few things about jellyfish that might help understand where the ecosystem is heading

  • Jellyfish itself is a project that features the entire implementation of the blockchain code from C++ to JavaScript without the consensus to power light implementation
  • jellyfish-api-core and jellyfish-api-jsonrpc which y'all are trying to conne…

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@DerFuchs
Comment options

@fuxingloh
Comment options

@DerFuchs
Comment options

Answer selected by fuxingloh
Comment options

You must be logged in to vote
1 reply
@DerFuchs
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants