Skip to content

novasamatech/sr25519.c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

iOS compatible binding for sr25519 rust implementation.

Setup

If the xcframework is not built then:

cd bindings
./build.sh

Usage with Cocoapods

pod 'sr25519.c', :git => 'https://github.com/novasamatech/sr25519.c', :tag => '0.1.0'

Usage with Swift Package Manager

Comming soon