A Chrome Extension for NULS Blockchain. Currently in testing stages.
Download the latest release and load the extension manually into your Chrome browser.
Extract the release files into a new seperate folder. The directory holding the manifest file can be added as an extension in developer mode in its current state.
-
Open the Extension Management page by navigating to chrome://extensions.
- The Extension Management page can also be opened by clicking on the Chrome menu, hovering over More Tools then selecting Extensions.
-
Enable Developer Mode by clicking the toggle switch next to Developer mode.
-
Click the LOAD UNPACKED button and select the extension directory.
Top level todo list in order of importance
- Create an app name
- Create and implement a design
- Write tests
- BIP39+password (seed) solution
- API backend for getting blockchain and price data
- SocketIO for sending live data when needed and FireBase for push notifications (when idle)
- Interact with webpages (ie request/send fund links)
- dApps area
npm i
npm run serve
npm run build
npm run test
npm run lint