/aces-frontend

Ark Contract Execution Service (ACES) frontend web application

Primary LanguageTypeScriptMIT LicenseMIT

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.

This respository is the frontend UI application for ACES nodes.

Screenshots

Screenshot

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!