Installation
Prerequisites
Section titled “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
Section titled “Installation”Run the following command in your project to install SIWS into your project.
npm install @talismn/siwspnpm install @talismn/siwsyarn add @talismn/siws