Skip to content

Examples

Offline cold-wallet usage :

The wallet can handle a lack of connectivity. This could allow the use of the wallet library in an offline way.
Such uses case would be to generate a bunch of addresses that you could manually import into a database (for rolling incoming addresses)

You also have ways to import a known address, transaction, account or any type of data that you could wish to have via the network, thus allowing you to use the wallet-library without connectivity.

See here sample code

Offline message signing :

See here sample code

Client usage