Skip to content

Latest commit

 

History

History
21 lines (10 loc) · 607 Bytes

README.md

File metadata and controls

21 lines (10 loc) · 607 Bytes

aztec-ganache-starter-kit

A repository that helps dApp developers deploy AZTEC to a local blockchain.

Getting started

  1. Clone this repository git clone [email protected]:AztecProtocol/aztec-ganache-starter-kit.git

  2. Install the dependencies cd aztec-ganache-starter-kit && yarn install

  3. Rename the .env file mv RENAME_ME.env .env

  4. Start up Ganache yarn start (This will create 5 test ethereum accounts from the credentials in .env)

  5. Compile the contracts truffle compile --all

  6. Deploy AZTEC! yarn migrate

  7. Run the private payment demo. truffle test test/demo.js