2018-11-15 14:11:22 +01:00
---
title: Quickstart
2019-07-15 18:48:49 +02:00
description: Do a quick test drive of Ocean Protocol components or interact with the network by using Jupyter notebooks.
2018-11-15 14:11:22 +01:00
---
2019-07-15 18:48:49 +02:00
## 🐳 Developers: Barge
2019-01-21 14:12:21 +01:00
2019-07-15 18:48:49 +02:00
Developers can run and try every [Ocean software component ](/concepts/components/ ) on their local machine, all at once, using Docker Compose. Ocean Protocol software developers do this often, to test their code against all the other Ocean components.
2019-01-21 12:40:31 +01:00
2019-03-05 11:57:27 +01:00
```bash
git clone https://github.com/oceanprotocol/barge.git
cd barge/
2019-04-05 13:31:27 +02:00
./start_ocean.sh
2019-03-05 11:57:27 +01:00
```
Seeing the dolphin means it's working:
2019-07-15 18:48:49 +02:00
![Output of start_ocean.sh ](images/dolphin.png )
2019-03-05 11:57:27 +01:00
2019-10-08 12:56:32 +02:00
Once everything is up and running, you can interact with the components. E.g. once [Commons ](/concepts/components/#commons ) is running, you can interact with it at:
2019-04-05 13:31:27 +02:00
2019-07-15 18:48:49 +02:00
- [http://localhost:3000/ ](http://localhost:3000/ )
2019-04-05 13:31:27 +02:00
2019-07-15 18:48:49 +02:00
For the details of what components are running, see the [`barge` repository ](https://github.com/oceanprotocol/barge ).
2019-03-05 11:57:27 +01:00
2019-07-15 18:48:49 +02:00
< repo name = "barge" > < / repo >
2019-03-05 11:57:27 +01:00
2019-07-15 18:48:49 +02:00
## 👩🔬 Data Science: Jupyter notebooks
2018-11-15 14:11:22 +01:00
2019-07-15 18:48:49 +02:00
You can try some free, online Jupyter notebooks that connect to a live Ocean test network.
- [Tutorial: Jupyter Notebooks ](/tutorials/jupyter-notebooks/ )