Skip to content

Latest commit

 

History

History
58 lines (37 loc) · 1.55 KB

README.md

File metadata and controls

58 lines (37 loc) · 1.55 KB

logo

sdk-core-c

The XYO Foundation provides this source code available in our efforts to advance the understanding of the XYO Procotol and its possible uses. We continue to maintain this software in the interest of developer education. Usage of this source code is not intended for production.

Table of Contents

Description

A library to perform all basic XYO Network functions. This includes creating an origin chain, maintaining an origin chain, negotiations for talking to other nodes, and other basic functionality. The library has heavily abstracted modules so that all operations will work with any crypto, storage, networking, etc.

Building

You can add sdk-core-c to your existing app by cloning the project, building the library, and linking it into your project.

git clone [email protected]:XYOracleNetwork/sdk-core-c.git
cd sdk-core-c
mkdir build && cd build
cmake ..
make

This should compile a XYO library in the `build` folder.

To install the project run sudo make install.

Prerequisites

  • C compiler
  • Cmake

Maintainers

  • Arie Trouw

License

See the LICENSE file for license details.

Credits

Made with 🔥and ❄️ by XYO