Skip to content

Commit

Permalink
Merge branch 'main' into fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanniegb committed Nov 10, 2024
2 parents 52f9d97 + baad612 commit cd6d5b1
Show file tree
Hide file tree
Showing 29 changed files with 28,569 additions and 21,193 deletions.
4 changes: 4 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
node_modules
dist
build
*.min.js
4 changes: 3 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"useTabs": false,
"trailingComma": "all",
"singleQuote": false,
"semi": false,
"singleQuote": false,
"printWidth": 80,
"tabWidth": 2,
"overrides": [
{
"files": "*.md",
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@


## 🕹️ Tokenbound ConnectKit

Houses the Tokenbound Connectkit.

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

## Installation

Install tokenbound connectkit with `npm`, `pnmp` or `yarn`

```bash
Expand Down Expand Up @@ -47,7 +46,6 @@ const connectTBA = async () => {
}
```


## Disconnect a wallet

```js
Expand Down
Loading

0 comments on commit cd6d5b1

Please sign in to comment.