From: Chris Duncan Date: Sun, 12 Jan 2025 07:57:11 +0000 (-0800) Subject: Update tagline. X-Git-Tag: v1.1.0~1 X-Git-Url: https://zoso.dev/?a=commitdiff_plain;h=d204d231fd72a9bfcb2f62e662f0eb641ed95be9;p=nano-pow.git Update tagline. --- diff --git a/README.md b/README.md index bf6e8c0..2bcd8f4 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ SPDX-License-Identifier: GPL-3.0-or-later --> # nano-pow +_Proof-of-work generation and validation with WebGPU/WebGL for Nano cryptocurrency._ + NanoPow uses WebGPU to generate proof-of-work nonces meeting the requirements of the Nano cryptocurrency. WebGPU is cutting edge technology, so for browsers which do not yet support it, a WebGL 2.0 implementation is also included. diff --git a/package.json b/package.json index 570dae9..bf55310 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nano-pow", "version": "1.0.0", - "description": "Proof-of-work generation with WebGPU/WebGL for Nano cryptocurrency.", + "description": "Proof-of-work generation and validation with WebGPU/WebGL for Nano cryptocurrency.", "keywords": [ "nemo", "nano",