An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Wallet Client Quickstart

![image](https://github.com/user-attachments/assets/81ec0c48-ae42-4a98-8369-73d9bb34fd4b)

## 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
```