A repository that helps dApp developers deploy AZTEC to a local RSK Node.
-
Prerequisites:
-
Clone this repository
git clone --recursive [email protected]:patogallaiovlabs/aztec-rsk-starter-kit.git
-
Install the dependencies
cd aztec-rsk-starter-kit && yarn install
-
Start RSK node
./rskj-init.sh && ./rskj-start.sh
-
Deploy AZTEC!
yarn migrate
-
Run the demos:
- Basic demo, simulate mint and transfer:
yarn demo
- Demo mint ERC20 and deposit to a ZkAsset contract:
yarn deposit