aergoio / aergo-connect

Aergo Connect (Chrome extension)
https://chrome.google.com/webstore/detail/aergo-connect/iopigoikekfcpcapjlkcdlokheickhpc
MIT License
3 stars 2 forks source link

Aergo Connect

Chrome browser extension built using Vue + Typescript

Install

Release version

Beta version

Issues and Security

Please post any issues or suggestions to the Github issues page.

For security related reports, please contact us at security@aergo.io

Development

Install dependencies

yarn

Run dev build

yarn build-dev

Add the dist-dev folder as an "unpacked extension" to Chrome.

Build

Build for production

cd packages/@aergo-connect/extension && yarn build

Package as zip

cd packages/@aergo-connect/extension && yarn package

Find the zip in the release folder.