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

patogallaiovlabs/aztec-rsk-starter-kit

 
 

Repository files navigation

aztec-rsk-starter-kit

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

Getting started

  1. Prerequisites:

    1. Node: https://nodejs.org/en/
    2. JDK 8: https://openjdk.java.net/install/
    3. Yarn: https://classic.yarnpkg.com/en/docs/install/#mac-stable
  2. Clone this repository git clone --recursive [email protected]:patogallaiovlabs/aztec-rsk-starter-kit.git

  3. Install the dependencies cd aztec-rsk-starter-kit && yarn install

  4. Start RSK node ./rskj-init.sh && ./rskj-start.sh

  5. Deploy AZTEC! yarn migrate

  6. Run the demos:

  • Basic demo, simulate mint and transfer: yarn demo
  • Demo mint ERC20 and deposit to a ZkAsset contract: yarn deposit

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

Languages

  • JavaScript 82.2%
  • Shell 12.0%
  • Solidity 5.8%