Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

DigitalPrice/utrum-wallet

 
 

Repository files navigation

Utrum Wallet

Official "Utrum (OOT) Wallet"

OOT/ KMD / BTC wallet with basic features: balances, withdrawals & history.

Web Wallet for Web and Mobile users - https://utrum.gitlab.io/wallet/#/

HOLD feature for earning rewards of OOT coin. Holding $OOT for 60 days earns 1% reward and holding for 120 days earns 2.4% reward. Learn more about the reward process - https://helpdesk.utrum.io/en-us/article/how-does-oot-holding-reward-ohr-work-nprkfb/

Quick start.

## (npm and yarn friendly)

# install dependencies
cd utrum-wallet && yarn install

# serve with hot reload at localhost:9080
yarn run start-prod-internal

# build electron application for production on your current platform
yarn run build-prod-internal

# run unit tests
yarn test

Contributions

This wallet is based on the work of the MNZ team.

If you find a bug or you want to propose a feature, you should create an issue on Github.

Software license

The Utrum Wallet repository is licensed under the GNU General Public License v3.0, also included in our repository in the COPYING file.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Packages

No packages published

Languages

  • JavaScript 50.9%
  • CSS 30.1%
  • HTML 16.2%
  • Vue 2.8%