Skip to content
Mark Fisher edited this page Oct 22, 2025 · 4 revisions

App Keys

App keys are small bits of data that an application can use to persist state on the FujiNet.

Technical details

The SIO command documentation contains technical details of how to interact with the FujiNet to create and read App Keys.

FujiNet Lib

fujinet-lib contains functions for using appkeys in C, see header file here.

An example is in the fujinet-lib-examples repo: Example C code

Clone this wiki locally