Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation for running with dfx is out-of-date #27

Open
kritzcreek opened this issue Jul 21, 2021 · 1 comment
Open

Documentation for running with dfx is out-of-date #27

kritzcreek opened this issue Jul 21, 2021 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@kritzcreek
Copy link
Contributor

The README.md states:

The ic-ref program starts a webserver at http://0.0.0.0:8001/ that implements the Internet Computer interface, and can be used with dfx --client http://0.0.0.0:8001/.

But dfx doesn't understand that command. I think at this point the correct way to do this is to use icx-proxy, right? We should update the docs to reflect that.

@kritzcreek kritzcreek added the documentation Improvements or additions to documentation label Jul 21, 2021
@nomeata
Copy link
Contributor

nomeata commented Jul 21, 2021

You only need icx-proxy if you want HTTP gateway feature.

The above refers to dfx-the-CLI-agent, but it no longer has that parameter. Instead, you need to configure a ephemeral network in dfx.json. or tell ic-ref to use the port of the default local network.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants