Skip to content

Commit

Permalink
docs: describe the Smart Contract okp4-dataverse
Browse files Browse the repository at this point in the history
  • Loading branch information
ccamel committed Nov 21, 2023
1 parent 4cda0c0 commit 5c00adf
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 3 deletions.
40 changes: 37 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This repository hosts Smart Contracts that are deployed on the [OKP4 network](ht
</tr>
<tr>
<td>
<a href="#---mature-stage" target="_blank">
<a href="#---mature-stage">
<img alt="status: mature" src="https://img.shields.io/badge/status-🐥-black?style=for-the-badge" />
</a>
<a href="https://github.com/okp4/contracts/releases" target="_blank">
Expand Down Expand Up @@ -62,7 +62,7 @@ This repository hosts Smart Contracts that are deployed on the [OKP4 network](ht
</tr>
<tr>
<td>
<a href="#---intermediate-stage" target="_blank">
<a href="#---intermediate-stage">
<img alt="status: intermediate" src="https://img.shields.io/badge/status-🐣-black?style=for-the-badge" />
</a>
<a href="https://github.com/okp4/contracts/releases" target="_blank">
Expand Down Expand Up @@ -97,7 +97,7 @@ This repository hosts Smart Contracts that are deployed on the [OKP4 network](ht
</tr>
<tr>
<td>
<a href="#---mature-stage" target="_blank">
<a href="#---mature-stage">
<img alt="status: mature" src="https://img.shields.io/badge/status-🐥-black?style=for-the-badge" />
</a>
<a href="https://github.com/okp4/contracts/releases" target="_blank">
Expand All @@ -121,6 +121,40 @@ This repository hosts Smart Contracts that are deployed on the [OKP4 network](ht
</tr>
</table>

### 🌐 Resource Management oriented Smart Contracts

> The class of Smart Contracts designed to manage and orchestrate the lifecycle of various resources in the Dataverse.
<table>
<tr>
<th rowspan="4">
<a href="https://docs.okp4.network/contracts/next/okp4-dataverse"><img align="center" width="350" src="etc/dataverse.webp" alt="dataverse" /></a>
<br/><sub><a href="https://docs.okp4.network/contracts/next/okp4-dataverse">→ Tech documentation</a></sub>
</th>
</tr>
<tr>
<td>
<a href="#---genesis-stage">
<img alt="status: genesis" src="https://img.shields.io/badge/status-💥-black?style=for-the-badge" />
</a>
<a href="https://github.com/okp4/contracts/releases" target="_blank">
<img alt="version" src="https://img.shields.io/github/v/release/okp4/contracts?style=for-the-badge&logo=github"/>
</a>
</td>
</tr>
<tr>
<td>
<p>A Smart Contract responsible for overseeing and managing the <a href="https://docs.okp4.network/whitepaper/solution#the-dataverse">Dataverse</a> within the <a href="https://okp4.network">OKP4 network</a>.</p><p>The Dataverse is an ever-expanding universe that encompasses a wide range of Digital Resources, including datasets, data processing algorithms, ML algorithm, storage resources, computational resources, identity management solutions, orchestration engines, oracles, and many other resources recorded on the blockchain.</p>
</td>
</tr>
<tr>
<td>
<img alt="type: resource management" src="https://img.shields.io/badge/type-🌐%20resource%20management-darkslateblue?style=for-the-badge" />
<img alt="state: mutable" src="https://img.shields.io/badge/state-✏️%20mutable-lavender?style=for-the-badge" />
</td>
</tr>
</table>

## 🥚 Maturity

The maturity of each contract is indicated by the following emojis.
Expand Down
Binary file added etc/dataverse.webp
Binary file not shown.

0 comments on commit 5c00adf

Please sign in to comment.