Skip to content

Latest commit

 

History

History
216 lines (202 loc) · 7.52 KB

File metadata and controls

216 lines (202 loc) · 7.52 KB
layout home
sidebar false
secondarySidebar false
hero
title description cards
Build. Connect. Validate.
Fast, feeless & energy‑light blockchain rails for web developers.
icon title description label href bgColor iconClass class
i-carbon:ibm-cloud-vpc-client-vpn
Web Client
Build web and mobile apps that interact with Nimiq directly in the browser. Fully decentralized — no server required
Build in Browser
./web-client/
blue
absolute bottom--48 right--32 text-256
md:grid-row-span-full [&_p]:max-w-none
icon title description label href bgColor iconClass class
i-nimiq:duotone-three-hands-hexagon
Hub API
Integrate wallet features into your app. Sign transactions, manage accounts, and access the Nimiq ecosystem
Wallet Integration
./hub/
green
absolute bottom--48 right--32 text-256
md:grid-row-span-full [&_p]:max-w-none
icon title description href hoverColor
i-local:nimiq-rpc
RPC
Build full-stack applications with the JSON-RPC API
./rpc/
gold
icon title description href hoverColor
i-local:nimiq-validators
Nodes & Validators
Run a node, stake and contribute proofs
./nodes/
orange
icon title description href hoverColor
i-local:nimiq-albatross
Albatross
Learn about the protocol
./protocol/
red
albatrossLiveview
label title description ctaText ctaLink
Live Demo
See the chain move
Instant, feeless & green payments visualized in real time.
Open a Block Explorer
./rpc/blockchain-explorers
nimiqFeatures
label title description features
Why Nimiq
Browser-first blockchain
No middlemen. No servers. No barriers. No fees. Connect directly from any browser.
title description icon iconBgColor
Browser‑First
Build entirely in‑browser with no servers
i-nimiq:browsermesh
bg-gradient-blue
title description icon iconBgColor
Zero Fees
Send & receive value with zero cost
i-nimiq:cash
bg-gradient-green
title description icon iconClass iconBgColor
Instant Finality
1‑second confirmations
i-nimiq:bolt
text-orange
bg-gradient-orange
title description icon iconBgColor
Energy‑Efficient
99.9% less energy than PoW consensus
i-nimiq:leaf-2
bg-gradient-gold
title description icon iconBgColor
Community‑Driven
100% open‑source and active devs
i-tabler:users
bg-purple
title description icon iconBgColor
Dev‑Friendly
Simple APIs, rich docs, IDE support
i-nimiq:code
bg-gradient-red
hoverableGrid
label title description actions
Quick Start
Jump right in — no install
Start experimenting with Nimiq right away.
title description href icon
Web Client Tutorial
Interactive, in‑browser walkthrough
i-local:nimiq-tutorial
title description href icon
RPC Quick Start
Explore docs and run JSON-RPC from your environment
./rpc/
i-local:nimiq-rpc
title description href icon
Nimiq MCP
Build with AI
i-local:nimiq-mcp
nimiqAppsSection
label title description
Community Projects
Explore the Nimiq Ecosystem
Discover apps, games & tools built by the community.
popularResources
label title resources
Popular Resources
Everything You Need to Build with Nimiq
title links
Web Development
text href
Getting Started
./web-client/getting-started
text href
Quick Install
./web-client/#start-with-4-lines-of-code
text href
Vite Integration
./web-client/integrations/vite
text href
Interactive Tutorial
text href
Web Client vs RPC
./web-client/web-client-vs-rpc
title links
Developer Tools
text href
Hub API
./hub/
text href
Nimiq Utils
./nimiq-utils/
text href
Blockchain Explorers
./rpc/block-explorers
title links
UI & Design
text href
Design Kit
./design-kit
text href
Identicons Library
title links
Backend & API
text href
RPC Methods
./rpc/methods/
text href
TypeScript
./rpc/integrations/typescript
text href
ARPL CLI Tool
text href
Blockchain Explorers
./rpc/block-explorers
text href
Account Queries
./rpc/methods/get-accounts
text href
Send Transactions
./rpc/methods/send-raw-transaction
title links
Validators & Nodes
text href
Becoming a Validator
./nodes/validators/becoming-a-validator
text href
Staking Handbook
./nodes/validators/staking-handbook
text href
Trustscore System
./nodes/validators/validator-trustscore
text href
Staking FAQ
./nodes/validators/staking-faq
text href
Prover Node Guide
./nodes/prover-node-guide
title links
Core & Protocol
text href
Protocol Docs
./protocol/
text href
Core Implementation
title links
Community
text href
Community Forum
text href
Telegram
text href
Awesome Nimiq
text href
AI MCP Server
title links
Migration
text href
Migration Overview
./migration/
text href
For Integrators
./migration/migration-integrators
text href
JSON-RPC Migration
./migration/migration-json-rpc
text href
Technical Details
./migration/migration-technical-details
<script setup lang="ts"> import './node_modules/nimiq-css/dist/css/static-content.css' import Hero from './.vitepress/theme/components/Hero.vue' import AlbatrossBlockchain from './.vitepress/theme/components/AlbatrossLiveview/index.vue' import HoverableGrid from './.vitepress/theme/components/HoverableGrid.vue' import NimiqFeatures from './.vitepress/theme/components/NimiqFeatures.vue' import NimiqAppsSection from './.vitepress/theme/components/NimiqAppsSection.vue' import PopularResources from './.vitepress/theme/components/PopularResources.vue' </script>