New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@stakewise/create-vault-interface

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stakewise/create-vault-interface

CLI for creating a StakeWise Vault Interface application

latest
Source
npmnpm
Version
0.1.6
Version published
Weekly downloads
3
-66.67%
Maintainers
0
Weekly downloads
 
Created
Source

@stakewise/create-vault-interface

A CLI to scaffold a StakeWise Vault Interface — a Next.js frontend ready to deploy on Vercel.

Quick start

npx @stakewise/create-vault-interface

Or via your package manager:

npm  init @stakewise/vault-interface
pnpm create @stakewise/vault-interface
yarn create @stakewise/vault-interface

The CLI walks you through a few questions, generates a configured project in the current directory, and is ready to run.

What it does

  • Asks a series of questions (see below)
  • Clones stakewise/vault-interface into your chosen folder (without git history)
  • Removes the bundled cli/ folder from the clone
  • Optionally rewrites the primary brand color in src/styles/settings.scss and src/styles/tailwind/layers/base.css
  • Generates a populated .env file
  • Initializes a fresh git repository with an initial commit
  • Optionally runs pnpm install
  • Optionally launches npx vercel to deploy

Questions

StepQuestionNotes
ProjectFolder nameDefaults to vault-interface
ThemeCustomize primary color?Optional. If yes — asks for #rrggbb for light and dark themes
NetworksWhich networks to support?Multi-select: Mainnet / Gnosis / Hoodi
VaultVault address per networkValidates 0x + 40 hex chars
RPCRPC URL per networkRequired, must be http(s)://...
Fallback RPCFallback URL per networkOptional
OwnerSite domainRequired
OwnerX (Twitter) accountOptional
WalletWalletConnect Project IDOptional
ReferrerReferrer addressOptional, validated as 0x address
LocalesSupported languagesMulti-select, all enabled by default
CurrenciesSupported currenciesMulti-select, all enabled by default
SecurityContent-Security-PolicyPre-filled with sensible default
SetupInstall dependencies?Defaults to yes — uses pnpm
DeployDeploy to Vercel?Defaults to no — runs npx vercel

Requirements

  • Node.js >=20
  • Git (recommended — the CLI initializes a repo)
  • pnpm (recommended — corepack enable && corepack prepare pnpm@latest --activate)

License

MIT

Keywords

stakewise

FAQs

Package last updated on 15 May 2026

Related posts