dev-rewards icon indicating copy to clipboard operation
dev-rewards copied to clipboard

Learn how to run scripts on iOS devices.

Open Dilrong opened this issue 1 year ago • 0 comments

I'm not using SSH keys on my PC, but on my iPhone and iPad devices, so here's how to check it on a mobile device.

  • Install ish from the app store.
  • Run ish.
  • apk add git python3 curl
  • git clone https://github.com/fluencelabs/dev-rewards.git
  • cd dev-rewards
  • curl https://fluence-dao.s3.eu-west-1.amazonaws.com/metadata.json > metadata.json
  • python3 -m venv claim-venv
  • source claim-venv/bin/activate
  • pip3 install -r python/requirements.txt
  • python3 python/proof.py
  • input your github name (It should be case sensitive)

Dilrong avatar Mar 22 '24 15:03 Dilrong