Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
zintarh committed Sep 23, 2024
2 parents 2f9eaa0 + a8ce04d commit 53972ef
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@


## 🕹️ TokenboundConnectorKit
## 🕹️ Tokenbound ConnectKit

Houses the Tokenbound Connectkit.

The Tokenbound Connectkit enables users connect to existing Starknet dApps with their Tokenbound accounts.

## Installation
Install tokenbound connectorKit with `npm`, `pnmp` or `yarn`

```bash
Expand Down Expand Up @@ -40,8 +45,6 @@ const connectTBA = async () => {
alert((e as any).message)
}
}


```

## Reconnect to a previously connected wallet on load:
Expand All @@ -56,9 +59,6 @@ const wallet = await connect({ modalMode: "neverAsk" })
await disconnect()
```


```
## 📕 Guides

Guides can be found [here]()
Expand Down

0 comments on commit 53972ef

Please sign in to comment.