status/README.md

40 lines
1.3 KiB
Markdown
Raw Normal View History

2019-09-16 14:53:19 +02:00
[![banner](https://raw.githubusercontent.com/oceanprotocol/art/master/github/repo-banner%402x.png)](https://oceanprotocol.com)
2019-09-16 11:28:08 +02:00
2019-09-16 14:53:19 +02:00
<h1 align="center">status</h1>
2019-09-16 11:28:08 +02:00
2019-09-16 14:53:19 +02:00
> 🐚 Overview and status checks of all Ocean Protocol RPC network connections. https://status.oceanprotocol.com
2019-09-16 11:28:08 +02:00
2019-09-16 14:53:19 +02:00
<img width="1373" alt="Screen Shot 2019-09-16 at 14 51 28" src="https://user-images.githubusercontent.com/90316/64959471-7ff30000-d891-11e9-84be-96151bb7ea2d.png">
2019-09-16 11:28:08 +02:00
2019-09-16 14:53:19 +02:00
- [🏄 Get Started](#-get-started)
- [🎁 Contributing](#-contributing)
- [🏛 License](#-license)
2019-09-16 11:28:08 +02:00
2019-09-16 14:53:19 +02:00
## 🏄 Get Started
2019-09-16 11:28:08 +02:00
2019-09-16 14:53:19 +02:00
```bash
npm install
npm start
```
2019-09-16 11:28:08 +02:00
2019-09-16 14:53:19 +02:00
## 🎁 Contributing
2019-09-16 11:28:08 +02:00
2019-09-16 14:53:19 +02:00
See the page titled "[Ways to Contribute](https://docs.oceanprotocol.com/concepts/contributing/)" in the Ocean Protocol documentation.
2019-09-16 11:28:08 +02:00
2019-09-16 14:53:19 +02:00
## 🏛 License
2019-09-16 11:28:08 +02:00
2019-09-16 14:53:19 +02:00
```text
Copyright 2019 Ocean Protocol Foundation Ltd.
2019-09-16 11:28:08 +02:00
2019-09-16 14:53:19 +02:00
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
2019-09-16 11:28:08 +02:00
2019-09-16 14:53:19 +02:00
http://www.apache.org/licenses/LICENSE-2.0
2019-09-16 11:28:08 +02:00
2019-09-16 14:53:19 +02:00
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```