Public beta release: there may be bugs
This is the source code for the official Aergo Wallet browser extension. It's developed and tested with Chrome.
Please post any issues or suggestions to the Github issues page.
For security related reports, please contact us at security@aergo.io
git clone https://github.com/aergoio/wallet-extension
- Go to chrome://extensions/.
- Enable "Developer mode". Click "Load Unpacked".
- Navigate to the
dist
directory and click OK.
- Change your terminal to the
wallet-extension
directory git pull
- Go to chrome://extensions/.
- Click the "Reload" button.
-
npm install
to install dependencies. -
npm run start
starts webpack in watch mode and also reloads the Chrome extension after every build. -
Add the extension to Chrome following to the Install development version steps above.
-
npm run build
builds everything for distribution. Please do commit thedist
directory to the repository, that way people can test the extension without building it by themself.