Skip to content

aergoio/aergo-connect-3.0

Repository files navigation

Aergo Connect

Chrome browser extension built using Vue + Typescript

Install

Release version

How to check if it is installed or not?

fetch(`chrome-extension://mcijhnoalllmbiehiebonblllpimlnle/index.html`)
        .then(() => setIsInstall(false))
        .catch(() => setIsInstall(true));

Beta version

  • Build from source or download latest release package
  • In Chrome, go to your Extensions
  • Enable "Developer mode"
  • Click "load unpacked" and select the extracted package
  • Aergo Connect should appear in your menu bar

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published