Skip to content

Commit 0d35dc1

Browse files
authored
Merge pull request #9 from ecency/codex/add-extra-services-section
docs: add extra services section
2 parents 6c55aec + 269c1a5 commit 0d35dc1

File tree

4 files changed

+31
-0
lines changed

4 files changed

+31
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: Hivesearcher
3+
---
4+
5+
[Hivesearcher.com](https://hivesearcher.com) is a fast search engine for the Hive blockchain created by the Ecency team.
6+
It allows you to look up posts, accounts, and tags across the Hive ecosystem.
7+
Developers can integrate the service through its API to provide search capabilities in their applications.
8+
Refer to the [Hivesearcher API documentation](https://hivesearcher.com/api-docs) for available endpoints and examples.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: Hivesigner
3+
---
4+
5+
[Hivesigner.com](https://hivesigner.com) is a secure authentication (OAuth2) service co-developed and maintained by Ecency.
6+
It lets you sign in to Hive applications and approve transactions without exposing your private keys.
7+
Hivesigner supports posting, voting, transfers, and other common operations while keeping your credentials safe.
8+
See the [Hivesigner documentation](https://docs.hivesigner.com) for integration guides and API references.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: Hivexplorer
3+
---
4+
5+
[Hivexplorer.com](https://hivexplorer.com) is a lightweight blockchain explorer for Hive.
6+
It lets you inspect blocks, transactions, and account activity without running your own node.
7+
Developers can query the service for on-chain data in their applications.
8+
Check the [Hivexplorer API docs](https://hivexplorer.com/api-docs) for endpoints and usage examples.

src/content/docs/index.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,11 @@ import { Card, CardGrid } from "@astrojs/starlight/components";
3737
>
3838
<a href="/developers/api">Explore Ecency APIs and SDKs to build on Hive.</a>
3939
</Card>
40+
41+
<Card
42+
title="Extra Services"
43+
icon="magnifier"
44+
>
45+
<a href="/extra-services/hivesearcher">Discover tools like Hivesearcher, Hivesigner, and Hivexplorer.</a>
46+
</Card>
4047
</CardGrid>

0 commit comments

Comments
 (0)