Skip to content

Commit

Permalink
fixed docs: adding index md file
Browse files Browse the repository at this point in the history
  • Loading branch information
olegfomenko committed Oct 26, 2023
1 parent 36de84c commit ccf1743
Show file tree
Hide file tree
Showing 25 changed files with 149 additions and 2 deletions.
5 changes: 5 additions & 0 deletions docs/common/bridging/001-bridging.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
layout: default
title: Bridging
---

# Bridging

Bridging documentation describes current existing implementations over our cross-chain messaging protocol.
Expand Down
5 changes: 5 additions & 0 deletions docs/common/bridging/002-identity.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
layout: default
title: Identity transfers
---

# Identity transfers

Identity transfers currently implemented in the following way:
Expand Down
5 changes: 5 additions & 0 deletions docs/common/bridging/003-rarimo-identity.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
layout: default
title: Rarimo Identity
---

# Rarimo Identity

Rarimo identity transfers provides issuers with opportunity to publish cheap state updates into Rarimo chain directly,
Expand Down
5 changes: 5 additions & 0 deletions docs/common/contracts/001-contracts.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
layout: default
title: Smart-contracts overview
---

# Smart-contracts overview

Rarimo smart-contracts are the primary way to interact with our multi-chain protocol.
Expand Down
5 changes: 5 additions & 0 deletions docs/common/contracts/002-bridge.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
layout: default
title: Bridge overview
---

# Bridge overview

Rarimo decentralized bridge contract is responsible for managing deposits and withdrawals for Native, fungible and non-fungible tokens. All withdrawal operations are protected by ECDSA secp256k1 threshold (t-n) signature.
Expand Down
5 changes: 5 additions & 0 deletions docs/common/contracts/003-commission.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
layout: default
title: Commission overview
---

# Commission overview

The bridge feature is the main component of Rarimo cross-chain messaging protocol.
Expand Down
5 changes: 5 additions & 0 deletions docs/common/core/001-adding-operation.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
layout: default
title: Adding new operation
---

# Adding new operation

To provide TSS signature core uses operations and confirmation entities.
Expand Down
5 changes: 5 additions & 0 deletions docs/common/core/002-creating-genesis.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
layout: default
title: Setup local genesis state
---

# Setup local genesis state

### Creating validator key
Expand Down
5 changes: 5 additions & 0 deletions docs/common/mainnet/001-mainnet.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
layout: default
title: Mainnet information
---

# Mainnet information

* [Upgrades](./002-upgrades.md)
Expand Down
5 changes: 5 additions & 0 deletions docs/common/mainnet/002-upgrades.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
layout: default
title: Mainnet upgrades
---

# Mainnet upgrades

## V1.0.7
Expand Down
5 changes: 5 additions & 0 deletions docs/common/mainnet/003-validator-guide.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
layout: default
title: Validators' Guide
---

# Validators' Guide

This instruction tells how to start one or another system service.
Expand Down
5 changes: 5 additions & 0 deletions docs/common/oracles/001-oracles.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
layout: default
title: Oracles (Savers)
---

# Oracles (Savers)

- Repo: [Saver Lib](https://github.com/rarimo/saver-grpc-lib)
Expand Down
7 changes: 6 additions & 1 deletion docs/common/oracles/002-running-identity-oracle.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
---
layout: default
title: Running saver (oracle) service
---

# Running saver (oracle) service

## Broadcaster service

The broadcaster service should be the only one entrypoint for submitting transactions from certain rarimo account.
All your oracle services that uses the same account should submit transaction though the same roadcaster service.
All your oracle services that uses the same account should submit transaction though the same broadcaster service.

To start `broadcaster-svc` service you need a hex private key that will be used to sign messages.

Expand Down
7 changes: 6 additions & 1 deletion docs/common/testnet/001-testnet.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
layout: default
title: Testnet information
---

# Testnet information

* [Validator Guide](./002-validator-guide.md)
Expand All @@ -10,7 +15,7 @@

```Explorer:``` [scan.mainnet-beta.rarimo.com](https://scan.mainnet-beta.rarimo.com/)

```Denom name:``` ***urmo***
```Denom name:``` ***stake***

----

Expand Down
5 changes: 5 additions & 0 deletions docs/common/testnet/002-validator-guide.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
layout: default
title: Validators' Guide
---

# Validators' Guide

This instruction tells how to start one or another system service.
Expand Down
28 changes: 28 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
layout: default
title: Rarimo Developer Documentation
---

# Rarimo Developer Documentation

## Introduction

**rarimo-core** is a blockchain built using Cosmos SDK and Tendermint and created with [Ignite CLI](https://ignite.com/cli).

Based on Tendermint + Cosmos SDK blockchain core the main goal is to provide validated information about different cross-chain operations.

## Documentation

### 1. :open_file_folder: [Core Modules](./x/README.md)

### 2. :telescope: [Oracles Overview](./docs/common/oracles/001-oracles.md)

### 3. :chart_with_upwards_trend: [Bridge Contracts](./docs/common/contracts/001-contracts.md)

### 4. :rocket: [Bridging Overview](./docs/common/bridging/001-bridging.md)

## Chains

### 1. :earth_americas: [Mainnet information](./docs/common/mainnet/001-mainnet.md)

### 2. :globe_with_meridians: [Testnet (Mainnet-beta) information](./docs/common/testnet/001-testnet.md)
5 changes: 5 additions & 0 deletions x/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
layout: default
title: List of Modules
---

# List of Modules

* [x/rarimocore](./rarimocore/README.md) - Base transfer logic (signing, storing operations, tss parties staking).
Expand Down
4 changes: 4 additions & 0 deletions x/bridge/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
layout: default
title: x/bridge
---

# `x/bridge`

Expand Down
5 changes: 5 additions & 0 deletions x/evm/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
layout: default
title: x/evm
---

# `x/evm`

## Abstract
Expand Down
5 changes: 5 additions & 0 deletions x/identity/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
layout: default
title: x/identity
---

# `x/identity`

## Abstract
Expand Down
5 changes: 5 additions & 0 deletions x/multisig/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
layout: default
title: x/multisig
---

# `x/multisig`

## Abstract
Expand Down
5 changes: 5 additions & 0 deletions x/oraclemanager/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
layout: default
title: x/oraclemanager
---

# `x/oraclemanager`

## Abstract
Expand Down
5 changes: 5 additions & 0 deletions x/rarimocore/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
layout: default
title: x/rarimocore
---

# `x/rarimocore`

## Abstract
Expand Down
5 changes: 5 additions & 0 deletions x/tokenmanager/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
layout: default
title: x/tokenamanager
---

# `x/tokenamanager`

## Abstract
Expand Down
5 changes: 5 additions & 0 deletions x/vestingmint/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
layout: default
title: x/vestingmint
---

# `x/vestingmint`

## Abstract
Expand Down

0 comments on commit ccf1743

Please sign in to comment.