Skip to content

yareyaredesuyo/blockdx-ui

 
 

Repository files navigation

BLOCK DX

BLOCK DX is the first dapp built on top of the Blocknet Protocol. This repository is maintained by the Blocknet Core Team. We encourage the community to create dapps on top of Blocknet. Please connect with our community on discord. More information about Blocknet can be found at https://blocknet.co

Build and Run

This project was generated with Angular CLI version 1.4.1.

Start the dev server: npm start

Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

To run with the Mock (in-memory) API, run npm start -- -e="mock".

Run and test locally:

npm run start-app

Build native packages:

npm run pack-native

This will build the installer artifacts for the current system (Win, macOS, Linux).

Running unit tests

Run npm run test to execute the unit tests via Karma.

Running end-to-end tests

Run npm run e2e to execute the end-to-end tests via Protractor. Before running the tests make sure you are serving the app via npm start.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

License

By downloading and using this software, you acknowledge that:

  • This is an open source tool and you agree to use this tool in accordance with local laws.
  • This software is in beta and can include bugs that may result in irretrievable loss of funds.
  • This software is licensed under The MIT License and you agree to the terms of the license below.

[ X ] By using this software you acknowledge the financial and legal risks of using this software and agree to assume all responsibility. If you do not agree to these terms do not use the software.

The MIT License (MIT)

Copyright (c) 2018 The Blocknet Developers

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

BLOCK DX p2p exchange dapp

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 91.2%
  • TypeScript 3.9%
  • HTML 3.5%
  • CSS 1.4%