Installation

Install from GitHub

Until the package is published to npm, install directly from GitHub:

1# Latest
2npm install github:SentinelFi/stellar_wallet_mock
3
4# Specific tag
5npm install github:SentinelFi/stellar_wallet_mock#v0.1.0
6
7# Specific commit
8npm install github:SentinelFi/stellar_wallet_mock#abc1234

Peer Dependencies

You need Playwright and a Chromium browser installed:

1npm install -D @playwright/test
2npx playwright install chromium

Dependencies

PackageTypeVersion
@stellar/stellar-sdkProduction^13.1.0
@playwright/testPeer^1.52.0