Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 215 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 215 Bytes

libbase58

编译、安装、测试步骤

git clone https://github.com/Scorpio69t/libbase58.git

cd libbase58

mkdir build
cd build

cmake ..
make
make install

cd ../test
bash encode.sh
bash decode.sh