Skip to content

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

License

Notifications You must be signed in to change notification settings

gp0014/OffLineSignLib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 78.7%
  • Java 8.6%
  • CMake 7.9%
  • C 4.8%