Installation & Setup
Learn how to install and run ZK-RAICHAN on your system.
System Requirements
Node.js: v18.0.0 or higher
NPM/Yarn: Latest version
Operating System: macOS, Linux, or Windows (WSL2 recommended)
RAM: Minimum 4GB
Storage: At least 500MB free space
Installation Steps
1. Clone the Repository
git clone https://github.com/zk-raichan/zk-raichan.git
cd zk-raichan2. Install Dependencies
npm install
# or
yarn install3. Environment Configuration
Copy the example environment file:
Edit .env file with your configuration:
4. Run Development Server
Visit http://localhost:3000 to access the dashboard.
5. Access CLI Dashboard
Navigate to the Dashboard section and connect your Solana wallet to start using privacy features.
Verifying Installation
After installation, verify everything works:
Next Steps
Troubleshooting Installation
Issue: Node version too old
Issue: Dependencies fail to install
Issue: Port 3000 already in use
Last updated
