1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-02 00:05:35 +01:00
docs/content/setup/quickstart.md

896 B

title description
Quickstart Do a quick test drive.

You can run and try every Ocean software component in your local machine, all at once, using Docker Compose:

git clone https://github.com/oceanprotocol/docker-images.git
cd docker-images/

./start_ocean.sh --latest

Seeing the dolphin means it's working:

start_ocean.sh

Once everything is up and running, you can interact with the components. For example, to interact with Pleuston, go to:

http://localhost:3000/

Note that everything is running on your local machine, including a local Ethereum node, and it's not connected to any external Ethereum network.

For the details of what components are running, see the Ocean Protocol docker-images repository.