This repository helps developers deploy AZTEC to Ganache or a testnet and start building a dApp using AZTEC SDK.
git clone https://github.com/AztecProtocol/sdk-starter-kit.git
cd sdk-starter-kit
yarn install
Skip this step if you won't be running demo on Ganache.
yarn start
Styled dApp built with create-react-app and guacamole-ui:
cd my-dapp
yarn install
yarn start
Open http://localhost:5000
in your web3 enabled browser to view the demo dapp. Make sure you are on the Rinkeby network and have some test eth.
The Dapp will allow you to convert ERC20 tokens into zkTokens, send these zkTokens around to other Ethereum addresses and withdraw from zkTokens back into ERC20 tokens.
Checkout the full SDK docs here