GithubHelp home page GithubHelp logo

sbutalia / elv-core-js Goto Github PK

View Code? Open in Web Editor NEW

This project forked from eluv-io/elv-core-js

0.0 1.0 0.0 9.92 MB

Account management application wrapper

JavaScript 85.08% HTML 0.43% CSS 14.49%

elv-core-js's Introduction

ElvCore

Purpose

This application serves as a secure account management wrapper around other applications (e.g. the fabric browser). ElvCore contains users' current account information (accounts, current account, private keys, etc.) and can perform fabric API requests and blockchain interactions on behalf of the contained app, allowing the app to perform actions, while never allowing it to gain access to the user's credentials.

The contained app is run in a sandboxed IFrame. It can make API requests using the FrameBrowser client. This client will pass messages to ElvCore corresponding to specific API calls. Upon receiving a request message, ElvCore will make the request using the current user's credentials, then pass the result back to the contained app as another messsage.

See ElvClient documentation for more details)

Running ElvCore

Running with NPM

  npm install
  npm run serve

Then open http://localhost:8082 in your browser

Configuration

Edit ./configuration.json to point to the appropriate Eluvio configuration URL and any additional apps.

Running from static build

Simply open dist/index.html in your browser

elv-core-js's People

Contributors

elv-kevin avatar

Watchers

 avatar

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.