You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
301 B

  1. #!/bin/bash
  2. # run with `source ./setup-machine-and-run-proving.sh`
  3. sudo apt-get update
  4. sudo apt install build-essential -y
  5. curl https://sh.rustup.rs -sSf | sh -s -- -y
  6. . "$HOME/.cargo/env"
  7. git clone https://github.com/dmpierre/folding-schemes-light-btc.git
  8. cd folding-schemes-light-btc && cargo run -r