mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-02 00:05:35 +01:00
28 lines
896 B
Markdown
28 lines
896 B
Markdown
---
|
|
title: Quickstart
|
|
description: Do a quick test drive.
|
|
---
|
|
|
|
You can run and try every [Ocean software component](/concepts/components/) in your local machine, all at once, using Docker Compose:
|
|
|
|
```bash
|
|
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](images/dolphin.png)
|
|
|
|
Once everything is up and running, you can interact with the components. For example, to interact with Pleuston, go to:
|
|
|
|
[http://localhost:3000/](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](https://github.com/oceanprotocol/docker-images).
|
|
|
|
<repo name="docker-images"></repo>
|