Iron Fish is a Layer 1 blockchain that provides the strongest privacy guarantees on every single transaction. Leveraging zero-knowledge proofs (zk-SNARKs), and the highest industry standards for encryption.
Native Windows
, x86_64
, choose an empty directory, and click OK.Process
.bin
folder containing cc
to your PATH environment variable.yarn install
from the root directory to install packages.
yarn install
fails with an error that includes "Could NOT find OpenSSL", you may need to first install OpenSSL and add an environment variable. For example, on macOS:
brew install openssl
export OPENSSL_ROOT_DIR=`brew --prefix openssl`
yarn install
again.Once your environment is setup - you can run the CLI by following these directions.
yarn test
at the root of the repositoryyarn test:slow
at the root of the repository to run slow testsyarn test:coverage
at the root of the repository for tests and coverageyarn test
at the root of the projectyarn test:watch
if you want the tests to run on changetest:coverage:html
if you want to export the coverage in an easy to use format (open the index.html file in the coverage folder of the project )ironfish-rust
in WASM to be interacted with by the ironfish
project.