Skip to content

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

Notifications You must be signed in to change notification settings

themandalore/aztec-ganache-starter-kit

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published