Code Monkey home page Code Monkey logo

lbr-mask's Introduction

LBRMask Browser Extension for LBR

Support

If you're a user seeking support, leave your feedbacks at our GIT site.

Introduction

In order to help users and developers access LBR blockchain, we modified the MetaMask Project to make it work with LBR blockchain. LBR blockchain JSON-RPC is compatiable with Ethereum WEB3 in many methods but is quite different in Transaction Format. Major changes are as the followings:

  • Use LBR-tx to replace the ethereumjs-tx for sign a raw transaction object;
  • Use LBR-provider-engine to replace the web3-provider-enginer for sending a signed Transaction to LBR network;
  • Use LBR-link to provide outside link with LBR explorer for displaying account info.
  • Connect with https://gateway.LBR.io instead of infurno.io to provide online services.

LBRMask is a software for users to manage accounts, for sites to easily propose actions to users, and for users to coherently review actions before approving them. We build on this rapidly evolving set of protocols with the goal of empowering the most people to the greatest degree, and aspire to continuously evolve our offering to pursue that goal.

Developing Compatible Dapps

If you're a web dapp developer, we welcome you to join us to further develop this tool:

New Dapp Developers

Current Dapp Developers

  • If you have a Dapp on Ethereum, and you want to move to LBR network, you can checkout our wiki website for more information.
  • At this moment, LBRMask only supports MotherChain Dapps, MicroChain supports is under developing.

Building locally

  • Install Node.js version 6.3.1 or later.
  • Install dependencies:
    • For node versions up to and including 9, install local dependencies with npm install.
    • For node versions 10 and later, install Yarn and use yarn 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

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.