Skip to content

ajuna-network/scale-codec-cpp

 
 

Repository files navigation

📦 SCALE codec C++ implementation

This Conan package builds and packages the scale-codec-cpp library. The library was slightly modified to make the build working as static library. Check qdrvm/scale-codec-cpp for further instructions.

Requirements

  • Conan
  • CMake
  • A C++ compiler

🚀 Usage

Add this package to your project's conanfile.txt:

[requires]
libscale/1.1.1@svnscha/dev

[generators]
cmake

🧪 Export the Package

To export the Conan package, navigate to the directory containing conanfile.py and run:

conan export --user svnscha --channel dev .

This exports the package to your local cache, usable by other projects.

🧪 Building the Package

For local development you could simply use

conan create .

or similar.

About

Designing a Better World Through Decentralized Technologies

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 90.5%
  • CMake 5.0%
  • Dockerfile 2.2%
  • Python 1.5%
  • Shell 0.8%