Skip to content

gluneau/verto

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