Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ciband/sdk-core-c

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sdk-core-c

A library to preform 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.

Installing

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.

Prerequisites

  • C compiler

License

This project is licensed under the MIT License - see the LICENSE.md file for details



Made with ❤️ by [XY - The Persistent Company] (https://xy.company)

About

Core C library for sentinel and potential bridges

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.5%
  • CMake 0.5%