mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
point to individual drivers, that's all
This commit is contained in:
parent
853fdc505c
commit
b21d726526
@ -1,24 +1,10 @@
|
||||
---
|
||||
title: Quickstart
|
||||
description: Do a quick test drive of Ocean.
|
||||
description: Quickly grok Ocean.
|
||||
---
|
||||
|
||||
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.
|
||||
Each of the following has its own quickstart to get a feel for using Ocean. Pick your favorite and follow the link to proceed.
|
||||
|
||||
```bash
|
||||
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](/concepts/components/#commons) is running, you can interact with it at:
|
||||
|
||||
- [http://localhost:3000/](http://localhost:3000/)
|
||||
|
||||
For the details of what components are running, see the [`barge` repository](https://github.com/oceanprotocol/barge).
|
||||
|
||||
<repo name="barge"></repo>
|
||||
- [React hooks](https://github.com/oceanprotocol/react)
|
||||
- [JavaScript driver](https://github.com/oceanprotocol/ocean.js)
|
||||
- [Python driver](https://github.com/oceanprotocol/ocean-lib-py)
|
||||
|
Loading…
x
Reference in New Issue
Block a user