Giter Site home page Giter Site logo

AuraMask Browser Extension

Support

If you're a user seeking support, here to wrote the issue.

Introduction

Mission Statement

Internal documentation

Developing Compatible Dapps

If you're a web dapp developer, we've got two types of guides for you:

New Dapp Developers

Current Dapp Developers

Building locally

  • Install Node.js version 8.11.3 and npm version 6.1.0
    • If you are using nvm (recommended) running nvm use will automatically choose the right node version for you.
    • Select npm 6.1.0: npm install -g [email protected]
  • Install dependencies: npm install
  • Install gulp globally with npm install -g gulp-cli.
  • Build the project to the ./dist/ folder with gulp build.
  • Optionally, to rebuild on file changes, run gulp dev.
  • To package .zip files for distribution, run gulp zip, or run the full build & zip with gulp dist.

Uncompressed builds can be found in /dist, compressed builds can be found in /builds once they're built.

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.

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

auramask's Projects

auramask icon auramask

:globe_with_meridians: :electric_plug: The AuraMask browser extension, enables browsing IrChain blockchain enabled websites.

irc-block-tracker icon irc-block-tracker

A JS module for keeping track of the latest Ethereum block by polling an ethereum provider.

irc-json-rpc-middleware icon irc-json-rpc-middleware

Ethereum middleware for composing an ethereum provider using json-rpc-engine. Intended to replace provider-engine.

irc-keyring icon irc-keyring

A module for managing groups of IrChain accounts and using them.

irc-sig-util icon irc-sig-util

A collection of functions for signing and verifying data with Ethereum keys.

irmeta-logo icon irmeta-logo

A 3d take on the metamask logo, in browser, as a browserifyable module.

mascara icon mascara

(beta) Add MetaMask to your dapp even if the user doesn't have the extension installed

provider-engine icon provider-engine

A JavaScript library for composing Ethereum provider objects using middleware modules.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.