Skip to content
weegee edited this page Nov 18, 2023 · 2 revisions

Welcome to the wallet-core wiki!

This is documentation for how to use the wallet-core library from any programming language of your preference.

This wallet-core is used in a js library for the web and a rust library (wallet-cli) through wasmer. They are both examples on how to use this library.

This wiki documents how to sign transactions or extend your own code to talk to the blockchain.

NOTE: When calling any ffi functions in the library, refer to the latest documentation of the type of the arguments of the function, every function takes a json argument.

Types are defined in assets/schema.json and a types.rs is generated with the documented types.