Brownie Points allows you to earn brownie points by visiting web3 based marketplaces. It also allows websites to understand your user behaviour better while you earn these brownie cookies. We use zero knowledge proofs to share this information with the user.
- Discord
- [Chrome store](Coming Soon)
You can deploy the local version, from source code.
For developers:
For Develop building and serve.
# Install dependencies
$ npm install
# run serve extension.
$ npm run serve
Testing project.
# run unit tests
$ npm test:unit
# Watch testing for dev.
$ npm run test:watch
# Check lint ts,vue files.
$ npm run lint
For production builing and deploy.
# Build all app and extension files and optimizing it.
$ npm run build