Skip to content

Commit

Permalink
Update marketplace.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jimstir authored Apr 26, 2024
1 parent c714e07 commit 3710944
Showing 1 changed file with 12 additions and 22 deletions.
34 changes: 12 additions & 22 deletions codex/marketplace.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,44 +42,34 @@ The requester SHOULD include the following:
requestStorage {
// content identifier
byte cid = 1
// Tokens from the requester to reward storage nodes
byte reward = 2
// Amount of tokens required for collateral by storage nodes
byte collateral = 3
// Frequency that proofs are checked by validator nodes
byte proofProbability = 4
//
proofParameters = 5
//
erasureCoding = 6
//
// Amount of desired time for stoageRequest
uint64 duration = 6
//The requester can choose amount of spreading of data to storage nodes
dispersal = 7
//
repair = 8
// Number of storage hosts
nodes = 9
//
duratioin = 10
uint nodes = 9
//
tolerance = 11
uint tolerance = 10
// Timeout set for slots to be filled
expire = 12
expire = 11
}
```
- cid MUST be a sha2-256 hash (length 32 bytes, base58) of the data being stored

The contract will be open to any storage node willing to accepting to store the data.
### Filling Slots
- `cid` MUST be a sha2-256 hash (length 32 bytes, base58) of the data being stored
-

The contract will be open to any storage node willing to accept to store the data.

### Slots

0 comments on commit 3710944

Please sign in to comment.