Demo web application to demonstrate how to use FELT npm package to integrate federated learning into your web application.
create .env file from .env.example. Fill in your Infura project id, WalletConnet project id and your FELT API key.
yarn install # install dependencies
yarn dev # start the serverThe most important part is FELT library @feltlabs/react from which we use:
initializeAppfunction to initialize the library with your API keyStartTrainingcomponent to start the training processDisplayJobscomponent to display started jobs