Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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