Set up Cival Core 2.0
The package is a paper-trading source template. Start locally, keep it paper-only, and read the included README, SECURITY, LICENSE, SUPPORT, and RUNBOOK files before changing or deploying it.
Verify and extract the release
Download Cival Core 2.0 from your verified account. Keep the original ZIP until setup is complete. If your receipt includes a SHA-256 digest, compare it before extracting.
Install the locked dependencies
npm ciOpen a terminal in the extracted product folder. Use Node.js 20 or newer. The lockfile pins the dependency tree reviewed for this release.
Run the local workspace
npm run devOpen http://localhost:3000. Local mode stores your paper workspace in this browser. It does not need an exchange account, wallet, API key, or database.
Use only simulated orders
Review the dashboard, adjust agents and goals, submit paper orders, and export a JSON backup. The supported release has no live-order endpoint, exchange connector, withdrawal route, or private-key form.
Verify a production build
npm run checkThis runs lint, TypeScript, unit tests, and a production build. Run it after making changes and before deploying your fork.
Optional managed hosting
The source supports authenticated cloud saves when Cival configures a managed tenant. Do not put a Supabase service-role key or any exchange/wallet credential into the customer application. Managed hosting is not available for purchase until the public launch gate is open.
Review managed hosting