Skip to content

Aztec protocol demo, with v.0.17.0, on your own hyperledger besu node

License

Notifications You must be signed in to change notification settings

amkCha/hyperledger-besu-aztec-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hyperledger-besu-aztec-quickstart

dependencies

You need to install node, yarn and docker.

getting started

Interesting to read:

run HyperLedger Besu private test network

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

run our aztec demo

git clone [email protected]:amkCha/hyperledger-besu-aztec-demo.git
cd hyperledger-besu-aztec-demo
yarn install
yarn run zkasset-erc20
yarn run zkasset

use blockchain explorer as medium for your demo

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/

misc

regenerate contracts/artifacts

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/

License

This project is licensed under the Apache 2 License - see the LICENSE file for details

About

Aztec protocol demo, with v.0.17.0, on your own hyperledger besu node

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published