mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-02 16:25:37 +01:00
856 B
856 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/barge.git
cd barge/
./start_ocean.sh --latest
Seeing the dolphin means it's working:
Once everything is up and running, you can interact with the components. For example, to interact with Pleuston, go to:
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 barge repository.