Skip to content

Commit 8cecd1f

Browse files
authored
Merge pull request #6 from ecency/codex/add-guide-for-creating-a-community-on-ecency
docs: add guide on creating communities
2 parents 098491e + ec0a896 commit 8cecd1f

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

astro.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ export default defineConfig({
8888
{ label: "Account recovery", slug: "guides/recovery" },
8989
{ label: "Power up/down", slug: "guides/power-up-down" },
9090
{ label: "Delegate Hive Power", slug: "guides/delegate-hp" },
91+
{ label: "Create community", slug: "guides/create-community" },
9192
],
9293
},
9394
{
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: Create a Community
3+
description: Step-by-step guide on how to create a community on Ecency.
4+
---
5+
6+
# Create a Community
7+
8+
Communities bring people together around shared interests on the Hive blockchain. Follow these steps to create your own community using Ecency.
9+
10+
1. Sign in to [Ecency.com](https://ecency.com) with your Hive account.
11+
2. Navigate to the [Communities](https://ecency.com/communities) page and click **Create community**.
12+
3. Fill out the required details such as **name**, **description**, **avatar**, **banner**, and **community type**:
13+
- **Topic** – anyone can post or comment
14+
- **Journal** – guests can comment but only members can post
15+
- **Council** – only members can post or comment
16+
4. Review the community settings and press **Create**. Creating a community burns a small fee (currently 3 HIVE).
17+
5. A new account like `hive-123456` will be generated. You are its owner and can manage settings, moderators, and rules from the community page.
18+
19+
Your community is now live! Start posting, invite members, and grow conversations around your topic.

0 commit comments

Comments
 (0)