Marketing site for Zunia at zuniawallet.com.
Next.js site for product marketing, download CTAs, and developer links. Brand colors and typography follow zunia-brand.
In development.
| Repository | Description |
|---|---|
| zunia-docs | Documentation (docs.zuniawallet.com) |
| zunia-extension | Browser extension |
| zunia-mobile | Mobile wallet |
| zunia-dashboard | Web portfolio |
| zunia-brand | Brand assets |
| zunia-ui | Shared UI components |
npm install
npm run devOpen http://localhost:3000.
| Command | Description |
|---|---|
npm run dev |
Next.js dev server |
npm run build |
Production build |
npm run start |
Serve production build |
npm run sync:chains |
Refresh chain names, logos and coverage counts from the chain registry |
The featured chain list, the logos in public/chains and the chain counts shown
on the page are generated from zunia-chain-registry
into src/content/chains.generated.ts. Edit FEATURED in
scripts/sync-chains.mjs and re-run npm run sync:chains; the script needs a
checkout of the registry beside this repo, or ZUNIA_CHAIN_REGISTRY pointing at
one, and it fails rather than emit a chain the registry does not carry.
Deploy to Vercel and attach the custom domain zuniawallet.com. See DEPLOY.md in the workspace for DNS records.
# Example
vercel --prodSee CONTRIBUTING.md.
See SECURITY.md.
Apache-2.0. See LICENSE.