Skip to content

Commit

Permalink
records page updated (#712)
Browse files Browse the repository at this point in the history
  • Loading branch information
acashmoney committed Oct 18, 2023
1 parent d417fe2 commit 2958c69
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/docs/concepts/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ A key feature of plex is its strict composability, ensuring each tool has define
* [Data](data.md)
* [Tools](tools.md)
* [Input / Output](io.md)
* [Tokens](tokens.md)
* [Records](records.md)
* [Additional resources](resources.md)
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
title: Tokens
title: Records
sidebar_position: 5
sidebar_label: Tokens
sidebar_label: Records
---

[**Records**](https://medium.com/@labdao/introducing-records-tokens-for-scientific-creation-d938fbf553e4) represent plex's unique approach to preserving, acknowledging, and ensuring the reproducibility of scientific computations. By leveraging the power of blockchain, each computation in plex can be minted as an [ERC-1155](https://ethereum.org/en/developers/docs/standards/tokens/erc-1155/) NFT.

## Minting with `plex_mint`

Once a computation concludes and its results are recorded in a completed `io.json`, the `plex_mint` command can be invoked. This process transforms the results into a tangible, traceable, and verifiable ProofOfScience NFT.
Once a computation concludes and its results are recorded in a completed `io.json`, the `plex_mint` command can be invoked. This process transforms the results into a tangible, traceable, and verifiable Record.

## Metadata Preservation

Expand Down Expand Up @@ -64,7 +64,7 @@ Storing computations as Records on-chain sets a gold standard for scientific rep

## Gasless Transactions

Plex employs an [OpenZeppelin Defender Relayer](https://docs.openzeppelin.com/defender/relay) so users don't have to pay [gas fees](https://ethereum.org/en/developers/docs/gas/) to mint ProofOfScience tokens.
Plex employs an OpenZeppelin Defender [Relayer](https://docs.openzeppelin.com/defender/relay) so users don't have to pay [gas fees](https://ethereum.org/en/developers/docs/gas/) to mint Records.

:::warning

Expand Down

1 comment on commit 2958c69

@vercel
Copy link

@vercel vercel bot commented on 2958c69 Oct 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./

docs-git-main-labdao.vercel.app
docs-sage-iota.vercel.app
docs.labdao.xyz
docs-labdao.vercel.app

Please sign in to comment.