From 891bfb1d8a5cc38fcf82e0fc8692d8440d371f77 Mon Sep 17 00:00:00 2001 From: Jimmy Debe <91767824+jimstir@users.noreply.github.com> Date: Wed, 9 Oct 2024 19:53:59 -0400 Subject: [PATCH] Update marketplace.md --- specs/marketplace.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/marketplace.md b/specs/marketplace.md index 3b0fb6c..ef2fff2 100644 --- a/specs/marketplace.md +++ b/specs/marketplace.md @@ -54,7 +54,7 @@ more roles described below. | client | A node that interacts with other nodes in the Codex network to store, locate, and retrieve data. | | storage request or request | A request created by a client node to persist data on the Codex network. | | slot or storage slot | A space allocated by the storage request to store a piece of the request's dataset. | -| marketplace contract | A smart contract implementing the marketplace functionality. | +| smart contract | A set of rules implementing the marketplace functionality on a blockchain. | | token | ERC20-based token used within the Codex network. | ### Roles