Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dongwon8247 authored Sep 11, 2024
1 parent 2da5fcc commit 3ffe803
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

The Adena Wallet SDK is a TypeScript-based library designed to interact with the Adena Wallet and TM2 Wallet.

This SDK provides various functionalities, including wallet connection, network switching, transaction signing, and more.
This SDK provides various functionalities, including transaction signing, wallet connection, network switching, etc.

(NPM Published at https://www.npmjs.com/package/@adena-wallet/sdk)

## Adena Wallet

Expand Down Expand Up @@ -48,7 +50,7 @@ adenaSDK.getAccount().then((account) => {

### `connectWallet`

Connects the SDK to the wallet.
Connects to a wallet via the SDK.

**Example:**

Expand All @@ -60,7 +62,7 @@ adenaSDK.connectWallet().then(() => {

### `disconnectWallet`

Disconnects the SDK from the wallet.
Disconnects from a wallet via the SDK.

**Example:**

Expand All @@ -70,7 +72,7 @@ adenaSDK.disconnectWallet();

### `getConnectionState`

Retrieves the current connection state of the wallet.
Retrieves the current connection state of a wallet.

**Example:**

Expand Down Expand Up @@ -112,7 +114,7 @@ adenaSDK.offConnectionChange({ callback: listener });

### `isConnected`

Checks if the wallet is currently connected.
Checks if a wallet is currently connected.

**Example:**

Expand Down

0 comments on commit 3ffe803

Please sign in to comment.