Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfears authored Oct 19, 2024
1 parent d71723e commit 0820fc2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Stellar Wallet Integration with MetaMask Snaps

This guide provides detailed instructions on integrating Stellar wallet functionalities into MetaMask Snaps, enabling seamless interaction with Stellar applications without requiring extensive code audits. This integration aims to create a universal standard for integrating Stellar wallet functionalities across different applications.
This guide provides detailed instructions on integrating Stellar wallet functionalities into MetaMask Snaps, enabling seamless interaction with Stellar applications. This integration aims to create a universal standard for integrating Stellar wallet functionalities across different applications.

## Table of Contents
- [Quick Start](#quick-start)
Expand All @@ -16,7 +16,7 @@ This guide provides detailed instructions on integrating Stellar wallet function

## Quick Start

Follow these steps to get started with integrating Stellar wallet functionalities into your MetaMask Snaps.
Follow these steps to get started with integrating Stellar-Wallet functionalities into your MetaMask Snaps.

### ✨ Connect and Install

Expand Down Expand Up @@ -71,7 +71,7 @@ const result = await ethereum.request({


### Calling Stellar Wallet Functions from Other MetaMask Snaps
To call Stellar wallet functions from other MetaMask snaps, you need to ensure that the Snap containing the Stellar wallet is installed and running. You can then use the wallet_invokeSnap method to access its functions.
To call Stellar-Wallet functions from other MetaMask snaps, you need to ensure that the Snap containing the Stellar wallet is installed and running. You can then use the wallet_invokeSnap method to access its functions.

**Example**
Assuming you have another Snap that needs to call the getBalance method from Stellar Snap, you can do this:
Expand Down

0 comments on commit 0820fc2

Please sign in to comment.