From 819f99cc07bde0bcfec62d53031367c2ca002622 Mon Sep 17 00:00:00 2001 From: "Jonathan \"Duke\" Leto" Date: Sun, 25 Sep 2022 06:27:33 -0700 Subject: [PATCH] Basic HSC docs --- doc/hsc.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 doc/hsc.md diff --git a/doc/hsc.md b/doc/hsc.md new file mode 100644 index 000000000..5d5be9496 --- /dev/null +++ b/doc/hsc.md @@ -0,0 +1,20 @@ +# Hush Smart Chains + +An overview of HSCs can be found here: + +https://git.hush.is/hush/hush-smart-chains + +Hush Smart Chains allow you to create a privacy coin with no custom C++ code, just running one command! +The new coin that is created can use either Equihash PoW (ASIC or GPU) or RandomX PoW (CPU). + +## HSC Creator + +https://git.hush.is/hush/hsc-creator with its site https://hush.is/hsc-creator + +## HSC HOWTO + +https://git.hush.is/onryo/hush-smart-chain-how-to + +## HSC CLI + +https://git.hush.is/jahway603/hsc-cli