GrapheneChain is a template cryptocurrency chain developed for those who want to run a crypto or learn about cryptocurrencies, but may not have the time or skills to create a custom cryptocurrency from scratch.
- Windows 10
- From the start menu, open 'x64 Native Tools Command Prompt for vs2019'.
cd <your_Graphene_directory>
mkdir build
cd build
cmake -G "Visual Studio 16 2019" -A x64 ..
MSBuild GrapheneChain.sln
The binaries will be inDebug
folder when it is done
SHA256 (will be remade for our purposes later)