From 668940a8146ed429d19864ec6ef4885458a284f1 Mon Sep 17 00:00:00 2001 From: Adam Wozniak <29418299+adamewozniak@users.noreply.github.com> Date: Wed, 15 Nov 2023 16:27:38 -0800 Subject: [PATCH 1/3] docs: update readme --- README.md | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e7d1958d..81168788 100644 --- a/README.md +++ b/README.md @@ -3,31 +3,34 @@ ![Logo!](assets/ojo.png) -[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip) +[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/badges/latest/active.svg) [![Go Report Card](https://goreportcard.com/badge/github.com/ojo-network/ojo?style=flat-square)](https://goreportcard.com/report/github.com/ojo-network/ojo) [![License: Apache-2.0](https://img.shields.io/github/license/ojo-network/ojo.svg?style=flat-square)](https://github.com/ojo-network/ojo/blob/main/LICENSE) -[![GitHub Super-Linter](https://img.shields.io/github/workflow/status/ojo-network/ojo/Lint?style=flat-square&label=Lint)](https://github.com/marketplace/actions/super-linter) +[![GitHub Super-Linter](https://img.shields.io/github/actions/workflow/status/ojo-network/ojo/lint.yml?branch=main)](https://github.com/marketplace/actions/super-linter) -> A Golang Implementation of the Ojo Network, a cosmos-first oracle +> A Golang Implementation of the Ojo Network, a decentralized oracle > with DeFi safety in mind. Ojo is an oracle platform which other blockchains and smart contracts can use to receive up-to-date and accurate data. This platform arose from our work at [Umee](https://github.com/umee-network/umee), where we worked on developing our own oracle based off of the [Terra Classic](https://github.com/terra-money/classic-core) design. -Now, we specalize bringing the lessons we've learned to the greater Cosmos. + +Ojo is able to provide pricing info via IBC, CosmWasm, and EVM. MoveVM support is coming shortly. ## Table of Contents - [Table of Contents](#table-of-contents) - [Releases](#releases) - [Install](#install) +- [Networks](#networks) ## Releases +Our releases are tagged and binaries are produced [here](https://github.com/ojo-network/ojo/releases). + See [Release procedure](contributing.md#release-procedure) for more information about the release model. -Currently, there is no official release of the `ojod` binary. ## Install To install the `ojod` binary: @@ -35,3 +38,12 @@ To install the `ojod` binary: ```shell $ make install ``` + +## Networks + +Ojo currently has three active public networks: + +| Network Name | Type | Docs | +| [Agamotto](https://agamotto.ojo.network/agamotto) | Mainnet | [Docs](https://docs.ojo.network/networks/agamotto) | +| [Ditto](https://agamotto.ojo.network/ditto) | Testnet | N/A | +| [Sauron](https://sauron.ojo.network/) | Validator Testnet | [Docs](https://docs.ojo.network/networks/sauron) | From 0483828cc5eea3d69cd35ff95b21624f7dd5f27a Mon Sep 17 00:00:00 2001 From: Adam Wozniak <29418299+adamewozniak@users.noreply.github.com> Date: Wed, 15 Nov 2023 16:29:49 -0800 Subject: [PATCH 2/3] table fix --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 81168788..fa5424d8 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ $ make install Ojo currently has three active public networks: | Network Name | Type | Docs | +| :-----------------------------------------------: | :---------------: | :------------------------------------------------: | | [Agamotto](https://agamotto.ojo.network/agamotto) | Mainnet | [Docs](https://docs.ojo.network/networks/agamotto) | | [Ditto](https://agamotto.ojo.network/ditto) | Testnet | N/A | | [Sauron](https://sauron.ojo.network/) | Validator Testnet | [Docs](https://docs.ojo.network/networks/sauron) | From 1d4ce62df5c04fdea5a8ae16338d9d500d779e58 Mon Sep 17 00:00:00 2001 From: Adam Wozniak <29418299+adamewozniak@users.noreply.github.com> Date: Wed, 15 Nov 2023 16:39:52 -0800 Subject: [PATCH 3/3] add version tag --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fa5424d8..aae67f9f 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ [![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/badges/latest/active.svg) [![Go Report Card](https://goreportcard.com/badge/github.com/ojo-network/ojo?style=flat-square)](https://goreportcard.com/report/github.com/ojo-network/ojo) +[![Version](https://img.shields.io/github/v/tag/ojo-network/ojo.svg?style=flat-square)](https://github.com/ojo-network/ojo/releases/latest) [![License: Apache-2.0](https://img.shields.io/github/license/ojo-network/ojo.svg?style=flat-square)](https://github.com/ojo-network/ojo/blob/main/LICENSE) [![GitHub Super-Linter](https://img.shields.io/github/actions/workflow/status/ojo-network/ojo/lint.yml?branch=main)](https://github.com/marketplace/actions/super-linter)