Browse Source

Update README.md

master
Duke Leto 4 years ago
committed by GitHub
parent
commit
62ed9cc1c4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      README.md

10
README.md

@ -5,6 +5,16 @@ maximums privacy.
## Creating a Hush Smart Chain
You will need the hush3 repo (and currently this is on our dev branch, will be released with our next 3.3.0 release):
```
git clone https://github.com/myhush/hush3
cd hush3
git checkout dev # this currently requires the dev branch until our 3.3.0 release
./zcutil/build.sh -j4 # uses 4 cores
cd src
```
As an example, we will make a replica of the cryptocoin Pirate (ARRR) in a single command:
```

Loading…
Cancel
Save