NEM2, aka Catapult, Wallet as Firefox Extension.
A browser wallet to facilitate the integration with web applications and Catapult Blockchain in a user-friendly manner.
This project uses C4(Collective Code Construction Contract) process for contributions.
When you find that nem2-wallet-browserextension could have XYZ, think about what you can do for open source not what open source can do for you. If you find something it's not working or something is missing, feel free to open a Pull Request, I will be more than happy to merge it, but I don't do features on demand 😄.
- npm or yarn
- visual studio code or your preferred IDE
- web-ext
$> npm install --global web-ext
$> git clone [email protected]:decentraliser/nem2-wallet-browserextension.git
$> cd nem2-wallet-browserextension
$> npm i
In a windows environment:
$> npm run windev
In other environments:
$> npm run watch & npm run web-ext:run
web-ext
will open your Firefox browser with the extension loaded.
Copyright (c) 2019-present Contributors as noted in the AUTHORS file
This file is part of nem2-wallet-browserextension.
nem2-wallet-browserextension is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
nem2-wallet-browserextension is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with nem2-wallet-browserextension. If not, see http://www.gnu.org/licenses/