mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-02 08:20:22 +01:00
870 B
870 B
title | description |
---|---|
Quickstart | Do a quick test drive of Ocean. |
Developers can run and try every Ocean software component 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.
git clone https://github.com/oceanprotocol/barge.git
cd barge/
./start_ocean.sh
Seeing the dolphin means it's working:
Once everything is up and running, you can interact with the components. E.g. once Commons is running, you can interact with it at:
For the details of what components are running, see the barge
repository.