How to participate as user
Instruction for user to participate the training via client.
This guide will help you start running FLock and participate in the training!
UNIX user:
First, clone the client repo
git clone https://github.com/FLock-io/client.git
Enter the cloned directory via
cd client
Install Python requirements via
pip3 install -r requirements.txt
Next, go to the https://interface-flock-io.vercel.app/train
Connect your wallet
Select a training you would like to participate
Click Join to get the Task Hash
Then back to the client code, find the
MakeFile
in the root directory.Replace the
TASK_ADDRESS
in line 5 and replace the--private-key
with your own keyLastly, run
make start1
to start the training.
Please ensure you have enough fund!
Last updated