I'm working on COCOON Worker - a distributed AI model serving platform on TON blockchain.
Run a COCOON worker to earn TON by serving AI models securely with Intel TDX and NVIDIA GPU confidential computing.
Key Features:
- Secure TEE-based AI model inference
- TON blockchain integration for payments
- Multi-GPU support
- Real-time monitoring and health checks
Quick Start:
wget https://ci.cocoon.org/cocoon-worker-release-latest.tar.xz
tar xvf cocoon-worker-release-latest.tar.xz
cp worker.conf.example worker.conf
./scripts/cocoon-launch worker.confRequirements:
- Linux 6.16+ with Intel TDX CPU and NVIDIA H100+ GPU
- SGX enclave support for key derivation
- Hugging Face token for model access
Learn more: See the full COCOON Worker documentation for setup, configuration, and monitoring.
В этом репозитории добавлен минимальный шаблон Node.js проекта.
- Запустить:
npm install(при наличии зависимостей), затемnpm start - Входная точка:
src/index.js(экспорт функцииmain)
Примеры:
npm startДобавлены: package.json, .gitignore, src/index.js