Skip to content

Instantly share code, notes, and snippets.

@libotony
libotony / JOIN_220_TESTNET.md
Last active July 26, 2022 06:56
VIP-220 dedicated testnet
@libotony
libotony / build-thor-on-windows.md
Last active November 20, 2023 04:23
build thor on windows
  1. Install MSYS2 from Official Webisite
  2. Follow the instructions in the Official Webisite to update the packages
  3. Start MSYS2 with MinGW-w64
  4. Install required softwares via run pacman -S git make mingw-w64-x86_64-gcc mingw-w64-x86_64-go
  5. Run git clone https://github.com/vechain/thor.git
  6. Run make dep
  7. Run make clean
  8. Run make all