Circles Profiles Market library.
$ dotnet add package Circles.Profiles.MarketExtensions for the Circles Profiles Protocol (CPP) to support decentralized marketplaces.
This assembly provides models and logic for managing decentralized catalogs and product listings within Circles Profiles. It enables "Marketplaces Without Gatekeepers" where anyone can publish offers directly from their namespace.
var product = new SchemaOrgProduct {
Name = "Fair Trade Coffee",
Description = "Delicious coffee from local farmers"
};
await marketPublisher.PublishProduct(avatar, product);