Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ark-aces/aces-frontend
- Owner: ark-aces
- License: mit
- Archived: true
- Created: 2017-09-11T06:22:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-11T07:24:05.000Z (over 7 years ago)
- Last Synced: 2024-08-07T12:41:11.437Z (5 months ago)
- Language: TypeScript
- Size: 1.23 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ark - Aces-Frontend - Aces Frontend (Bridges / Wallets)
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!