Skip to content

acrylplatform/AcrylGUI

Repository files navigation

Build Status

Acryl Client

Website | Support | Documentation

Acryl Client is the official wallet software designed with mass adoption in mind. It allows to access your Acryl account, handle financial operations, issue tokens, and trade on DEX.

Installation and usage

The web version is available at https://client.acrylplatform.com and needs no installation.

The desktop client can be downloaded from https://acrylplatform.com/product.

For developers

You will need Node.js 10.7.0 (or higher) and npm v5 (or higher).

npm i
npm run data-service
npm run server

The server will be launched at https://localhost:8080.

Blockchain for the people

Keep up with the latest news and articles, and find out all about events happening on the Acryl Platform.

Please see the issues section to report any bugs or feature requests and to see the list of known issues.

Acryl Logo

Install mobile client

To install the mobile version of the client, you will need to install globally CORDOVA, and then use the build script of the mobile application.

npm install -g cordova
npm run cordova-install

To run the application on an android emulator or smartphone, you need to go to the directory of the assembly you need and then run the CORDOVA launch command on the android platform.

cd mobile/mainnet

or

cd mobile/testnet
cordova run android

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published