Installation
Detailed installation instructions for all platforms.
Prerequisites
- Node.js 20.x or higher
- pnpm 9.x or higher
# Check versions
node --version # Should be v20.x or higher
pnpm --version # Should be v9.x or higherClone Repository
git clone https://github.com/zeroexcore/vault.git
cd vaultInstall Dependencies
pnpm installBuild All Packages
pnpm buildThis builds:
@pwm/shared- Shared utilities@pwm/api- API server@pwm/web- Web application@pwm/cli- Command-line interface
Verify Installation
# Run tests
pnpm test
# Type check
pnpm typecheckNext Steps
- Configuration - Environment setup
- Quick Start - Start using Vault