You need to install node
, yarn
and docker
.
Interesting to read:
- AZTEC whitepaper
- AZTEC specification
- our cheat sheet
We're going to run a single-node blockchain with mining enabled.
More info here.
git clone https://github.com/PegaSysEng/besu-quickstart.git
./run.sh
git clone [email protected]:amkCha/hyperledger-besu-aztec-demo.git
cd hyperledger-besu-aztec-demo
yarn install
yarn run zkasset-erc20
yarn run zkasset
HyperLedger Besu private test network comes with a blockchain explorer (Alethio) You can find the explorer displayed on the following port
Web block explorer address : http://localhost:25000/
The artifacts located in contracts/artifacts are produced by AZTEC/packages/protocol scripts. To re-generate them, run:
git clone [email protected]:AztecProtocol/AZTEC.git
cd AZTEC/packages/protocol
yarn install
yarn run compile
yarn run build:artifacts
Outputs the JSON artifacts for the contracts in AZTEC/packages/contract-artifacts/artifacts/
This project is licensed under the Apache 2 License - see the LICENSE file for details