# @wallet-standard/core

Latest version **1.1.2** (published 2026-06-03) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install @wallet-standard/core
pnpm add @wallet-standard/core
yarn add @wallet-standard/core
bun add @wallet-standard/core
```

## Health

**Score 60/100 (C)** — status: active.

Positive: has types; esm support; no vulnerabilities; has provenance.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 1.1.2 |
| Published | 2026-06-03 |
| First published | 2022-10-08 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Node | >=22 |
| Dependencies | 5 |
| Unpacked size | 14.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 367 |
| Author | Solana Maintainers |
| Maintainers | jordansexton, steveluscher, mcintyre94 |

## Links

- npm: https://www.npmjs.com/package/@wallet-standard/core
- Repository: https://github.com/wallet-standard/wallet-standard
- Homepage: https://github.com/wallet-standard/wallet-standard#readme
- Issues: https://github.com/wallet-standard/wallet-standard/issues
- npm.io page: https://npm.io/package/@wallet-standard/core

## Dependencies (5)

- [@wallet-standard/app](https://npm.io/package/@wallet-standard/app.md) ^1.1.1
- [@wallet-standard/base](https://npm.io/package/@wallet-standard/base.md) ^1.1.1
- [@wallet-standard/errors](https://npm.io/package/@wallet-standard/errors.md) ^0.1.2
- [@wallet-standard/wallet](https://npm.io/package/@wallet-standard/wallet.md) ^1.1.1
- [@wallet-standard/features](https://npm.io/package/@wallet-standard/features.md) ^1.1.1

## Recent versions

- 1.1.2 (latest) — 2026-06-03
- 0.0.0-20240802213516 (pre) — 2024-08-02
- 1.0.0-rc.6 (rc) — 2022-10-28
- 0.1.0-alpha.0 (alpha) — 2022-10-08
- 1.1.1 — 2025-04-14
- 1.1.0 — 2024-10-30
- 0.0.0-20240802205322 — 2024-08-02
- 0.0.0-20240703212708 — 2024-07-03
- 0.0.0-20240607222957 — 2024-06-07
- 1.0.3 — 2023-02-21
- 1.0.2 — 2023-02-21
- 1.0.1 — 2022-11-21
- 1.0.0 — 2022-10-28
- 1.0.0-rc.5 — 2022-10-25
- 1.0.0-rc.4 — 2022-10-25
- … 5 more at https://npm.io/package/@wallet-standard/core/versions

## README

# Wallet Standard

The Wallet Standard is a set of interfaces and conventions designed to improve the user experience and developer experience of wallets and applications for any blockchain.

## Code

- [`Wallet` and `WalletAccount`](https://github.com/wallet-standard/wallet-standard/tree/master/packages/core/base/src/wallet.ts) interfaces
- Global [`window`](https://github.com/wallet-standard/wallet-standard/tree/master/packages/core/base/src/window.ts) events
- Wallet [`registerWallet`](https://github.com/wallet-standard/wallet-standard/tree/master/packages/core/wallet/src/register.ts) function
- App [`getWallets`](https://github.com/wallet-standard/wallet-standard/tree/master/packages/core/app/src/wallets.ts) function
- [Example](https://github.com/wallet-standard/wallet-standard/tree/master/packages/example/wallets/src/window.ts) of how wallets attach to the window

## Extensions

See [EXTENSIONS](https://github.com/wallet-standard/wallet-standard/tree/master/EXTENSIONS.md) for chain-specific extensions to the Wallet Standard.

## Design

See [DESIGN](https://github.com/wallet-standard/wallet-standard/tree/master/DESIGN.md) for the original design principles of the Wallet Standard. It's somewhat outdated with respect to the code, but generally captures its purpose.

## Build

See [BUILD](https://github.com/wallet-standard/wallet-standard/tree/master/BUILD.md) for instructions to build the repo from source.

---
_Source: https://npm.io/package/@wallet-standard/core · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
