mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-02 08:20:22 +01:00
Merge pull request #218 from oceanprotocol/fix-urls
Fix two incorrect "localhost" URLs
This commit is contained in:
commit
d5bf8c9506
@ -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/
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user