Offline Transaction Signing (OTS) 0.1.0
|
Static library complete in itself to quick write a offline signing application for Monero. All monero related source is capsuled into the library. The target is to enable a developer to write a offline transaction signing device/app/application with all documentation an batteries included.
The static library comes with ots.hpp
which is the interface for C++, and a ots.h
which uses internally the C++ implementation, but wraps actually the whole functionallity into a C ABI interface which can be used by C, but main purpose is to use it via FFI.
In the monero repository:
All you need is:
Libraries for other languages can provided by a wrapper arround the C ABI
For the python implementation see Monero OTS python.
For the JNI implementation see Monero OTS Java.
See buildroot-monero-ots.
See buildroot-monero-ots-python.
The main purpose this library is developed. XmrSigner github.
The main documentation you will find hopefully in the future on docs.getmonero.org after the library got merged into the monero source tree, until then you will find it while in development on otslib.monerodevs.org (which is friendly provided by ofrnxmr(nahuhh on github)