Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 362 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 362 Bytes

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