Skip to content

Repository files navigation

Nama Proyek

NeuroNet CDN & Storage

Deskripsi Singkat

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.

Kategori DePIN

DeCDN

5 Langkah Menjalankan

  1. Clone repo: git clone https://github.com/Kimchiigu/neuronet
  2. Copy .env.example ke .env dan isi konfigurasi
  • Isi API Key dari Alchemy terutama RPC ETH Sepolia dan WalletConnect/ReOwn Project ID
  1. Buka terminal dan jalankan docker-compose up --build
  2. Buka browser: http://localhost:3001 untuk melihat dashboard
  3. Lakukan test CDN dan storage pada script/test_cdn.py dan script/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

Arsitektur Sederhana

Tech Stack

  • Frontend: Next.JS, TailwindCSS, Typescript
  • Backend: Node.JS
  • Database: -
  • DePIN: Custom made (see the architecture diagram above)
  • Blockchain: Solidity (deployed in Ethereum Sepolia)

Tim

  • Christopher Hardy Gunawan - Fullstack Developer & Smart Contract Developer

License

MIT (check out LICENSE file)

About

Decentralized CDN and Storage optimized for AI resources

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages