Skip to content

Latest commit

 

History

History
65 lines (41 loc) · 1.21 KB

File metadata and controls

65 lines (41 loc) · 1.21 KB

Brownie Points

[Chrome](Coming Soon)

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.

Links

  • Discord
  • [Chrome store](Coming Soon)

Getting Started

You can deploy the local version, from source code.

For developers:

Build Setup

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

Built With