mirror of
https://github.com/EvernodeXRPL/hpcore.git
synced 2026-04-29 15:37:59 +00:00
Added config file read/write infrastructure with RapidJSON. Added key pair generation and sign/verify helper with libsodium.
5 lines
129 B
Makefile
5 lines
129 B
Makefile
all:
|
|
mkdir -p build
|
|
g++ src/*.cpp -lsodium -std=c++17 -o build/hpcore
|
|
echo 'build successful, binary in '`pwd`'/build/hpcore'
|