Skip to content

yxxyun/xrpsign-ffi-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xrpsign-ffi-example

go build -o xrpsign.dll -buildmode=c-shared xrpsign.go

output a standard shared object binary file (.so .dll) exposing the XRPL Sign functions as a C-style APIs, then other language (dartlang in this example) can call through FFI.

Releases

No releases published

Packages

No packages published