Installation
Prerequisites
None! SIWS is framework agnostic and has no @polkadot/* dependencies — it works with any wallet that exposes the standard signer.signRaw interface, in any JavaScript environment (Node.js, browsers, edge runtimes like Cloudflare Workers).
Installation
Run the following command in your project to install SIWS into your project.
npm install @talismn/siws pnpm install @talismn/siws yarn add @talismn/siws