NeuroNet CDN & Storage
Pengembangan AI di Indonesia terhambat oleh lambatnya download model AI besar dari server terpusat yang menyebabkan bottleneck high latency. NeuroNet memecahkan masalah ini dengan jaringan edge-caching (DeCDN) dan penyimpanan terdesentralisasi (DeCloud) yang mengubah device user menjadi node penyimpanan lokal, memungkinkan akses instan ke model AI dan penyimpanan data aman melalui peer-to-peer (P2P) connection.
DeCDN
- Clone repo:
git clone https://github.com/Kimchiigu/neuronet - Copy
.env.exampleke.envdan isi konfigurasi
- Isi API Key dari Alchemy terutama RPC ETH Sepolia dan WalletConnect/ReOwn Project ID
- Buka terminal dan jalankan
docker-compose up --build - Buka browser:
http://localhost:3001untuk melihat dashboard - Lakukan test CDN dan storage pada
script/test_cdn.pydanscript/test_storage.py
// Setup Virtual Environment dan Install Library
cd script
python -m venv venv
venv/Scripts/activate # for powershell/cmd (Windows)
source venv/bin/activate # for bash (Linux/Mac)
pip install -r requirements.txt
// Run test script
python test_cdn.py
python test_storage.py- Frontend: Next.JS, TailwindCSS, Typescript
- Backend: Node.JS
- Database: -
- DePIN: Custom made (see the architecture diagram above)
- Blockchain: Solidity (deployed in Ethereum Sepolia)
- Christopher Hardy Gunawan - Fullstack Developer & Smart Contract Developer
MIT (check out LICENSE file)
