Skip to content

zeropoolnetwork/zp-chrome-extension

Repository files navigation

Zeropool Chrome Extension

Codacy Badge Build Status

Chrome extension that allow to make anonymous transaction using Zeropool smart contract.

About

Demo wallet that allows to send anonymous transactions on ETH. There are 2 modes: Privacy Mode and Usual mode to send ETH. To use Privacy mode correctly you will need to have a relayer who will allow to withdraw your ETH on new address that will not be connected with transactions. All the guides will be soon. Current repo is just simple ui demo that demonstrate potential usecase of zk tech in ETH.

Running

Build all:

  • build.sh (Build might take ~7min time)

Development:

  • npm run extension:watch
  • You may use npm start ,in case you want to work only on UI part

Notes:

  • txcircuit build doesn't work with node v12.14.0, build is tested with node version v11.15.0.
  • Build might take time