A multi-currency cross-blockchain peer-to-peer wallet
Verto is being built as a multi-currency wallet for integrating sovereign services into one, user controlled and managed, anonymous, and decentralized tool. The focus of Verto is to simplify the usage of blockchain technology in a way that is intuative for those unfamiliar with the technology.
If you are unfamiliar with the Volentix repository management strategy, please read this guide.
To know more about Verto architecture, please read this guide.
To install Verto you will need to have the following installed on your system:
- Yarn:
- Node: v10.15.0
- Quasar: v1.0.0 Install Quasar Docs.
Note that other version of Node and NPM may work, however, these are the versions our team is using.
If you are looking to simply try running Verto, but do not wish to contribute, you can simply clone the repository
git clone https://github.com/Volentix/verto.git
If you are looking to make contributions, you will need to fork the repository. Please refer to the Contributing Guide for details
Once you have a copy locally, cd into the cloned directory:
cd verto/app
No install the dependancies:
yarn
Thats it! Happy hacking!
You can run Verto on the following platforms:
Only a browser is required to run on web.
QENV=development quasar dev
No additional tooling is required to run Verto as an electron app.
QENV=development quasar dev -m tauri
No additional tooling is required to run Verto as an electron app.
QENV=development quasar dev -m electron
You must install the android development environment for your platform. This is considered out of scope for this guide. Please refer to online documentation from official sources.
QENV=development quasar dev -m android
You must install the android development environment for your platform. This is considered out of scope for this guide. Please refer to online documentation from official sources.
QENV=development quasar dev -m ios
See the contribute file!
PRs accepted.
Small note: If editing the README, please conform to the standard-readme specification.
MIT © 2019 Volentix