1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-06-30 21:52:06 +02:00

Merge pull request #218 from oceanprotocol/fix-urls

Fix two incorrect "localhost" URLs
This commit is contained in:
Matthias Kretschmann 2019-04-17 11:39:39 +02:00 committed by GitHub
commit d5bf8c9506
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ Note that unlike traditional pocket wallets, crypto wallets don't actually store
## Tutorials
See the [tutorials about using wallets with Ocean Protocol](http://localhost:8000/tutorials/introduction/).
See the [tutorials about using wallets with Ocean Protocol](/tutorials/introduction/).
[1]: https://metamask.io/
[2]: https://trezor.io/

View File

@ -10,7 +10,7 @@ If you want to run a [keeper node (keeper)]((/concepts/components/#keeper)), you
[Barge](https://github.com/oceanprotocol/barge) uses Docker Compose to run one or more keeper nodes (and other components) in Docker containers on your local machine.
- If you use `--local-kovan-node` or `--local-nile-node`, then it will run one local Parity Ethereum node (as a _user node_, i.e. a non-voting node) and it will connect that node to the [Kovan Testnet](/concepts/testnets/#the-kovan-testnet) or [Nile Testnet](/concepts/testnets/#the-nile-testnet), respectively.
- If you use `--local-spree-node` or `--local-ganache-node`, then it will run a strictly-local [Spree Testnet](/concepts/testnets/#a-spree-testnet-for-local-development) or [Ganache-Based Testnet](http://localhost:8000/concepts/testnets/#a-ganache-based-testnet-for-local-development).
- If you use `--local-spree-node` or `--local-ganache-node`, then it will run a strictly-local [Spree Testnet](/concepts/testnets/#a-spree-testnet-for-local-development) or [Ganache-Based Testnet](/concepts/testnets/#a-ganache-based-testnet-for-local-development).
Barge deploys the keeper contracts to whatever keeper nodes are deployed locally.