How to use
Installation
or
Initialization
Using the Solana client you can initialize the main class of the module in consultation mode if you do not provide any parameters, this means you could retrieve information from the blockchain and prepare transactions to sign, but you will not be able to sign transactions, or generate addresses.
Otherwise, if you want to sign transactions and get the addresses you own, you will need to initialize the main class of the protocol as follows
Last updated