1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

local-pond-node --> local-spree-node

This commit is contained in:
Troy McConaghy 2018-12-06 16:47:09 +01:00
parent 32cb354ccb
commit 3a3d0a0bb7

View File

@ -11,7 +11,7 @@ description: This tutorial shows how you can build a basic [React](https://react
- Use a browser with [MetaMask](https://metamask.io/) and some Ether in your account. See the tutorial about [getting Ether and Ocean Tokens for testnets](/tutorials/get-ether-and-ocean-tokens/).
- Git clone the [oceanprotocol/docker-images](https://github.com/oceanprotocol/docker-images) repository, then in that directory:
- Edit the `brizo.env` file and set all `AZURE_`... values.
- Run `./start_ocean.sh --no-pleuston --local-pond-node`. This runs all services locally, including a local Parity Ethereum node.
- Run `./start_ocean.sh --no-pleuston --local-spree-node`. This runs all Ocean services locally, including a local Parity Ethereum node.
## New Create React App