Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.08 KB

README.md

File metadata and controls

42 lines (28 loc) · 1.08 KB

ADAMANT Messenger Progressive Web Application (PWA)

It is a messaging application client for ADAMANT Blockchain.

ADAMANT is the most secure and anonymous messenger, encrypted with Blockchain.

Highlights:

– The most secure and anonymous messenger (see comparison table) – Trusted. Open-source project. – The only one which is Blockchain-powered – Integrated token transfers – Get welcome 0.49 ADM token for free messaging now

This application can be used at msg.adamant.im. Feel free to run your own messenger using this code and Build Setup.

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8082
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

For detailed explanation on how things work, checkout the guide and docs for vue-loader.