bigbangcore / OffLineSignLib

Mainly offer the feature of making new address, sign transaction on off-line

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OffLineSignLib

Mainly offer the feature of making new address, signing transaction on off-line.

Installation

ubuntu 18.04

  • first, install dependency for the project
sudo apt install cmake libsodium-dev
  • second, run INSTALL.sh
./INSTALL.sh

Features

  • Support normal public key address generation.

  • Only support public key address signature, DO NOT support template address signature.

  • Serialization and Deserialization of Transaction

Document

See signlib.h, here are comments for exported API.

For Java SDK, pelease read the document here to get more details.

About

Mainly offer the feature of making new address, sign transaction on off-line

License:MIT License


Languages

Language:C++ 78.7%Language:Java 8.6%Language:CMake 7.9%Language:C 4.8%