You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 16, 2025. It is now read-only.
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.