Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 516 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 516 Bytes

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