https://github.com/cyrix126/mweb_client
Mweb client in dart to interact with mweb
https://github.com/cyrix126/mweb_client
Last synced: 8 months ago
JSON representation
Mweb client in dart to interact with mweb
- Host: GitHub
- URL: https://github.com/cyrix126/mweb_client
- Owner: Cyrix126
- License: gpl-3.0
- Created: 2025-04-03T13:09:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-08T12:27:37.000Z (12 months ago)
- Last Synced: 2025-06-08T13:28:14.235Z (12 months ago)
- Language: Dart
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
mweb client library to interact with a mweb daemon.
## Features
- [x] Sync status
- [x] Unspent MWEB outputs
- [x] MWEB addresses of an account
- [x] Spent outputs
- [x] Construct tx
- [x] Broadcast tx
## Usage
See [examples](./example)