Skip to content

Commit

Permalink
chore: appease linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw committed Sep 13, 2023
1 parent e12e0eb commit 35578c6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions w3-filecoin.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ There are several roles in the authorization flow:

| Name | Description |
| ------------- | ----------- |
| Storefront | [Principal] identified by a DID, representing a storage API like web3.storage |
| Aggregator | [Principal] identified by a DID, representing a storage aggregator like w3filecoin |
| Dealer | [Principal] identified by a DID, that arranges filecoin deals with storage providers. e.g. Spade |
| Deal Tracker | [Principal] identified by a DID, that tracks deals made by the Dealer |
| Storefront | [Principal] identified by a DID, representing a storage API like web3.storage. |
| Aggregator | [Principal] identified by a DID, representing a storage aggregator like w3filecoin. |

Check failure on line 32 in w3-filecoin.md

View workflow job for this annotation

GitHub Actions / spellcheck

Misspelled word

Misspelled word "AggregatorPrincipal". Suggested alternatives: "Aggregator Principal", "Aggregator-principal", "StorageAggregatorPrincipal" If you want to ignore this message, add AggregatorPrincipal to the ignore file at ./.github/workflows/words-to-ignore.txt

Check failure on line 32 in w3-filecoin.md

View workflow job for this annotation

GitHub Actions / spellcheck

Misspelled word

Misspelled word "w3filecoin". Suggested alternatives: "w3 filecoin", "w3-filecoin", "Filecoin", "filecoin" If you want to ignore this message, add w3filecoin to the ignore file at ./.github/workflows/words-to-ignore.txt
| Dealer | [Principal] identified by a DID, that arranges filecoin deals with storage providers. e.g. Spade. |

Check failure on line 33 in w3-filecoin.md

View workflow job for this annotation

GitHub Actions / spellcheck

Misspelled word

Misspelled word "DealerPrincipal". Suggested alternatives: "Dealer Principal", "Dealer-principal", "TrackerPrincipal", "SpadeChainPrincipal" If you want to ignore this message, add DealerPrincipal to the ignore file at ./.github/workflows/words-to-ignore.txt
| Deal Tracker | [Principal] identified by a DID, that tracks deals made by the Dealer. |

### Storefront

Expand All @@ -41,7 +41,7 @@ A Storefront facilitates data storage services to applications and users, gettin

### Aggregator

An _Aggregator_ is a type of [principal] identified by a DID. It is RECOMMENDED to use use [`did:key`] identifier due to their stateless nature.
An _Aggregator_ is a type of [principal] identified by a DID. It is RECOMMENDED to use use [`did:key`] identifier due to their stateless nature.

An Aggregator facilitates data storage into Filecoin deals by aggregating smaller data (Filecoin Pieces) into a larger piece that can effectively be stored with a Filecoin Storage Provider using [Verifiable Data Aggregation
](https://github.com/filecoin-project/FIPs/blob/master/FRCs/frc-0058.md).
Expand Down

0 comments on commit 35578c6

Please sign in to comment.