<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Sidecrate]]></title><description><![CDATA[Sidecrate]]></description><link>https://sidecrate.blog</link><generator>RSS for Node</generator><lastBuildDate>Sat, 11 Apr 2026 10:24:07 GMT</lastBuildDate><atom:link href="https://sidecrate.blog/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[Editing a Project]]></title><description><![CDATA[Seller → Editing a Project
As a seller, you can update your project details at any time. However, after saving changes, the project will be sent back to moderation with the status "In Review". Only after approval will the updated version appear publi...]]></description><link>https://sidecrate.blog/editing-a-project</link><guid isPermaLink="true">https://sidecrate.blog/editing-a-project</guid><dc:creator><![CDATA[Sidecrate]]></dc:creator><pubDate>Sat, 06 Sep 2025 09:02:17 GMT</pubDate><content:encoded><![CDATA[<h2 id="heading-seller-editing-a-project">Seller → Editing a Project</h2>
<p>As a seller, you can update your project details at any time. However, after saving changes, the project will be sent back to <strong>moderation</strong> with the status <strong>"In Review"</strong>. Only after approval will the updated version appear publicly.</p>
<hr />
<h2 id="heading-fields-you-can-edit">Fields You Can Edit</h2>
<ul>
<li><p><strong>Project Name</strong>*<br />  The public title of your project. Must be clear, descriptive, and in English.</p>
</li>
<li><p><strong>Short Description</strong>*<br />  A brief summary of your project (appears in listings and previews).</p>
</li>
<li><p><strong>Full Description</strong>*<br />  A detailed explanation of the project’s purpose, features, and setup instructions. Supports <strong>Markdown formatting</strong> for better readability.</p>
</li>
<li><p><strong>Category</strong>*<br />  Choose the most relevant category (e.g., Ready to Launch, Raw/Incomplete).</p>
</li>
<li><p><strong>Price (USD)</strong>*<br />  Set or adjust the price of your project. Minimum allowed price is $1.</p>
</li>
<li><p><strong>Tech Stack</strong>*<br />  List the technologies used (e.g., React, Node.js, PHP). Separate multiple technologies with commas.</p>
</li>
<li><p><strong>Project Type</strong>*</p>
<ul>
<li><p><strong>Multiple Sales</strong> → The project can be purchased by multiple buyers.</p>
</li>
<li><p><strong>One-Time Sale</strong> → The project can only be sold once.</p>
</li>
</ul>
</li>
<li><p><strong>Support Available</strong>*<br />  Indicate whether you provide support:</p>
<ul>
<li><p><strong>Yes, support included</strong></p>
</li>
<li><p><strong>No support</strong></p>
</li>
</ul>
</li>
<li><p><strong>Demo URL</strong>*<br />  A working demo link for buyers.</p>
<ul>
<li>If you don’t have a demo (for raw projects), you can use a placeholder like <a target="_blank" href="https://sidecrate.com/"><code>https://sidecrate.com/</code></a> or <a target="_blank" href="https://example.com/"><code>https://example.com/</code></a>.</li>
</ul>
</li>
</ul>
<hr />
<h2 id="heading-moderation-after-editing">Moderation After Editing</h2>
<ul>
<li><p>Every edit requires <strong>re-approval</strong> by Sidecrate moderation.</p>
</li>
<li><p>While in review, the <strong>previous version remains active</strong> (if it was already approved).</p>
</li>
<li><p>Once approved, the updated project details will replace the old version on your profile and marketplace listing.</p>
</li>
</ul>
<hr />
<h2 id="heading-recommendations">Recommendations</h2>
<ul>
<li><p>Always write a clear and professional <strong>Full Description</strong> — it increases buyer trust.</p>
</li>
<li><p>Keep the <strong>Tech Stack</strong> accurate, so buyers know exactly what technologies are required.</p>
</li>
<li><p>Use the <strong>Short Description</strong> to grab attention with a concise pitch.</p>
</li>
<li><p>Don’t forget to <strong>update your demo URL</strong> if you make changes to the live version.</p>
</li>
<li><p>If you change the price, make sure it matches the value provided (new features, improvements, or fixes).</p>
</li>
</ul>
<hr />
<p>✅ Keeping your project information up to date helps attract more buyers and ensures that expectations match the product they receive.</p>
]]></content:encoded></item><item><title><![CDATA[Pausing and Unpausing Projects]]></title><description><![CDATA[Seller → Pausing and Unpausing Projects
Sometimes sellers may want to temporarily hide a project from the marketplace without deleting it. Sidecrate provides a pause feature for this purpose.
Pausing a Project
You can pause a project to temporarily p...]]></description><link>https://sidecrate.blog/pausing-and-unpausing-projects</link><guid isPermaLink="true">https://sidecrate.blog/pausing-and-unpausing-projects</guid><dc:creator><![CDATA[Sidecrate]]></dc:creator><pubDate>Sat, 06 Sep 2025 09:00:17 GMT</pubDate><content:encoded><![CDATA[<h2 id="heading-seller-pausing-and-unpausing-projects">Seller → Pausing and Unpausing Projects</h2>
<p>Sometimes sellers may want to temporarily hide a project from the marketplace without deleting it. Sidecrate provides a <strong>pause</strong> feature for this purpose.</p>
<h2 id="heading-pausing-a-project">Pausing a Project</h2>
<p>You can pause a project to temporarily prevent new buyers from seeing or purchasing it.</p>
<p><strong>How to pause a project:</strong></p>
<ol>
<li><p><strong>Seller Dashboard</strong>: Navigate to your project settings and select <strong>Pause</strong>.</p>
</li>
<li><p><strong>Sidecrate CLI</strong>: Run the following command:</p>
</li>
</ol>
<pre><code class="lang-bash">sidecrate pause &lt;PROJECT_ID&gt; pause
</code></pre>
<p>Once paused, the project will be hidden from the marketplace until you unpause it.</p>
<h2 id="heading-unpausing-a-project">Unpausing a Project</h2>
<p>Currently, projects can only be unpaused using the <strong>Sidecrate CLI</strong>.</p>
<p>Use the following command:</p>
<pre><code class="lang-bash">sidecrate pause &lt;PROJECT_ID&gt; unpause
</code></pre>
<p>This will make the project visible again on the marketplace, allowing new buyers to purchase it.</p>
<h2 id="heading-important-notes">Important Notes</h2>
<ul>
<li><p>Pausing a project does <strong>not</strong> delete it. Existing buyers will retain access to their purchased version.</p>
</li>
<li><p>You can <strong>pause</strong> and <strong>unpause</strong> a project as many times as needed.</p>
</li>
<li><p>To permanently remove a project (only possible if it has no sales), use the <strong>delete</strong> option instead.</p>
</li>
</ul>
<p>✅ Use <strong>pause</strong> when you need a break from selling or are preparing a new project version. Use <strong>unpause</strong> to relist your project and resume sales.</p>
]]></content:encoded></item><item><title><![CDATA[Deleting Projects on Sidecrate]]></title><description><![CDATA[Seller → Deleting Projects on Sidecrate
Sometimes a seller may want to remove a project from the marketplace. On Sidecrate, there are specific rules for when a project can be deleted.

Rules for Deletion
You can delete a project only if:

The project...]]></description><link>https://sidecrate.blog/deleting-projects-on-sidecrate</link><guid isPermaLink="true">https://sidecrate.blog/deleting-projects-on-sidecrate</guid><dc:creator><![CDATA[Sidecrate]]></dc:creator><pubDate>Sat, 06 Sep 2025 08:57:19 GMT</pubDate><content:encoded><![CDATA[<h2 id="heading-seller-deleting-projects-on-sidecrate">Seller → Deleting Projects on Sidecrate</h2>
<p>Sometimes a seller may want to remove a project from the marketplace. On Sidecrate, there are specific rules for when a project can be deleted.</p>
<hr />
<h2 id="heading-rules-for-deletion">Rules for Deletion</h2>
<p>You can delete a project only if:</p>
<ul>
<li><p>The project is in <code>active</code> status and has <strong>no sales</strong>.</p>
</li>
<li><p>The project is in <code>on_review</code> status (still under moderation).</p>
</li>
</ul>
<p>Once these conditions are met, the project can be permanently removed from your account.</p>
<hr />
<h2 id="heading-important-notes-for-sellers">Important Notes for Sellers</h2>
<ul>
<li><p><strong>Sold projects cannot be deleted.</strong> If a project has at least one buyer, it becomes part of their purchase history and must remain accessible.</p>
</li>
<li><p>If you no longer want to continue selling a project, you can use the <strong>pause</strong> function instead of deletion. Pausing a project hides it from the marketplace but keeps it in your profile.</p>
</li>
<li><p>Deleted projects <strong>cannot be recovered</strong>. If you want to use the project again, you will need to re-upload it as a new submission.</p>
</li>
</ul>
<hr />
<h2 id="heading-recommendations">Recommendations</h2>
<ul>
<li><p>Delete projects only if you are sure you no longer want to sell them.</p>
</li>
<li><p>If you plan to update or improve the project later, consider <strong>pausing</strong> instead of deleting.</p>
</li>
<li><p>Before removing, make sure you don’t have any ongoing negotiations or pending offers with clients.</p>
</li>
</ul>
<hr />
<p>✅ Deletion is meant to help sellers keep their marketplace profile clean and organized, but once a project is sold, it becomes a permanent part of the platform.</p>
]]></content:encoded></item><item><title><![CDATA[Creating a Special Offer for a Client]]></title><description><![CDATA[Chat → Creating a Special Offer for a Client
Sometimes buyers may ask for a discount or negotiate a better price. To make deals easier, Sidecrate allows sellers to create individual offers directly in chat.

For Sellers
If a client writes to you and ...]]></description><link>https://sidecrate.blog/creating-a-special-offer-for-a-client</link><guid isPermaLink="true">https://sidecrate.blog/creating-a-special-offer-for-a-client</guid><dc:creator><![CDATA[Sidecrate]]></dc:creator><pubDate>Sat, 06 Sep 2025 08:44:49 GMT</pubDate><content:encoded><![CDATA[<h2 id="heading-chat-creating-a-special-offer-for-a-client">Chat → Creating a Special Offer for a Client</h2>
<p>Sometimes buyers may ask for a discount or negotiate a better price. To make deals easier, Sidecrate allows sellers to create <strong>individual offers</strong> directly in chat.</p>
<hr />
<h2 id="heading-for-sellers">For Sellers</h2>
<p>If a client writes to you and you agree on a discount:</p>
<ol>
<li><p>Open the chat with the client.</p>
</li>
<li><p>Click <strong>Create Special Offer</strong>.</p>
</li>
<li><p>Select the project you want to offer.</p>
</li>
<li><p>Set the <strong>Special Price</strong> (must be lower or equal to the original project price).</p>
</li>
<li><p>Choose how long the offer will remain valid (e.g., 24 hours).</p>
</li>
<li><p>(Optional) Add a personal message to explain the offer or encourage the buyer.</p>
</li>
<li><p>Send the offer — the client can then pay directly.</p>
</li>
</ol>
<p>⚠️ The price <strong>cannot be higher</strong> than the project’s original price.</p>
<hr />
<h2 id="heading-for-buyers">For Buyers</h2>
<p>When you receive a special offer:</p>
<ul>
<li><p>You will see the <strong>discounted price</strong> and the time limit before the offer expires.</p>
</li>
<li><p>If you accept the offer, you can purchase the project immediately at the agreed price.</p>
</li>
<li><p>If the offer expires, the project returns to its normal price.</p>
</li>
</ul>
<hr />
<h2 id="heading-example-conversations">Example Conversations</h2>
<h3 id="heading-example-1-quick-discount">Example 1: Quick Discount</h3>
<p><strong>Buyer:</strong> Hi, I like your project but the price is a bit high for me. Can you offer a discount?<br /><strong>Seller:</strong> Thank you for your interest! I can create a special offer for you at $45 instead of $50. The offer will be valid for 24 hours.<br /><strong>Buyer:</strong> Sounds great, please send it.<br /><strong>Seller:</strong> Done — I’ve sent you the offer.</p>
<hr />
<h3 id="heading-example-2-building-trust">Example 2: Building Trust</h3>
<p><strong>Buyer:</strong> I’m interested, but I’m not sure if I want to buy today.<br /><strong>Seller:</strong> No problem! I’ll create a special offer with a $10 discount valid for 48 hours. That way, you have time to decide.<br /><strong>Buyer:</strong> Perfect, thank you. I’ll think it over and probably buy tomorrow.</p>
<hr />
<h3 id="heading-example-3-personal-approach">Example 3: Personal Approach</h3>
<p><strong>Buyer:</strong> Can you lower the price a little?<br /><strong>Seller:</strong> Sure — since you reached out directly, I can offer you $30 instead of $35.<br /><strong>Seller (special offer message):</strong> Thanks for your interest! Here’s a discount just for you.<br /><strong>Buyer:</strong> That’s fair, I’ll take it.</p>
<hr />
<h2 id="heading-tips-for-successful-deals">Tips for Successful Deals</h2>
<h3 id="heading-for-sellers-1">For Sellers</h3>
<ul>
<li><p>Be polite and professional in negotiations.</p>
</li>
<li><p>Use personal messages in offers to build trust (e.g., "Thank you for your interest, here’s a special discount for you").</p>
</li>
<li><p>Don’t lower the price too much — balance fairness with profitability.</p>
</li>
<li><p>Set a reasonable expiration time to encourage quick decisions.</p>
</li>
</ul>
<h3 id="heading-for-buyers-1">For Buyers</h3>
<ul>
<li><p>Be clear about your needs and budget when negotiating.</p>
</li>
<li><p>Respect the seller’s work — avoid pushing for unrealistic discounts.</p>
</li>
<li><p>Act within the expiration period to secure the agreed price.</p>
</li>
<li><p>Leave a review after purchase to support the seller.</p>
</li>
</ul>
<hr />
<p>✅ <strong>Special offers</strong> are a win–win feature: sellers close more deals, while buyers get projects at better prices. Clear communication and fair negotiations make transactions smoother for both sides.</p>
]]></content:encoded></item><item><title><![CDATA[Seller Profile Settings]]></title><description><![CDATA[Seller → Seller Profile Settings
Your seller profile is the public face of your activity on Sidecrate. A complete and professional profile builds trust with buyers and increases your chances of making sales.

Profile Settings Overview
1. Display Name...]]></description><link>https://sidecrate.blog/seller-profile-settings</link><guid isPermaLink="true">https://sidecrate.blog/seller-profile-settings</guid><dc:creator><![CDATA[Sidecrate]]></dc:creator><pubDate>Sat, 06 Sep 2025 08:37:20 GMT</pubDate><content:encoded><![CDATA[<h2 id="heading-seller-seller-profile-settings">Seller → Seller Profile Settings</h2>
<p>Your seller profile is the public face of your activity on Sidecrate. A complete and professional profile builds trust with buyers and increases your chances of making sales.</p>
<hr />
<h2 id="heading-profile-settings-overview">Profile Settings Overview</h2>
<h3 id="heading-1-display-name">1. Display Name</h3>
<ul>
<li><p>This is the <strong>public name</strong> buyers will see on your profile and next to your projects.</p>
</li>
<li><p>Must be between <strong>2–100 characters</strong>.</p>
</li>
<li><p>Choose a name that clearly represents you or your brand.</p>
</li>
</ul>
<hr />
<h3 id="heading-2-public-contact-email-optional">2. Public Contact Email (Optional)</h3>
<ul>
<li><p>This is the email shown on your public profile for <strong>buyer inquiries</strong>.</p>
</li>
<li><p>If you want buyers to reach you directly, provide a valid business email.</p>
</li>
<li><p>If you leave this field blank, your email will remain <strong>private</strong>.</p>
</li>
</ul>
<hr />
<h3 id="heading-3-social-links-optional">3. Social Links (Optional)</h3>
<p>You can add links to relevant external resources such as:</p>
<ul>
<li><p>Telegram or DEV.to</p>
</li>
<li><p>A personal or company website</p>
</li>
</ul>
<p>⚠️ <strong>Important Restrictions:</strong></p>
<ul>
<li><p>You <strong>cannot add direct links to social networks</strong> like Telegram (<a target="_blank" href="https://t.me/username"><code>https://t.me/username</code></a>), <a target="_blank" href="http://Dev.to">Dev.to</a> (<a target="_blank" href="https://dev.to/username"><code>https://dev.to/username</code></a>), or similar platforms.</p>
</li>
<li><p>Adding such links will result in an <strong>error</strong> and the system will prevent saving changes.</p>
</li>
<li><p>Only professional or portfolio-related links are allowed (e.g., <a target="_blank" href="https://your-portfolio.com"><code>https://your-portfolio.com</code></a>, <a target="_blank" href="https://github.com/username"><code>https://github.com/username</code></a>).</p>
</li>
</ul>
<hr />
<h2 id="heading-saving-changes">Saving Changes</h2>
<ul>
<li><p>After updating your profile, click <strong>Save Changes</strong>.</p>
</li>
<li><p>If you made a mistake, you can revert to the previous state by clicking <strong>Reset Changes</strong>.</p>
</li>
</ul>
<hr />
<h2 id="heading-best-practices-for-sellers">Best Practices for Sellers</h2>
<ul>
<li><p>Use a <strong>professional display name</strong> (avoid random nicknames).</p>
</li>
<li><p>Provide a <strong>dedicated business email</strong> if you want buyers to contact you.</p>
</li>
<li><p>Add only relevant links that showcase your work, not personal social accounts.</p>
</li>
<li><p>Keep your profile up to date — buyers are more likely to trust active sellers with professional profiles.</p>
</li>
</ul>
<hr />
<p>✅ A well-structured profile makes a strong first impression and helps build credibility with potential buyers.</p>
]]></content:encoded></item><item><title><![CDATA[Leaving Reviews on Sidecrate]]></title><description><![CDATA[General → Leaving Reviews on Sidecrate
Reviews are an important part of building trust between buyers and sellers. On Sidecrate, there are two types of reviews, each with different rules and levels of impact.

Types of Reviews
1. Anonymous Reviews

A...]]></description><link>https://sidecrate.blog/leaving-reviews-on-sidecrate</link><guid isPermaLink="true">https://sidecrate.blog/leaving-reviews-on-sidecrate</guid><dc:creator><![CDATA[Sidecrate]]></dc:creator><pubDate>Sat, 06 Sep 2025 08:29:34 GMT</pubDate><content:encoded><![CDATA[<h2 id="heading-general-leaving-reviews-on-sidecrate">General → Leaving Reviews on Sidecrate</h2>
<p>Reviews are an important part of building trust between buyers and sellers. On Sidecrate, there are two types of reviews, each with different rules and levels of impact.</p>
<hr />
<h2 id="heading-types-of-reviews">Types of Reviews</h2>
<h3 id="heading-1-anonymous-reviews">1. Anonymous Reviews</h3>
<ul>
<li><p>Anyone can leave an anonymous review about a seller.</p>
</li>
<li><p>These reviews <strong>do not require a purchase</strong> and may be based on:</p>
<ul>
<li><p>Communication with the seller</p>
</li>
<li><p>First impression of the seller’s profile</p>
</li>
</ul>
</li>
<li><p>Anonymous reviews:</p>
<ul>
<li><p>Go through moderation before appearing on the seller’s profile</p>
</li>
<li><p>Have very little impact on the seller’s overall rating</p>
</li>
<li><p>Are <strong>not verified</strong></p>
</li>
</ul>
</li>
</ul>
<hr />
<h3 id="heading-2-verified-reviews-after-purchase">2. Verified Reviews (After Purchase)</h3>
<ul>
<li><p>Available <strong>only after buying a project</strong> from a seller</p>
</li>
<li><p>Appear <strong>immediately</strong> without moderation</p>
</li>
<li><p>Include:</p>
<ul>
<li><p>A rating from <strong>1 to 5 stars</strong></p>
</li>
<li><p>An optional text comment</p>
</li>
</ul>
</li>
<li><p>These reviews have the <strong>strongest influence</strong> on the seller’s rating</p>
</li>
</ul>
<hr />
<h2 id="heading-seller-rating">Seller Rating</h2>
<ul>
<li><p>A seller’s rating ranges from <strong>1.0 to 5.0 stars</strong></p>
</li>
<li><p>Priority weight is given to <strong>verified reviews from buyers</strong></p>
</li>
<li><p>All reviews (both anonymous and verified) are visible on the seller’s profile</p>
</li>
</ul>
<hr />
<h2 id="heading-recommendations-for-sellers">Recommendations for Sellers</h2>
<p>To earn and maintain a high rating:</p>
<ol>
<li><p><strong>Provide excellent documentation</strong><br /> Make sure your projects are easy to set up and run. A buyer who gets started smoothly is more likely to leave 5 stars.</p>
</li>
<li><p><strong>Be responsive and professional</strong><br /> Quick and helpful communication creates a positive experience for potential buyers and reviewers.</p>
</li>
<li><p><strong>Deliver consistent updates</strong><br /> Releasing new versions with fixes and improvements shows that you care about your work.</p>
</li>
<li><p><strong>Encourage verified reviews</strong><br /> Politely ask satisfied buyers to leave a review after purchase. Verified reviews influence your rating the most.</p>
</li>
<li><p><strong>Build trust with your profile</strong><br /> A complete and professional profile with a clear description, avatar, and demo links encourages positive feedback.</p>
</li>
<li><p><strong>Avoid disputes by being transparent</strong><br /> If your project is raw or incomplete, make sure it’s clearly stated. Setting the right expectations prevents negative reviews.</p>
</li>
</ol>
<hr />
<p>✅ Remember: High ratings not only increase trust but also directly impact your sales. A seller with a rating closer to 5 stars is far more likely to attract new buyers.</p>
]]></content:encoded></item><item><title><![CDATA[Adding New Versions of a Project]]></title><description><![CDATA[Seller → Adding New Versions of a Project
Sidecrate allows sellers to release new versions of their projects to improve quality, fix bugs, or add new features.
Rules

You can add a new version only for projects with the status active or sold.

To sub...]]></description><link>https://sidecrate.blog/adding-new-versions-of-a-project</link><guid isPermaLink="true">https://sidecrate.blog/adding-new-versions-of-a-project</guid><dc:creator><![CDATA[Sidecrate]]></dc:creator><pubDate>Sat, 06 Sep 2025 08:18:22 GMT</pubDate><content:encoded><![CDATA[<h2 id="heading-seller-adding-new-versions-of-a-project">Seller → Adding New Versions of a Project</h2>
<p>Sidecrate allows sellers to release new versions of their projects to improve quality, fix bugs, or add new features.</p>
<h2 id="heading-rules">Rules</h2>
<ul>
<li><p>You can add a new version <strong>only for projects with the status</strong> <code>active</code> or <code>sold</code>.</p>
</li>
<li><p>To submit a new version, upload a <strong>project archive</strong> in the Seller Dashboard.</p>
</li>
<li><p>When submitting, you must provide:</p>
<ul>
<li><p><strong>Version number</strong> — must follow <strong>semantic versioning</strong> (<code>MAJOR.MINOR.PATCH</code>)</p>
<ul>
<li>Example: <code>1.0.0 → 1.0.1</code> (patch fix), <code>1.0.0 → 1.1.0</code> (new feature), <code>1.0.0 → 2.0.0</code> (major update)</li>
</ul>
</li>
<li><p><strong>Changelog</strong> — a short description of what was changed</p>
</li>
</ul>
</li>
</ul>
<h2 id="heading-moderation-process">Moderation Process</h2>
<ul>
<li><p>After submission, the new version enters <strong>moderation status</strong>.</p>
</li>
<li><p>For <strong>active projects</strong>:</p>
<ul>
<li><p>The current version remains available to buyers.</p>
</li>
<li><p>Once the new version passes moderation, it automatically replaces the old version.</p>
</li>
</ul>
</li>
</ul>
<h2 id="heading-updates-for-buyers">Updates for Buyers</h2>
<ul>
<li><p>All buyers of the project will get access to the new version after approval.</p>
</li>
<li><p>For <strong>one-time purchase projects</strong> (<code>sold</code>):</p>
<ul>
<li><p>Each buyer who already purchased the project will receive the update.</p>
</li>
<li><p>Buyers will also receive an <strong>email notification</strong> about the new version.</p>
</li>
</ul>
</li>
</ul>
<hr />
<h2 id="heading-example-changelog">Example Changelog</h2>
<pre><code class="lang-text">Version 1.0.1
- Fixed bug with database connection
- Improved README instructions
</code></pre>
]]></content:encoded></item><item><title><![CDATA[Best Practices for Writing Documentation]]></title><description><![CDATA[Seller → Best Practices for Writing Documentation
Clear and concise documentation is one of the most important parts of selling a project on Sidecrate. Good documentation helps buyers quickly understand, install, and run your project without frustrat...]]></description><link>https://sidecrate.blog/best-practices-for-writing-documentation</link><guid isPermaLink="true">https://sidecrate.blog/best-practices-for-writing-documentation</guid><dc:creator><![CDATA[Sidecrate]]></dc:creator><pubDate>Sat, 06 Sep 2025 08:10:42 GMT</pubDate><content:encoded><![CDATA[<h2 id="heading-seller-best-practices-for-writing-documentation">Seller → Best Practices for Writing Documentation</h2>
<p>Clear and concise documentation is one of the most important parts of selling a project on Sidecrate. Good documentation helps buyers quickly understand, install, and run your project without frustration.</p>
<h2 id="heading-key-principles">Key Principles</h2>
<ol>
<li><p><strong>Clarity over complexity</strong><br /> Keep your explanations simple and to the point. Avoid long technical jargon unless necessary.</p>
</li>
<li><p><strong>Step-by-step instructions</strong><br /> Always describe how to:</p>
<ul>
<li><p>Set up the environment</p>
</li>
<li><p>Install dependencies</p>
</li>
<li><p>Run the project</p>
</li>
<li><p>Access main features</p>
</li>
</ul>
</li>
<li><p><strong>Use modern tools</strong><br /> We recommend using modern AI-powered tools to help create documentation. These tools can quickly generate a draft of README files, installation steps, or usage guides.</p>
<ul>
<li><p>For example, you can paste your project structure into an AI tool and ask it to generate setup instructions.</p>
</li>
<li><p>However, <strong>you must always review and verify</strong> the generated text.</p>
</li>
</ul>
</li>
<li><p><strong>Validate the documentation</strong><br /> Before publishing:</p>
<ul>
<li><p>Follow your own instructions on a fresh environment (as if you are the buyer).</p>
</li>
<li><p>Fix any missing steps or unclear explanations.</p>
</li>
<li><p>Ensure that the project runs successfully using only the documentation.</p>
</li>
</ul>
</li>
<li><p><strong>Keep it updated</strong><br /> Every time you change dependencies or add features, update your documentation so it stays relevant.</p>
</li>
</ol>
<h2 id="heading-recommended-techniques">Recommended Techniques</h2>
<ul>
<li><p>Provide example commands in code blocks, e.g.:</p>
<pre><code class="lang-bash">  npm install
  npm start
</code></pre>
</li>
<li><p>Add screenshots or demo links where possible.</p>
</li>
<li><p>If your project requires a database, include instructions to import <code>.sql</code> files and explain default credentials.</p>
</li>
<li><p>Keep sections modular: Installation, Configuration, Usage, Troubleshooting.</p>
</li>
</ul>
<hr />
<p>✅ <strong>Remember:</strong> AI can speed up documentation writing, but the final responsibility is yours. Test your docs and make sure a buyer can run the project smoothly without guessing missing steps.</p>
]]></content:encoded></item><item><title><![CDATA[Sidecrate CLI Documentation]]></title><description><![CDATA[Seller → Sidecrate CLI Documentation
Sidecrate CLI is a command-line tool for managing, submitting, and maintaining projects on the Sidecrate marketplace. It helps developers initialize projects, submit them for moderation, track status, and more.

I...]]></description><link>https://sidecrate.blog/sidecrate-cli-documentation</link><guid isPermaLink="true">https://sidecrate.blog/sidecrate-cli-documentation</guid><dc:creator><![CDATA[Sidecrate]]></dc:creator><pubDate>Thu, 04 Sep 2025 19:39:33 GMT</pubDate><content:encoded><![CDATA[<h2 id="heading-seller-sidecrate-cli-documentation">Seller → Sidecrate CLI Documentation</h2>
<p>Sidecrate CLI is a command-line tool for managing, submitting, and maintaining projects on the Sidecrate marketplace. It helps developers initialize projects, submit them for moderation, track status, and more.</p>
<hr />
<h2 id="heading-installation">Installation</h2>
<p>To use the Sidecrate CLI, you need to download the precompiled executable file from the <strong>Seller Dashboard</strong>.</p>
<h3 id="heading-steps">Steps:</h3>
<ol>
<li><p>Go to the <a target="_blank" href="https://sidecrate.com/seller-dashboard">Seller Dashboard</a>.</p>
</li>
<li><p>Download the appropriate file for your operating system:</p>
<ul>
<li><p><strong>Windows:</strong> <code>sidecrate-cli-win.exe</code></p>
</li>
<li><p><strong>macOS:</strong> <code>sidecrate-cli-mac</code></p>
</li>
<li><p><strong>Linux:</strong> <code>sidecrate-cli-linux</code></p>
</li>
</ul>
</li>
<li><p>Make sure the file is executable:</p>
<ul>
<li><p><strong>macOS/Linux:</strong></p>
<pre><code class="lang-bash">  chmod +x sidecrate-cli-mac
  chmod +x sidecrate-cli-linux
</code></pre>
</li>
</ul>
</li>
<li><p>Run the CLI from your terminal or command prompt:</p>
</li>
</ol>
<pre><code class="lang-bash"><span class="hljs-comment"># Windows</span>
./sidecrate-cli-win.exe [<span class="hljs-built_in">command</span>] [options]

<span class="hljs-comment"># macOS</span>
./sidecrate-cli-mac [<span class="hljs-built_in">command</span>] [options]

<span class="hljs-comment"># Linux</span>
./sidecrate-cli-linux [<span class="hljs-built_in">command</span>] [options]
</code></pre>
<h2 id="heading-general-usage">General Usage</h2>
<pre><code class="lang-bash">sidecrate [<span class="hljs-built_in">command</span>] [options]
</code></pre>
<p>Use <code>sidecrate help</code> to list all commands or <code>sidecrate help &lt;command&gt;</code> for detailed information.</p>
<hr />
<h2 id="heading-commands">Commands</h2>
<h3 id="heading-init"><code>init</code></h3>
<p>Initialize a new Sidecrate project with a template configuration.</p>
<p><strong>Options:</strong></p>
<ul>
<li><p><code>-n, --name &lt;name&gt;</code> — Project name</p>
</li>
<li><p><code>-d, --description &lt;description&gt;</code> — Project description</p>
</li>
<li><p><code>-a, --author &lt;author&gt;</code> — Project author</p>
</li>
<li><p><code>-f, --force</code> — Overwrite existing files</p>
</li>
</ul>
<p><strong>Example:</strong></p>
<pre><code class="lang-bash">sidecrate init -n <span class="hljs-string">"My Project"</span> -d <span class="hljs-string">"Awesome project"</span> -a <span class="hljs-string">"John Doe"</span>
</code></pre>
<hr />
<h3 id="heading-login"><code>login</code></h3>
<p>Login to Sidecrate using a JWT token.</p>
<p><strong>Options:</strong></p>
<ul>
<li><p><code>-t, --token &lt;token&gt;</code> — JWT authentication token</p>
</li>
<li><p><code>-s, --session &lt;session&gt;</code> — Alias for <code>--token</code></p>
</li>
</ul>
<p><strong>Example:</strong></p>
<pre><code class="lang-bash">sidecrate login -t &lt;your_jwt_token&gt;
</code></pre>
<hr />
<h3 id="heading-validate"><code>validate</code></h3>
<p>Validate project structure and configuration.</p>
<p><strong>Options:</strong></p>
<ul>
<li><p><code>-p, --path &lt;path&gt;</code> — Path to project (default: current directory)</p>
</li>
<li><p><code>-v, --verbose</code> — Show detailed validation output</p>
</li>
</ul>
<p><strong>Example:</strong></p>
<pre><code class="lang-bash">sidecrate validate -p ./my-project -v
</code></pre>
<hr />
<h3 id="heading-submit"><code>submit</code></h3>
<p>Package and submit a project to Sidecrate for moderation.</p>
<p><strong>Options:</strong></p>
<ul>
<li><p><code>-p, --path &lt;path&gt;</code> — Project path (default: current directory)</p>
</li>
<li><p><code>-t, --token &lt;token&gt;</code> — JWT authentication token</p>
</li>
<li><p><code>-s, --session &lt;session&gt;</code> — Alias for <code>--token</code></p>
</li>
<li><p><code>--dry-run</code> — Test packaging without submitting</p>
</li>
</ul>
<p><strong>Example:</strong></p>
<pre><code class="lang-bash">sidecrate submit -p ./my-project --dry-run
</code></pre>
<hr />
<h3 id="heading-status"><code>status &lt;projectId&gt;</code></h3>
<p>Check the moderation status of a submitted project.</p>
<p><strong>Options:</strong></p>
<ul>
<li><p><code>-t, --token &lt;token&gt;</code> — JWT authentication token</p>
</li>
<li><p><code>-s, --session &lt;session&gt;</code> — Alias for <code>--token</code></p>
</li>
<li><p><code>-w, --watch</code> — Continuously watch for status changes</p>
</li>
</ul>
<p><strong>Example:</strong></p>
<pre><code class="lang-bash">sidecrate status 12345 -w
</code></pre>
<hr />
<h3 id="heading-pause-action"><code>pause &lt;projectId&gt; [action]</code></h3>
<p>Pause or unpause a project.</p>
<p><strong>Options:</strong></p>
<ul>
<li><p><code>-t, --token &lt;token&gt;</code> — JWT authentication token</p>
</li>
<li><p><code>-s, --session &lt;session&gt;</code> — Alias for <code>--token</code></p>
</li>
</ul>
<p><strong>Example:</strong></p>
<pre><code class="lang-bash">sidecrate pause 12345 pause
sidecrate pause 12345 unpause
</code></pre>
<hr />
<h3 id="heading-download"><code>download &lt;projectId&gt;</code></h3>
<p>Download a project by ID.</p>
<p><strong>Options:</strong></p>
<ul>
<li><p><code>-t, --token &lt;token&gt;</code> — JWT authentication token</p>
</li>
<li><p><code>-s, --session &lt;session&gt;</code> — Alias for <code>--token</code></p>
</li>
<li><p><code>-o, --output &lt;path&gt;</code> — Output path for downloaded project</p>
</li>
</ul>
<p><strong>Example:</strong></p>
<pre><code class="lang-bash">sidecrate download 12345 -o ./downloads
</code></pre>
<hr />
<h3 id="heading-projects"><code>projects</code></h3>
<p>List all your projects.</p>
<p><strong>Options:</strong></p>
<ul>
<li><p><code>-t, --token &lt;token&gt;</code> — JWT authentication token</p>
</li>
<li><p><code>-s, --session &lt;session&gt;</code> — Alias for <code>--token</code></p>
</li>
<li><p><code>-l, --limit &lt;number&gt;</code> — Limit number of projects to retrieve</p>
</li>
<li><p><code>-o, --offset &lt;number&gt;</code> — Offset for pagination</p>
</li>
<li><p><code>--status &lt;status&gt;</code> — Filter by project status (<code>active</code>, <code>sold</code>, <code>in_review</code>, <code>rejected</code>, <code>paused</code>)</p>
</li>
</ul>
<p><strong>Example:</strong></p>
<pre><code class="lang-bash">sidecrate projects --status active --<span class="hljs-built_in">limit</span> 10
</code></pre>
<hr />
<h3 id="heading-generate-readme"><code>generate-readme</code></h3>
<p>Generate <a target="_blank" href="http://README.md"><code>README.md</code></a> based on project configuration.</p>
<p><strong>Options:</strong></p>
<ul>
<li><p><code>-p, --path &lt;path&gt;</code> — Project path (default: current directory)</p>
</li>
<li><p><code>-f, --force</code> — Overwrite existing <a target="_blank" href="http://README.md"><code>README.md</code></a></p>
</li>
</ul>
<p><strong>Example:</strong></p>
<pre><code class="lang-bash">sidecrate generate-readme -p ./my-project -f
</code></pre>
<hr />
<h3 id="heading-check-deps"><code>check-deps</code></h3>
<p>Check project dependencies for security and license issues.</p>
<p><strong>Options:</strong></p>
<ul>
<li><p><code>-p, --path &lt;path&gt;</code> — Project path (default: current directory)</p>
</li>
<li><p><code>--fix</code> — Attempt to fix issues automatically</p>
</li>
</ul>
<p><strong>Example:</strong></p>
<pre><code class="lang-bash">sidecrate check-deps -p ./my-project --fix
</code></pre>
<hr />
<h3 id="heading-help-command"><code>help [command]</code></h3>
<p>Display help information for all commands or a specific command.</p>
<p><strong>Example:</strong></p>
<pre><code class="lang-bash">sidecrate <span class="hljs-built_in">help</span>
sidecrate <span class="hljs-built_in">help</span> submit
</code></pre>
]]></content:encoded></item><item><title><![CDATA[Contacting Support]]></title><description><![CDATA[Other → Contacting Support
If you encounter any issues or unexpected errors on Sidecrate, our support team is here to help. You can reach us at:
📧 Email: support@sidecrate.com
Support is available for situations such as:

Unknown errors after purcha...]]></description><link>https://sidecrate.blog/contacting-support</link><guid isPermaLink="true">https://sidecrate.blog/contacting-support</guid><dc:creator><![CDATA[Sidecrate]]></dc:creator><pubDate>Thu, 04 Sep 2025 19:25:40 GMT</pubDate><content:encoded><![CDATA[<h2 id="heading-other-contacting-support">Other → Contacting Support</h2>
<p>If you encounter any issues or unexpected errors on Sidecrate, our support team is here to help. You can reach us at:</p>
<p><strong>📧 Email:</strong> <a target="_blank" href="mailto:support@sidecrate.com">support@sidecrate.com</a></p>
<p>Support is available for situations such as:</p>
<ul>
<li><p>Unknown errors after purchasing a project</p>
</li>
<li><p>Problems while creating, editing, or managing your project</p>
</li>
<li><p>Any technical difficulties related to using Sidecrate</p>
</li>
</ul>
<p>Please provide as much detail as possible when contacting support, including screenshots or error messages. This helps us resolve your issue faster and ensures a smoother experience on the platform.</p>
]]></content:encoded></item><item><title><![CDATA[Seller Project Requirements]]></title><description><![CDATA[Seller → Seller Project Requirements
To maintain quality and ensure a smooth experience for buyers, all projects submitted by sellers must meet the following requirements:

Project Name in English The project must have a clear and descriptive name in...]]></description><link>https://sidecrate.blog/seller-project-requirements</link><guid isPermaLink="true">https://sidecrate.blog/seller-project-requirements</guid><dc:creator><![CDATA[Sidecrate]]></dc:creator><pubDate>Thu, 04 Sep 2025 19:23:14 GMT</pubDate><content:encoded><![CDATA[<h2 id="heading-seller-seller-project-requirements">Seller → Seller Project Requirements</h2>
<p>To maintain quality and ensure a smooth experience for buyers, all projects submitted by sellers must meet the following requirements:</p>
<ol>
<li><p><strong>Project Name in English</strong><br /> The project must have a clear and descriptive name in English. This helps buyers easily understand the purpose and functionality of your project.</p>
</li>
<li><p><strong>Minimum Price</strong><br /> The price of the project must be at least <strong>$1</strong>. Setting a fair price ensures value for both the seller and the buyer.</p>
</li>
<li><p><strong>Demo Link</strong><br /> Every project should include a <strong>working demo link</strong>. If the project is still in development or cannot have a public demo, use a placeholder link such as <a target="_blank" href="https://sidecrate.com/"><code>https://sidecrate.com/</code></a> or <a target="_blank" href="https://example.com/"><code>https://example.com/</code></a>.</p>
</li>
<li><p><strong>Documentation File</strong><br /> A documentation file (Markdown <code>.md</code> or HTML <code>.html</code>) must be included in the project. It should clearly explain:</p>
<ul>
<li><p>How to set up and run the project</p>
</li>
<li><p>Any dependencies or system requirements</p>
</li>
<li><p>How to use the project’s main features</p>
</li>
</ul>
</li>
<li><p><strong>Database Files</strong><br /> If the project uses a database, include the necessary files (such as <code>.sql</code> or similar) so that buyers can set it up easily without errors.</p>
</li>
<li><p><strong>Code Quality and Organization</strong><br /> The project code should be <strong>clean, organized, and properly structured</strong>. Well-written code improves readability and reduces setup issues for buyers.</p>
</li>
<li><p><strong>License and Ownership</strong><br /> Ensure that you have the right to sell the project. Any third-party libraries or assets should comply with their respective licenses.</p>
</li>
<li><p><strong>Responsive Design / Cross-Browser Compatibility</strong><br /> Projects intended for web should work correctly on all major browsers and devices. A responsive design ensures a good user experience on mobile, tablet, and desktop.</p>
</li>
<li><p><strong>Error Handling / Stability</strong><br /> Projects should be stable and free from major bugs. Basic error handling should be implemented to prevent crashes or broken functionality.</p>
</li>
<li><p><strong>Security Considerations</strong><br />Any user data handling (login forms, database interactions) should follow basic security practices. Avoid including sensitive keys or passwords in the project files.</p>
</li>
<li><p><strong>Dependencies and Package Management</strong><br />If the project relies on external libraries or frameworks, include clear instructions for installing dependencies (e.g., <code>package.json</code> for Node.js, <code>requirements.txt</code> for Python).</p>
</li>
<li><p><strong>Clear File Structure</strong><br />Organize your files logically (e.g., separate folders for frontend, backend, assets, database) to make it easier for the buyer to navigate and modify the project.</p>
</li>
<li><p><strong>Optional Assets</strong><br />Including screenshots, diagrams, or additional resources is highly encouraged. These materials help buyers better understand your project.</p>
</li>
<li><p><strong>Optional: Version History / Changelog</strong><br />If the project has undergone updates, including a changelog can help buyers understand what has been fixed or improved over time.</p>
</li>
</ol>
<blockquote>
<p><strong>Note:</strong> Projects on Sidecrate can be either complete or in development ("raw"). For raw projects, a demo may not be available—use a placeholder link as mentioned above.</p>
</blockquote>
]]></content:encoded></item><item><title><![CDATA[Seller Payouts on Sidecrate]]></title><description><![CDATA[Seller → Seller Payouts on Sidecrate
Sidecrate makes it simple for sellers to withdraw their earnings from sales. Below are the details and conditions you should know.

Available Withdrawal Options

💵 Currency: All withdrawals are processed in USDT
...]]></description><link>https://sidecrate.blog/seller-payouts-on-sidecrate</link><guid isPermaLink="true">https://sidecrate.blog/seller-payouts-on-sidecrate</guid><dc:creator><![CDATA[Sidecrate]]></dc:creator><pubDate>Thu, 04 Sep 2025 19:14:58 GMT</pubDate><content:encoded><![CDATA[<h2 id="heading-seller-seller-payouts-on-sidecrate">Seller → Seller Payouts on Sidecrate</h2>
<p>Sidecrate makes it simple for sellers to withdraw their earnings from sales. Below are the details and conditions you should know.</p>
<hr />
<h2 id="heading-available-withdrawal-options">Available Withdrawal Options</h2>
<ul>
<li><p>💵 <strong>Currency:</strong> All withdrawals are processed in <strong>USDT</strong></p>
</li>
<li><p>🌐 <strong>Networks supported:</strong></p>
<ul>
<li><p>TRC-20</p>
</li>
<li><p>ERC-20</p>
</li>
<li><p>BEP-20</p>
</li>
<li><p>TON</p>
</li>
</ul>
</li>
</ul>
<hr />
<h2 id="heading-minimum-withdrawal-amount">Minimum Withdrawal Amount</h2>
<p>The minimum withdrawal depends on the network fee.</p>
<ul>
<li><p>Example: if the network fee is <strong>$1</strong>, then the minimum withdrawal is <strong>$2</strong></p>
</li>
<li><p>In general: <strong>minimum withdrawal = network fee + $1</strong></p>
</li>
</ul>
<p>This ensures your payout covers the fee and you still receive funds.</p>
<hr />
<h2 id="heading-platform-fee">Platform Fee</h2>
<ul>
<li><p>Sidecrate charges a <strong>5% commission on each sale</strong></p>
</li>
<li><p>This fee is automatically deducted at the time of purchase</p>
</li>
<li><p>The amount shown in your seller balance is already <strong>net of the 5% fee</strong></p>
</li>
</ul>
<hr />
<h2 id="heading-summary">Summary</h2>
<ul>
<li><p>Sellers can withdraw <strong>any available balance</strong></p>
</li>
<li><p>Withdrawals are always in <strong>USDT</strong></p>
</li>
<li><p>Multiple networks are supported for flexibility</p>
</li>
<li><p>Fees are transparent: <strong>5% platform fee</strong> + <strong>network transaction fee</strong></p>
</li>
</ul>
]]></content:encoded></item><item><title><![CDATA[Complete Buyer’s Guide]]></title><description><![CDATA[Getting Started → Complete Buyer’s Guide
Your complete guide to finding, evaluating, and purchasing developer side projects on Sidecrate. Learn how buying works, how accounts are handled, and what to check before making a purchase.

Do I Need an Acco...]]></description><link>https://sidecrate.blog/complete-buyers-guide</link><guid isPermaLink="true">https://sidecrate.blog/complete-buyers-guide</guid><dc:creator><![CDATA[Sidecrate]]></dc:creator><pubDate>Thu, 04 Sep 2025 19:08:47 GMT</pubDate><content:encoded><![CDATA[<h2 id="heading-getting-started-complete-buyers-guide">Getting Started → Complete Buyer’s Guide</h2>
<p>Your complete guide to finding, evaluating, and purchasing developer side projects on Sidecrate. Learn how buying works, how accounts are handled, and what to check before making a purchase.</p>
<hr />
<h2 id="heading-do-i-need-an-account-to-buy">Do I Need an Account to Buy?</h2>
<p>❌ <strong>No account is required for purchases.</strong><br />All you need is a valid <strong>email address</strong> to complete the payment and receive the project files.</p>
<p>✅ An account is created <strong>only when you choose to contact a seller</strong>.<br />In that case:</p>
<ul>
<li><p>A random login and password are generated for you automatically</p>
</li>
<li><p>This account is used only for:</p>
<ul>
<li><p>Messaging sellers</p>
</li>
<li><p>Asking questions</p>
</li>
<li><p>Receiving personalized offers</p>
</li>
</ul>
</li>
</ul>
<p>This way, buying stays simple while still allowing advanced communication when needed.</p>
<hr />
<h2 id="heading-getting-started-as-a-buyer">Getting Started as a Buyer</h2>
<p>Follow these essential steps to purchase your first project:</p>
<h3 id="heading-1-browse-amp-search">1) Browse &amp; Search</h3>
<p>Explore our curated collection using the advanced search and filtering system.</p>
<ul>
<li><p>🔎 Filter by technology stack</p>
</li>
<li><p>💲 Sort by price and features</p>
</li>
<li><p>▶️ View project demos</p>
</li>
</ul>
<h3 id="heading-2-contact-sellers-optional">2) Contact Sellers <em>(Optional)</em></h3>
<p>If you want more details, you can use the <strong>Contact Seller</strong> button.</p>
<ul>
<li><p>A lightweight account will be created for you</p>
</li>
<li><p>You can chat directly with sellers, share files, and negotiate terms</p>
</li>
</ul>
<h3 id="heading-3-purchase-a-project">3) Purchase a Project</h3>
<p>When you’re ready, simply proceed with the checkout.</p>
<ul>
<li><p>Only your <strong>email</strong> is required</p>
</li>
<li><p>Payment is processed securely through our cryptocurrency providers (Heleket &amp; NOWPayments)</p>
</li>
</ul>
<hr />
<h2 id="heading-how-to-evaluate-projects">How to Evaluate Projects</h2>
<h3 id="heading-code-quality-checklist">Code Quality Checklist</h3>
<ul>
<li><p><strong>Documentation Quality:</strong> Look for a clear README, setup steps, and code comments</p>
</li>
<li><p><strong>Code Organization:</strong> Clean structure and modular design</p>
</li>
<li><p><strong>Testing Coverage:</strong> Unit and integration tests where applicable</p>
</li>
<li><p><strong>Dependencies:</strong> Secure, up-to-date, and actively maintained</p>
</li>
</ul>
<h3 id="heading-business-value-assessment">Business Value Assessment</h3>
<ul>
<li><p><strong>Market Potential:</strong> Target audience size and monetization opportunities</p>
</li>
<li><p><strong>Feature Completeness:</strong> What’s ready vs. what’s missing</p>
</li>
<li><p><strong>Scalability:</strong> Can the project grow with more users/data?</p>
</li>
<li><p><strong>Competitive Analysis:</strong> Existing alternatives and unique advantages</p>
</li>
</ul>
<hr />
<h2 id="heading-secure-purchase-process">Secure Purchase Process</h2>
<ol>
<li><p><strong>Agreement</strong><br /> Negotiate pricing, deliverables, and transfer details with the seller.</p>
</li>
<li><p><strong>Escrow Payment</strong><br /> Funds are securely held in escrow until the project is transferred.</p>
</li>
<li><p><strong>Project Transfer</strong><br /> You receive the complete source code, documentation, and assets.</p>
</li>
<li><p><strong>Completion</strong><br /> Once confirmed, payment is released to the seller automatically.</p>
</li>
</ol>
<hr />
<h2 id="heading-tips-amp-best-practices">Tips &amp; Best Practices</h2>
<ul>
<li><p><strong>Do Your Research:</strong> Check the market, competitors, and technical scope before buying</p>
</li>
<li><p><strong>Communicate Clearly:</strong> Ask sellers detailed questions when needed</p>
</li>
<li><p><strong>Review Everything:</strong> Code, documentation, and demos should be checked thoroughly</p>
</li>
<li><p><strong>Plan Development Time:</strong> Allocate time for customization, deployment, and updates</p>
</li>
<li><p><strong>Verify Ownership:</strong> Confirm that sellers can legally transfer rights to you</p>
</li>
<li><p><strong>Post-Purchase Support:</strong> Discuss maintenance or optional support with the original developer</p>
</li>
</ul>
<hr />
]]></content:encoded></item><item><title><![CDATA[Cryptocurrency Payment Networks]]></title><description><![CDATA[Account & Billing → Cryptocurrency Payment Networks
Sidecrate supports cryptocurrency payments through two integrated payment providers:
🔹 Heleket

Used for payments below $10

Fast and lightweight transactions

Ideal for small purchases and micro-p...]]></description><link>https://sidecrate.blog/cryptocurrency-payment-networks</link><guid isPermaLink="true">https://sidecrate.blog/cryptocurrency-payment-networks</guid><dc:creator><![CDATA[Sidecrate]]></dc:creator><pubDate>Thu, 04 Sep 2025 19:02:31 GMT</pubDate><content:encoded><![CDATA[<h2 id="heading-account-amp-billing-cryptocurrency-payment-networks">Account &amp; Billing → Cryptocurrency Payment Networks</h2>
<p>Sidecrate supports cryptocurrency payments through two integrated payment providers:</p>
<h2 id="heading-heleket">🔹 Heleket</h2>
<ul>
<li><p>Used for payments <strong>below $10</strong></p>
</li>
<li><p>Fast and lightweight transactions</p>
</li>
<li><p>Ideal for small purchases and micro-payments</p>
</li>
</ul>
<h2 id="heading-nowpayments">🔹 NOWPayments</h2>
<ul>
<li><p>Used for payments <strong>$10 and above</strong></p>
</li>
<li><p>Supports a wide range of cryptocurrencies</p>
</li>
<li><p>Suitable for larger transactions and purchases</p>
</li>
</ul>
<h2 id="heading-automatic-system-selection">⚙️ Automatic System Selection</h2>
<p>The system automatically chooses the payment provider based on the order amount:</p>
<ul>
<li><p>If the total is <strong>less than $10</strong> → Heleket</p>
</li>
<li><p>If the total is <strong>$10 or more</strong> → NOWPayments</p>
</li>
</ul>
<h3 id="heading-benefits-for-users">Benefits for users:</h3>
<ul>
<li><p>Maximum convenience</p>
</li>
<li><p>Wide cryptocurrency coverage</p>
</li>
<li><p>Secure and transparent transactions</p>
</li>
</ul>
]]></content:encoded></item></channel></rss>