Skip to content
/ verto Public

A multi-currency crypto wallet with initial support for EOS & VTX

License

Notifications You must be signed in to change notification settings

gluneau/verto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

80fd503 · Sep 2, 2019
Oct 23, 2018
Dec 5, 2018
Oct 29, 2018
Oct 30, 2018
Oct 23, 2018
Sep 2, 2019
Oct 23, 2018
Dec 11, 2018
Oct 23, 2018
Dec 11, 2018
Oct 23, 2018
Oct 23, 2018
Oct 29, 2018
Oct 29, 2018
Oct 25, 2018
Oct 25, 2018
Dec 11, 2018
Oct 23, 2018
Dec 8, 2018
Dec 11, 2018
Dec 13, 2018
Dec 13, 2018

Repository files navigation

Waffle.io - Columns and their card count

CircleCI MIT Licence Open Source Love PRs Welcome

Verto

A multi-currency cross-blockchain peer-to-peer wallet with initial support for VTX Bitcoin Bitcoincash Dash EOS Ethereum Litecoin and Neo

Verto is being built as a multi-currency wallet for use with the VDex decentralized exchange, and intends to facilitate personal custody and local management of private and public keys in peer-to-peer transactions, with the goal of eliminating the risks of devastating losses of stake associated with traumatic failures of central operators. Verto plans to employ a system of smart contracts to maintain the state between two trading clients, the simplest operations being accomplished with atomic swaps Volentix ecosystem.

Table of Contents

Install

  • Node >=10.2.0
  • NPM >=6.4 or Yarn

Copy the .env_template file to the .env and fill the variables

CHAIN_ID= [your_chain_id]
# for MainNet endpoint
HTTP_ENDPOINT=https://api.eosio.cr
# for TestNet endpoint
HTTP_ENDPOINT=http://api.kylin.alohaeos.com
LEDGER_ACCOUNT_NAME= [base_account_name]
CROWDFUND_URL= [crowdfund_url]
BLOCKTOPUS_URL=https://volentix.blocktopus.io
VENUE_URL=https://venue.volentix.io/   
# install dependencies
npm install
#or
yarn install

# Run application with hot reload
npm run dev

# build electron application for production
npm run build

# Run all tests
npm test

# Run unit tests
npm run unit

# Run e2e tests
npm run e2e

Official EOS List

https://www.eosdocs.io/resources/apiendpoints/

Maintainers

TBD

Contribute

Verto is a project which was originally created by Volentix Labs, but is owned and maintained by the Volentix community. We actively support and appreciate anyone who wants to improve this or any project within the community.

See CONTRIBUTING.md

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

License

MIT © 2018 Volentix Labs Inc

About

A multi-currency crypto wallet with initial support for EOS & VTX

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published