mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
mention barge in more places
This commit is contained in:
parent
993fe094a6
commit
0a76bed738
@ -3,6 +3,12 @@ title: Tools
|
|||||||
description: Some tools that can be useful when working with Ocean Protocol.
|
description: Some tools that can be useful when working with Ocean Protocol.
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## Barge
|
||||||
|
|
||||||
|
Barge is a shell script allowing you to run an Ocean network by orchestrating all [core components](/components) locally with Docker and Docker Compose.
|
||||||
|
|
||||||
|
<repo name="barge"></repo>
|
||||||
|
|
||||||
## Tuna
|
## Tuna
|
||||||
|
|
||||||
Tuna is a showcase and provides cross environment examples & tests for the Squid client libraries.
|
Tuna is a showcase and provides cross environment examples & tests for the Squid client libraries.
|
||||||
@ -17,7 +23,7 @@ Plecos is a Python tool to check metadata (a JSON file) to see if it conforms to
|
|||||||
|
|
||||||
## Faucet Server
|
## Faucet Server
|
||||||
|
|
||||||
The [Ocean Protocol Faucet Server](https://github.com/oceanprotocol/faucet) is a microservice that allows users to request Ether for a particular Ethereum network (e.g. the Nile Testnet).
|
The [Ocean Protocol Faucet Server](https://github.com/oceanprotocol/faucet) is a microservice that allows users to request Ether for a particular Ethereum network (e.g. the Nile Testnet). It is [deployed in multiple networks](http://localhost:8000/tutorials/get-ether-and-ocean-tokens/#get-ether), and included when running [Barge](#barge).
|
||||||
|
|
||||||
<repo name="faucet"></repo>
|
<repo name="faucet"></repo>
|
||||||
|
|
||||||
|
@ -35,6 +35,7 @@
|
|||||||
|
|
||||||
- group: Tools
|
- group: Tools
|
||||||
items:
|
items:
|
||||||
|
- name: barge
|
||||||
- name: tuna
|
- name: tuna
|
||||||
- name: plecos
|
- name: plecos
|
||||||
- name: faucet
|
- name: faucet
|
||||||
|
Loading…
Reference in New Issue
Block a user