Skip to content

ssghost/Maskbook

 
 

Repository files navigation

Maskbook · GitHub license Ciecle CI Join the chat at https://gitter.im/Maskbook/community Chrome Web Store

Encrypt your posts & chats on You-Know-Where. Allow only your friends to decrypt.

For general introductions, see https://Maskbook.io/

Install Maskbook on Chrome Web Store

Documentation for developers

  • License: AGPL
  • Code Style: Use prettier
  • Git flow enabled, master as the latest branch, released as the stable branch
  • UI developing: Use yarn start / npm start to start a Storybook
  • Extension developing: Use yarn watch / npm run watch to start watch build for extension
  • Crypto: We're using ECDH SECP256-k1 and AES-GCM
  • Data transfer between users: We're using gun.js

Prepare

After Maskbook and @holoflows/kit gets stable, we will directly add @holoflows/kit as a dependency. Currently, you need to install and build the latest version of @holoflows/kit.

Install dependencies

  • yarn install

Prepare for library @holoflows/kit

  • cd ..
  • git clone https://github.com/DimensionDev/holoflows-kit.git
  • cd Holoflows-kit
  • yarn install
  • yarn build
  • yarn link
  • cd ../Maskbook

Install @holoflows/kit in Maskbook

  • yarn link @holoflows/kit

Folder Structure

  • ./public - Resource file
  • ./src/components - UI Components
  • ./src/crypto - Crypto related
  • ./src/key-management - How we manage keys and user infos
  • ./src/utils - Utils
  • ./src/extension
    • ./background-script - Scripts that running in the background page as a service
    • ./content-script - Script that be injected into the web page
    • ./injected-script - Script that will run in the main frame of the injected web page

About

Make Privacy Protected Again.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 96.7%
  • JavaScript 2.9%
  • HTML 0.4%