Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ark-aces/aces-frontend

Ark Contract Execution Service (ACES) frontend web application
https://github.com/ark-aces/aces-frontend

Last synced: about 2 months ago
JSON representation

Ark Contract Execution Service (ACES) frontend web application

Awesome Lists containing this project

README

        

# ACES Frontend Application

The Ark Contract Execution Service (ACES) App allows users to execute service contracts (such as Ethereum
contracts) by sending a payment transaction using the [Ark Wallet](https://github.com/ArkEcosystem/ark-desktop).

This respository is the frontend UI application for ACES nodes.

## Screenshots

![Screenshot](docs/screenshot.png)

## Development Stack

- [Angular 4 Framework](https://angular.io/)
- [Bootstrap 3](http://getbootstrap.com/)
- [Bootstrap 3 SB Admin 2 Theme](https://blackrockdigital.github.io/startbootstrap-sb-admin-2/)

## Running Application

To run the application run the following npm commands:

```
npm install
npm start
```

View the application in a web browser at: [http://localhost:4200/](http://localhost:4200/)

Have fun!