Installation
Install from GitHub
Until the package is published to npm, install directly from GitHub:
1# Latest2npm install github:SentinelFi/stellar_wallet_mock3
4# Specific tag5npm install github:SentinelFi/stellar_wallet_mock#v0.1.06
7# Specific commit8npm install github:SentinelFi/stellar_wallet_mock#abc1234Peer Dependencies
You need Playwright and a Chromium browser installed:
1npm install -D @playwright/test2npx playwright install chromiumDependencies
| Package | Type | Version |
|---|---|---|
@stellar/stellar-sdk | Production | ^13.1.0 |
@playwright/test | Peer | ^1.52.0 |