Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tinydancer-io/spv-ts
https://github.com/tinydancer-io/spv-ts
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/tinydancer-io/spv-ts
- Owner: tinydancer-io
- Created: 2024-04-25T13:03:13.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-06-10T16:53:40.000Z (5 months ago)
- Last Synced: 2024-06-11T08:09:51.320Z (5 months ago)
- Language: TypeScript
- Size: 108 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SPV TS
This is a native typescript (with some wasm only for blake3) implementation of the SPV protocol that interacts with our plugin.The file example.ts contains an implementation for how this can be integrated into your code.
If you are looking to integrate this into a frontend web app see [SPV-React-Example](https://github.com/tinydancer-io/spv-react-example) as spv-ts uses Node.js APIs.
Note: The source account when sending the txn has been set to the same key as the copy account for demo purposes, ideally this would be replaced with the account you want to verify.