Skip to content

Commit

Permalink
Update README.md with token ownership details (#566)
Browse files Browse the repository at this point in the history
Co-authored-by: The Technocrat <josh.mcmenemy@openzyme.bio>
  • Loading branch information
NiklasTR and thetechnocrat-dev committed Aug 11, 2023
1 parent d09598f commit 5757f3a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# PLEX 🧫×🧬→💊
**Run highly reproducible scientific applications on top of a decentralised compute network.**
**Run highly reproducible scientific applications on top of a decentralised compute and storage network.**


<p align="left">
<a href="https://github.com/labdao/plex/blob/main/LICENSE.md" alt="License">
Expand Down Expand Up @@ -27,11 +28,12 @@


PLEX is a simple client for distributed computation.
* 🌎 **Build once, run anywhere at any scale:** PLEX is using distributed compute and storage to run containers on a public network. Need GPUs? We got you covered.
* 🌎 **Build once, run anywhere:** PLEX is using distributed compute and storage to run containers on a public network. Need GPUs? We got you covered.
* 🔍 **Content-addressed by default:** Every file processed by PLEX has a deterministic address based on its content. Keep track of your files and always share the right results with other scientists.
* 🪙 **Ownernship tracking built-in** Every compute event on PLEX is mintable as an on-chain token that grants the holder rights over the newly generated data.
* 🔗 **Strictly composable:** Every tool in PLEX has declared inputs and outputs. Plugging together tools by other authors should be easy.
* 🔍 **Content-addressed by default:** Every file processed by PLEX has a deterministic address based on its content. Keep track of your files and always share the right results with other scientists.

PLEX is based on [Bacalhau](https://www.bacalhau.org/), [IPFS](https://ipfs.tech/), and inspired by [Pydantic](https://docs.pydantic.dev/) and the [Common Workflow Language](https://www.commonwl.org/user_guide/introduction/quick-start.html).
PLEX is based on [Bacalhau](https://www.bacalhau.org/), [IPFS](https://ipfs.tech/), and inspired by the [Common Workflow Language](https://www.commonwl.org/user_guide/introduction/quick-start.html).

## 🚀 PLEX CLI in one minute

Expand Down

0 comments on commit 5757f3a

Please sign in to comment.