@knuth/js-wasm 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +27 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1 +1,27 @@
|
|
|
1
|
-
# Knuth
|
|
1
|
+
# Knuth JS-WASM
|
|
2
|
+
|
|
3
|
+
> WebAssembly interface for Bitcoin Cash full node
|
|
4
|
+
|
|
5
|
+
[](https://www.npmjs.com/package/@knuth/js-wasm)
|
|
6
|
+
[](LICENSE.md)
|
|
7
|
+
[](https://github.com/feross/standard)
|
|
8
|
+
<a target="_blank" href="https://t.me/knuth_cash">![Telegram][badge.telegram]</a>
|
|
9
|
+
|
|
10
|
+
<!-- <p align="center"><img width="800px" src="docs/images/demo.png" /></p> -->
|
|
11
|
+
|
|
12
|
+
[Knuth JS-WASM](https://www.npmjs.com/package/@knuth/js-wasm) is a high-performance implementation of the Bitcoin Cash protocol, designed to bring node capabilities to web browsers through WebAssembly. This innovative approach allows users to interact with the Bitcoin Cash blockchain directly in their browser, leveraging the power and flexibility of the Knuth node in a JavaScript/TypeScript environment.
|
|
13
|
+
|
|
14
|
+
## Issues
|
|
15
|
+
|
|
16
|
+
Each of our modules has its own Github repository, but in case you want to create an issue, please do so in our [main repository](https://github.com/k-nuth/kth/issues).
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
<!-- Links -->
|
|
20
|
+
|
|
21
|
+
[badge.Cirrus]: https://api.cirrus-ci.com/github/k-nuth/js-wasm.svg?branch=master
|
|
22
|
+
[badge.version]: https://badge.fury.io/gh/k-nuth%2Fkth-js-wasm.svg
|
|
23
|
+
[badge.release]: https://img.shields.io/github/release/k-nuth/js-wasm.svg
|
|
24
|
+
[badge.c]: https://img.shields.io/badge/C-11-blue.svg?style=flat&logo=c
|
|
25
|
+
[badge.telegram]: https://img.shields.io/badge/telegram-badge-blue.svg?logo=telegram&style=for-the-badge
|
|
26
|
+
[badge.slack]: https://img.shields.io/badge/slack-badge-orange.svg?logo=slack&style=for-the-badge
|
|
27
|
+
|