Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 37 additions & 3 deletions docs/ecosystem/projects.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,40 @@
# Projects
# Voi Network Ecosystem Directory

While still in testnet the Voi Ecosystem has over 25 community run, built and owned projects.
An overview of active projects, infrastructure, and core developer resources running on the Voi Network.

Here is a community maintained directory of the projects currently in the [ecosystem]( https://voiager.org/).
## 1. Wallets & Onboarding

* **Voi Wallet (Mobile):** The ecosystem's premier native self-custody mobile wallet, available directly on the [Apple App Store](https://apps.apple.com/us/app/voi-wallet/id6752960399) and [Google Play Store](https://play.google.com/store/apps/details?id=com.voinetwork.wallet). It features native support for ARC-200 smart tokens, ARC-72 NFTs, and advanced utilities like air-gapped QR-code signing.
* **Kibisis:** A primary browser-extension wallet built specifically to support AVM chains and ARC standards on Voi. Available on the [Chrome Web Store](https://chromewebstore.google.com/detail/kibisis/hmbclnoeeidmcapbjeandicidbjenadd).
* **Lute:** A lightweight, web-based wallet known for its strong Ledger hardware support and cross-chain compatibility. Access via [Lute Wallet](https://lute.app/).
* **A-Wallet:** An essential web-based option for interacting with testnet, mainnet, and early bridge applications. Access via [A-Wallet](https://a-wallet.net/).

## 2. Marketplaces & Trading

* **Nautilus.sh:** Integrates native staking pools and decentralized finance (DeFi) primitives, allowing users to actively lock assets or participate in ecosystem yield opportunities. Includes a robust NFT marketplace, comprehensive asset management, and open-source creator tooling. Explore at [Nautilus](https://nautilus.sh/).
* **Nomadex:** A dedicated decentralized exchange (DEX) focused on liquidity pooling, fast token swaps, and limit order books optimized for Voi's native ARC-200 token ecosystem. Trade at [Nomadex](https://voi.nomadex.app/).
* **HighForge:** A primary NFT launchpad and marketplace facilitating community mints, digital art collections, and early ecosystem digital assets. Visit [HighForge](https://highforge.io/).
* **Dorkfi:** The first NFT project on Voi. Converting from testnet to mainnet, Dork.fi has evolved into a premier DeFi powerhouse. It has launched a decentralized lending protocol, empowering users to borrow assets and access multi-chain liquidity while maintaining exposure to their underlying holdings. This is supported by a first-of-its-kind community governance token (`$UNIT`), pioneering an organic, decentralized growth and revenue-sharing framework. Launch the app at [Dork.fi](https://app.dork.fi/).

## 3. Core Infrastructure & Tooling

* **AVM-Studio:** A crucial modern developer environment for writing, testing, and debugging smart contracts directly within the Algorand Virtual Machine (AVM) ecosystem. Developers can use their free, rate-restricted AI model or bring their own API keys. Build at [AVM-Studio](https://avm-studio.com/).
* **Lora:** An essential testing playground, network explorer, and on-chain resource analyzer used extensively by developers to monitor ecosystem state and smart contracts. Monitor the network at [Lora](https://lora.voi.network/).
* **Voi-Swarm:** A highly streamlined developer/node-runner utility that allows users to quickly spin up, sync, and manage Voi participation nodes via Docker. Check out the [Voi-Swarm GitHub Repository](https://github.com/VoiNetwork/voi-swarm).
* **Aramid Finance:** A cross-chain bridge solution facilitating asset transfers between Algorand and Voi network layers. Bridge assets at [Aramid Finance](https://aramid.finance/).

## 4. Gaming & Community Applications

* **Womp Crew:** A highly active community hub that hosts regular decentralized entertainment events, including free poker tournaments utilizing on-chain point distribution systems. Connect at [Womp Crew](https://wompcrew.com/).
* **VOIFrens:** An early NFT and token project dedicated to building community and expanding organic user engagement on-chain. [VOIFrens](https://discord.gg/cvr9YAtbRc).

---

## 🛠️ Developer Documentation & Core Links

For building, contributing, or diving deep into the tech stack, utilize the following core repositories and documentation hubs:

* **[Voi Documentation Hub](https://docs.voi.network/)** — The official technical documentation covering node installation, network configurations, and ecosystem architecture.
* **[Voi Network GitHub Organization](https://github.com/voi-network)** — The primary home for core protocol implementations, consensus engineering, and network ledger tooling.
* **[Algorand Developer Portal](https://developer.algorand.org/)** — Because Voi runs natively on the AVM, standard TEAL (Transaction Execution Approval Language) and PyTeal/Algorand Python syntax documentations apply directly here.
* **[ARC Specifications Repository](https://github.com/algorandfoundation/ARCs)** — Detailed technical documentation for asset standards like ARC-200 (smart contract tokens) and ARC-72 (NFTs), which are central to Voi's DeFi applications.