Coder Social home page Coder Social logo

blockchain-bobby / back-office-admin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from d3ledger/back-office-admin

0.0 1.0 0.0 728 KB

Admin panel for D3 project

License: Other

JavaScript 43.98% Dockerfile 1.55% Shell 0.41% HTML 0.33% Vue 53.73%

back-office-admin's Introduction

D3

What is it?

This is admin panel for the D3 project - D3

Distributed Digital Depository is a service platform for decentralized safekeeping and settlements of tokenized crypto assets. Financial intermediaries, or custodians, directly participate in the maintenance of the system by auditing exchange process, and by voting during sidechain-to-D3 tokenization process.

Hyperledger Iroha is D3 ledger, which is used for voting (via multisignature accounts) and decentralized data storage.

Getting started

To start use this application you should run this commands in terminal.

$ git clone https://github.com/d3ledger/back-office-admin
$ cd back-office-admin
$ yarn

IMPORTANT in our application we use yarn for dependency management if you do not have it, you should install it - Installation | Yarn

ENV

  1. VUE_APP_NOTARY_URL=http://127.0.0.1:8083 - Used to connect to notary, provide IP of notary. Use this ENV when going to run or build application.
  2. VUE_APP_NOTARY_ACCOUNT=notary@notary - Used to specify account that will be used for getting relays from.
  3. VUE_APP_RELAY_ACCOUNT_KEY=eth_registration_service@notary - Used to specify key that will be used for getting relays from specified account.
  4. CYPRESS_IROHA=http://127.0.0.1:8081 - Used to run e2e tests, provide IP of gRPC IROHA.
  5. CYPRESS_baseUrl=http://127.0.0.1:8080 - Can be used in e2e tests, provide IP of D3 application

Also in src/data/config.js you can find several different parameters that can be configured.

How to run

To run application

$ yarn serve

This will serve application with hot reload.

How to build

To build application for deployment

$ yarn build

How to test

To run tests all unit tests

$ yarn test:unit

To run all e2e tests

$ yarn test:e2e

IMPORTANT to run any e2e test need to provide CYPRESS_IROHA.

$ CYPRESS_IROHA=http://127.0.0.1:8081 yarn test:e2e

back-office-admin's People

Contributors

pobepto avatar asmadek avatar

Watchers

James Cloos 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.