Skip to content

scorum/scorum-connect

Repository files navigation

CircleCI

Scorum Connect 📡

Browser extension - Show your scorum accounts and store private keys for future transactions from 3rd party applications

Work In Progress...

Getting Started

Clone repo
$ git clone https://github.com/scorum/scorum-connect
Install dependencies
$ yarn 
Run development watchers (depending on what you need):
$ yarn background:watch
$ yarn content:watch
$ yarn popup:watch
Build (depending on what you need):
$ yarn background:build
$ yarn content:build
$ yarn popup:build
$ yarn options:build
Build all parts
$ yarn all:build

ALSO...

Run linting
$ yarn lint

Features:

Environment variables

Rename (or copy and rename) .env.default into .env

cp .env.default .env

Examples

  • Sign transactions received from 3rd party applications - example folder

Todo...

There're some features (updates) which will be included in this starter in the near future:

  • Automate deployment to Chrome Web Store
  • Add logs (via loglevel or via something else)
  • Refactor scss code! (rename classes. use unified model)
  • Add Sentry
  • Add support offline mode (via PWA)
  • Add store synchronization between content, popup and background processes
  • Typescript ?

License

MIT.

Releases

No releases published

Packages

No packages published