Skip to content

ajuna-network/sr25519

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📦 sr25519

This Conan package builds and packages the sr25519-donna library. The library was slightly modified to make the build working as static library. Check TerenceGe/sr25519-donna for further instructions.

Requirements

  • Conan
  • CMake
  • A C++ compiler

🚀 Usage

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

[requires]
sr25519/1.0.0@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

Pure C implementation of schnorrkel algorithm (sr25519)

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C 99.9%
  • Other 0.1%