A repository that helps dApp developers deploy AZTEC to a local blockchain.
-
Clone this repository
git clone [email protected]:AztecProtocol/aztec-ganache-starter-kit.git
-
Install the dependencies
cd aztec-ganache-starter-kit && yarn install
-
Rename the
.env
filemv RENAME_ME.env .env
-
Start up Ganache
yarn start
(This will create 5 test ethereum accounts from the credentials in.env
) -
Compile the contracts
truffle compile --all
-
Deploy AZTEC!
yarn migrate
-
Run the private payment demo.
truffle test test/demo.js