loadWallet
Every crypto wallet has a public address and a private key; your private key is used to access and make changes from the wallet. This function is used for programmatically loading the wallet by reading the private key stored locally.
For developing frontend applications that interact with the Finnie extension (login with Finnie), check out Koii-X.
Each Arweave public address contains 43 characters. All the information pertaining to the Arweave address, including transactions, balance, and other tokens can be viewed on the Arweave block explorer.
For example, you can view all the information about the Arweave public address 7b4ll1zwenRB8jzyESjFNcRls331buyNl231Pe0V9VI
here.
Parameters
Path to your local wallet file that contains the private key
Example Code
Example Code Output
Returns
Promise <String> - Wallet Address
Last updated