Smilo-platform / SmiloWallet-extension

:globe_with_meridians: :electric_plug: The Smilo Browser Extension enables browsing Smilo blockchain enabled websites.

Home Page:https://smilo.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to build and install (Ubuntu 18.04.4)

  • Make sure you have Node.js v10.19.0
  • Make sure you have installed Npm 6.13.4
  • Install build essentials: sudo apt install build-essential
  • Install dependencies: npm install
  • Build packages: npm run dist
  • Done! You can find the files in /dist in the root (for Chrome, Edge, Firefox and Opera)

Errors

  • 'npm ERR! cb() never called!'. Please try npm cache clean since you might be switching between npm registries
  • 'configure: error: no acceptable C compiler found in $PATH.'. Please install apt-get install build-essential

MetaMask Browser Extension

Build Status Coverage Status Stories in Ready

You can find the latest version of MetaMask on our official website. For help using MetaMask, visit our User Support Site.

For up to the minute news, follow our Twitter or Medium pages.

To learn how to develop MetaMask-compatible applications, visit our Developer Docs.

To learn how to contribute to the MetaMask project itself, visit our Internal Docs.

Contributing

You can read our internal docs here.

You can re-generate the docs locally by running npm run doc, and contributors can update the hosted docs by running npm run publish-docs.

Running Tests

Requires mocha installed. Run npm install -g mocha.

Then just run npm test.

You can also test with a continuously watching process, via npm run watch.

You can run the linter by itself with gulp lint.

Architecture

Architecture Diagram

Development

npm install
npm start

Build for Publishing

npm run dist

Writing Browser Tests

To write tests that will be run in the browser using QUnit, add your test files to test/integration/lib.

Other Docs

About

:globe_with_meridians: :electric_plug: The Smilo Browser Extension enables browsing Smilo blockchain enabled websites.

https://smilo.io/

License:MIT License


Languages

Language:JavaScript 90.8%Language:CSS 8.4%Language:HTML 0.7%Language:Shell 0.2%