Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amanusk authored Sep 4, 2024
1 parent 26bd279 commit 9b27451
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,22 @@
- ⚙️ Customizable and extensible
- 🌍 Open source and controlled by the community


## Installation

```
# using npm
npm install get-starknet starknet@next
npm install @starknet-io/get-starknet starknet@next
# using yarn
yarn add get-starknet starknet@next
yarn add @starknet-io/get-starknet starknet@next
# using pnpm
pnpm add get-starknet starknet@next
pnpm add @starknet-io/get-starknet starknet@next
```

Read more about the new Starkent Dapp<>Wallet API in the [post](https://community.starknet.io/t/new-starknet-wallet-dapp-api/114295)

## Usage for dApp developers

You can use the built-in UI to connect to any Starknet wallet as fast as
Expand Down

0 comments on commit 9b27451

Please sign in to comment.