ACES Frontend Application
September 11, 2017 ยท View on GitHub
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.
This respository is the frontend UI application for ACES nodes.
Screenshots

Development Stack
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/
Have fun!