1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-02 16:25:37 +01:00
docs/content/setup/quickstart.md
2019-04-05 13:31:27 +02:00

1.1 KiB

title description
Quickstart Do a quick test drive.

Option 1

You can try some free, online Jupyter notebooks that connect to a live Ocean test network.

Option 2

You can run and try every Ocean software component in your 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.

git clone https://github.com/oceanprotocol/barge.git
cd barge/
./start_ocean.sh

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 see the Aquarius API docs, go to:

http://localhost:5000/api/v1/docs

Once Pleuston is running, you can interact with it at:

http://localhost:3000/

For the details of what components are running, see the Ocean Protocol barge repository.