Skip to content

Commit

Permalink
add missing installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
voliva committed Jan 14, 2025
1 parent 9f574bb commit cba9aaa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/pages/sdks/ink-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ The Ink! SDK is a library for interacting with smart contracts, built on top of

## Getting Started

Install the sdk through your package manager:

```sh
pnpm i @polkadot-api/sdk-ink
```

Begin by generating the type definitions for your chain and contract. For example, using a PSP22 contract on the test Aleph Zero network:

```sh
Expand Down

0 comments on commit cba9aaa

Please sign in to comment.