- Website/blog: https://cyberia-temple.github.io
- X/Twitter: https://x.com/cyberia_temple
- Telegram channel: https://t.me/cyberia_network
- Telegram chat: https://t.me/cyberia_network_chat
- CYBER.sol CA: E67WWiQY4s9SZbCyFVTh2CEjorEYbhuVJQUZb3Mbpump
- network name: cyberia
- URL RPC: https://rpc.cyberia.church
- Chain ID: 49406
- Token: CYBER
- Explorer: https://explorer.cyberia.church/
Unified backend for integrating and interacting with multiple public APIs.
singularity/
βββ backend/laravel/ # Laravel 13 + Vue 3 + Inertia API
βββ frontend/jekyll/ # Jekyll static site (Cyberia Blog)
βββ hardhat/ # Solidity contracts
βββ linux/ # Cyberia OS build config
βββ services/ # Lisp daemon services
βββ scripts/ # Deployment & maintenance scripts
cd backend/laravel
composer install
cp .env.example .env
php artisan key:generate
php artisan migrate:fresh --seed
npm install && npm run build
composer run devThe Lisp daemon runs via systemd. See service configuration in README or cli.sh.
GPL-3.0
See CONTRIBUTING.md for contribution guidelines.