This repository is now DEPRECATED.
You need to install node
, yarn
and docker
.
Please read:
We're going to run a single-node blockchain with mining enabled. More info here.
docker pull pegasyseng/pantheon:latest
docker run -p 8545:8545 pegasyseng/pantheon:latest --miner-enabled --miner-coinbase fe3b557e8fb62b89f4916b721be55ceb828dbd73 --rpc-http-cors-origins="all" --rpc-http-enabled --network=dev
git clone git@github.com:pegasyseng/pantheon-aztec-quickstart.git
cd pantheon-aztec-quickstart
yarn install
yarn run zkasset-erc20
yarn run zkasset
The artifacts located in contracts/artifacts are produced by AZTEC/packages/protocol scripts. To re-generate them, run:
git clone git@github.com: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