├── .gitignore ├── LICENSE ├── README.md ├── bflec.py ├── block.json ├── blockchain.py └── requirement.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzljerry/FBFL-A-Flexible-Blockchain-based-Federated-Learning-Framework-in-Mobile-Edge-Computing/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzljerry/FBFL-A-Flexible-Blockchain-based-Federated-Learning-Framework-in-Mobile-Edge-Computing/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzljerry/FBFL-A-Flexible-Blockchain-based-Federated-Learning-Framework-in-Mobile-Edge-Computing/HEAD/README.md -------------------------------------------------------------------------------- /bflec.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzljerry/FBFL-A-Flexible-Blockchain-based-Federated-Learning-Framework-in-Mobile-Edge-Computing/HEAD/bflec.py -------------------------------------------------------------------------------- /block.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzljerry/FBFL-A-Flexible-Blockchain-based-Federated-Learning-Framework-in-Mobile-Edge-Computing/HEAD/block.json -------------------------------------------------------------------------------- /blockchain.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzljerry/FBFL-A-Flexible-Blockchain-based-Federated-Learning-Framework-in-Mobile-Edge-Computing/HEAD/blockchain.py -------------------------------------------------------------------------------- /requirement.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wzljerry/FBFL-A-Flexible-Blockchain-based-Federated-Learning-Framework-in-Mobile-Edge-Computing/HEAD/requirement.txt --------------------------------------------------------------------------------