Skip to main content

Creating configuration

The basic kit initialization consists of creating a corresponding object by passing it a minimal set of necessary arguments. Pick a TON network to operate on, a wallet manifest, and feature configurations. Here is an example of a minimal configuration:

Creating WalletKit instance

Once you have a configuration, create an instance of the kit:

Creating custom storage

One can implement a custom storage and provide it during initialization: