Giter Site home page Giter Site logo

nomhck / aidos-wallet Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aidoskuneen/aidos-wallet-v1

0.0 2.0 0.0 1.65 MB

Desktop wallet for Aidos Kuneen (step1)

Home Page: http://aidoskuneen.com

License: GNU General Public License v3.0

CSS 18.15% HTML 3.33% JavaScript 75.72% NSIS 0.10% C++ 2.71%

aidos-wallet's Introduction

Build Status Build status GitHub license

Aidos Wallet

Overview

This repository contains the desktop wallet for AidosKuneen.

OS

  • Linux 64 bit
  • Windows 64bit and 32bit
  • MacOS 64bit

Linux 32bit and MacOS 32bit is NOT supported.

Install

These instructions are only in case you want to build the wallet by yourself. Pre-built packages are available on Release Page.

Requirements

  1. NodeJS

NodeJS is required to install and run the app.

  1. Electron:

You can use the package manager if you are using Linux. On Windows or if you want to install manually please use:

npm install -g electron-prebuilt
  1. Bower:
npm install -g bower

For Windows Users

npm install -g --production windows-build-tools

This needs to be run in a cmd window with elevated rights (Administrator).

If you want to package the wallet you will need:

  1. Electron Builder
npm install -g electron-builder
  1. Optionally Docker (In case you want to build for other platforms on Windows)

Install

  1. Clone this repository:
git clone https://github.com/AidosKuneen/aidos-wallet
  1. Install components:
npm install
  1. Run the app:
npm start
  1. If you wish to compile the app:
npm run compile

If you'd like to create a package only for a specific OS, you can do so by running:

npm run compile:win
npm run compile:mac
npm run compile:lin

You need the specific OS for each package (i.e. cannot cross compile).

  1. After that you can find the compiled binaries in the out dir.

Testnet

To use the Wallet for the Testnet, rename package.testnet.json to package.json and follow the above instructions to create a runnable version. Make sure you are connecting to a Server that uses the ARI Testnet. (Otherwise your connection will be refused as the Test- and Mainnet use different API ports)

LICENSE

GNU General Public License v3.0

aidos-wallet's People

Contributors

ogami-daigoro avatar nos-manus avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.