All Projects → Volentix → verto

Volentix / verto

Licence: other
A multi-currency wallet for the Volentix ecosystem.

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
SCSS
7915 projects
stylus
462 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to verto

android-eth-wallet
Android cryptocurrency wallet app with clean architecture
Stars: ✭ 28 (+115.38%)
Mutual labels:  blockchain-wallet
wallt-app
Ruff 区块链钱包App
Stars: ✭ 23 (+76.92%)
Mutual labels:  blockchain-wallet
defiprime
All things #DeFi - trustless and transparent financial products built on top of the blockchain.
Stars: ✭ 117 (+800%)
Mutual labels:  blockchain-wallet
bitcoin-kit-android
Comprehensive Bitcoin development library for iOS, implemented on Swift. SPV wallet implementation for Bitcoin, Bitcoin Cash, Litecoin and Dash blockchains. Fully compliant with existing standards and BIPs.
Stars: ✭ 102 (+684.62%)
Mutual labels:  blockchain-wallet
waves-keeper
Your entry point to the Waves blockchain and Waves-powered web services
Stars: ✭ 57 (+338.46%)
Mutual labels:  blockchain-wallet
blockchain-VCoin
Simple Implementation Proof of Work blockchain coin.
Stars: ✭ 16 (+23.08%)
Mutual labels:  blockchain-wallet

verto

standard-readme compliant MIT Licence Open Source Love PRs Welcome

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.

Table of Contents

Before You Begin

If you are unfamiliar with the Volentix repository management strategy, please read this guide.

To know more about Verto architecture, please read this guide.

Install

To install Verto you will need to have the following installed on your system:

  1. Yarn:
  2. Node: v10.15.0
  3. 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!

Usage

You can run Verto on the following platforms:

Web

Only a browser is required to run on web.

QENV=development quasar dev

Tauri

No additional tooling is required to run Verto as an electron app.

QENV=development quasar dev -m tauri

Electron

No additional tooling is required to run Verto as an electron app.

QENV=development quasar dev -m electron

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 android

IOS

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

Maintainers

[email protected]

Contribute

See the contribute file!

PRs accepted.

Small note: If editing the README, please conform to the standard-readme specification.

License

MIT © 2019 Volentix

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].