Phala-Network / Encode-Hackathon-2021

Phala x Polkadot Encode Club Hackathon
6 stars 2 forks source link

Beginner Challenge 1 Submission #6

Open HashWarlock opened 3 years ago

HashWarlock commented 3 years ago

Twitter Link:

  1. https://twitter.com/hashwarlock/status/1444795483042500610?s=20
  2. https://twitter.com/hashwarlock/status/1444805867526836229?s=20

Discord: hashwarlock#8457

YouTube:

  1. Build, Deploy Chain & UI, Play GuessNumber: https://youtu.be/0QphTtpV3jQ
  2. BTC Price Bot: https://youtu.be/jOIq5Wc0FIY

Specs: Asus ROG Strix G733QSA Fedora 34 2 TB SSD NVIDIA GeForce RTX 3080 32 GB RAM AMD Ryzen 9 5900HX

Fedora 34 Pre-Install Steps: sudo dnf install make automake gcc gcc-c++ kernel-devel ocaml autoconf automake libtool wget python openssl-devel git cmake perl pkg-config curl

Notes on LLVM for Fedora: Fedora 32 and later come packaged with LLVM-10

Intel SGX SDK Steps:

wget https://download.01.org/intel-sgx/sgx-linux/2.14/distro/fedora31-server/sgx_linux_x64_sdk_2.14.100.2.bin
chmod +x sgx_linux_x64_sdk_2.14.100.2.bin
echo -e 'no\n/opt/intel' | sudo ./sgx_linux_x64_sdk_2.14.100.2.bin
source /opt/intel/sgxsdk/environment