Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/navcoin/navcoin-wallet-chrome-extension
Navcoin Wallet Chrome Extension
https://github.com/navcoin/navcoin-wallet-chrome-extension
Last synced: about 4 hours ago
JSON representation
Navcoin Wallet Chrome Extension
- Host: GitHub
- URL: https://github.com/navcoin/navcoin-wallet-chrome-extension
- Owner: navcoin
- Created: 2022-05-28T09:30:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-21T11:22:25.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T04:36:07.085Z (7 months ago)
- Language: CSS
- Size: 26.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Navcoin Wallet Chrome Extension
Install dependencies
```
npm install
```
Run project
```
npm run start
```
Build project
```
npm run build
```
Test extension on Google Chrome
```
Paste chrome://extensions/ to your Chrome browser address bar and open extensions page.
Turn on the "Developer Mode" button located in the upper right corner of the screen.
Click "Load Unpacked" button located in the upper left corner of the screen.
Select the /dist folder.
```
Tested with Node 16.0.0 and NPM 7.10.0