kiarashplusplus / pyth-client

client API for on-chain pyth programs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyth-client

client API for on-chain pyth programs

# depends on openssl
apt install libssl-dev

# depends on libz
apt install zlib1g

# uses cmake to build
apt install cmake

# default is release build
mkdir build
cd build
cmake ..
make

# run unit tests
ctest

About

client API for on-chain pyth programs

License:Apache License 2.0


Languages

Language:C++ 83.7%Language:C 10.8%Language:Python 3.1%Language:JavaScript 1.1%Language:CMake 0.5%Language:Shell 0.5%Language:HTML 0.2%Language:CSS 0.1%Language:Makefile 0.0%