https://github.com/bsv-blockchain/fast-wallet-client-docs
Succinct introduction to the Metanet ecosystem via WalletClient.
https://github.com/bsv-blockchain/fast-wallet-client-docs
Last synced: 26 days ago
JSON representation
Succinct introduction to the Metanet ecosystem via WalletClient.
- Host: GitHub
- URL: https://github.com/bsv-blockchain/fast-wallet-client-docs
- Owner: bsv-blockchain
- Created: 2025-06-12T13:22:00.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-07-23T03:50:26.000Z (4 months ago)
- Last Synced: 2025-07-23T05:29:52.987Z (4 months ago)
- Language: TypeScript
- Homepage: https://wallet-client-intro.vercel.app
- Size: 482 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wallet Client Quickstart

## Live Site
[https://fast.brc.dev](https://fast.brc.dev)
## Missing Examples
If there's something missing in these examples you think would be helpful to add, simply raise an issue and I'll endevor to present a snippet for it. I will also accept examples if you want to PR them into the repo.
## Clone Install and Run Locally to Contribute
```bash
git clone https://github.com/sirdeggen/wallet-client-intro
npm i
npm run dev
```