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

Added specter installation step #2102

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/extensions/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ Should the extension work in isolated client mode (y/n)?: n

Here is how to get it to run in your development environment:
pip3 install -e .
pip3 install cryptoadvance.specter
python3 -m cryptoadvance.specter server --config DevelopmentConfig --debug
# Point your browser to http://localhost:25441
# Click "Choose plugins" --> rubberduck
Expand Down Expand Up @@ -157,4 +158,4 @@ An `Extension` can also "reserve" an `Address` for future use by setting `Addres

Users can also manually associate an existing `Address` with a `Service` (this is useful when the user has info that the particular `Service` api can't provide for whatever reason).

_Note: TODO: manually un-reserve an `Address` from a `Service`._
_Note: TODO: manually un-reserve an `Address` from a `Service`._