From cba9aaab2683302fb99908a0b7ca3867eb397fb9 Mon Sep 17 00:00:00 2001 From: Victor Oliva Date: Tue, 14 Jan 2025 18:08:22 +0100 Subject: [PATCH] add missing installation instructions --- docs/pages/sdks/ink-sdk.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/pages/sdks/ink-sdk.md b/docs/pages/sdks/ink-sdk.md index 97a8c350..f8b7714c 100644 --- a/docs/pages/sdks/ink-sdk.md +++ b/docs/pages/sdks/ink-sdk.md @@ -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