Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
s-damian committed Dec 21, 2024
1 parent d869012 commit 1280dfa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ The other keypairs (which will be derived from your seed) will be created in JSO



## 🌐 Generate Mnemonic
## πŸ¦€ Generate Mnemonic

> Generate and display a random mnemonic phrase.
Expand Down Expand Up @@ -160,7 +160,7 @@ Here, since we wanted 3 derivations, 4 accounts (4 public keys) have been genera



## 🌐 Recover Keypair
## πŸ¦€ Recover Keypair

> Recover keypair and seed from a specific mnemonic phrase.
Expand Down Expand Up @@ -197,7 +197,7 @@ Here, since we wanted 3 derivations, 4 accounts (4 public keys) have been genera



## 🌐 Send SOL (lamports)
## πŸ¦€ Send SOL (lamports)

> Send SOL (lamports) to a recipient address (sign outgoing transaction).
Expand Down Expand Up @@ -231,7 +231,7 @@ Failed to send transaction: ...



## 🌐 Get Public Key
## πŸ¦€ Get Public Key

> Retrieve public key from stored keypair.
Expand All @@ -255,7 +255,7 @@ Solana Public Key: FTGJPL5hia749v3jhNWJA7uE2VoVGyofB7BBL2cLwoPc



## 🌐 Get Balance by Public Key
## πŸ¦€ Get Balance by Public Key

> Get balance by public key.
Expand Down

0 comments on commit 1280dfa

Please sign in to comment.