Git Product home page Git Product logo

ixian-litewallet's Introduction

Ixian-LiteWallet

Simple command line interface (CLI) wallet for the Ixian cryptocurrency.

Development branches

There are two main development branches:

  • master: This branch is used to build the binaries for the official IXIAN DLT network. It should change slowly and be quite well-tested. This is also the default branch for anyone who wishes to build their Ixian software from source.
  • development: This is the main development branch and the source for testnet binaries. The branch might not always be kept bug-free, if an extensive new feature is being worked on. If you are simply looking to build a current testnet binary yourself, please use one of the release tags which will be associated with the master branch.

Running

Download the latest binary release or you can compile the code yourself.

Windows

Double-click on the IxianLiteWallet.exe to start the wallet.

Linux

Download and install the latest Mono release for your Linux distribution. The default Mono versions shipped with most common distributions are outdated.

Go to the Mono official website and follow the steps for your Linux distribution. We recommend you install the mono-complete package.

Open a terminal and navigate to the IxianLiteWallet folder, then type

mono IxianLiteWallet.exe

to start the wallet.

Building

Windows

Visual Studio 2017 is required (Community Edition is fine), you can get it from here: Visual Studio

Several NuGetPackages are downloaded automatically during the build process.

Linux

Download and install the latest Mono release for your Linux distribution. The default Mono versions shipped with most common distributions are outdated.

Go to the Mono official website and follow the steps for your Linux distribution.

We recommend you install the mono-complete package.

For Debian based distributions such as Ubuntu, type

sudo apt install mono-complete nuget msbuild git gcc

or if you have a Redhat based distribution, type

sudo yum install mono-complete nuget msbuild git gcc

Next you'll need to build the IxianLiteWallet solution. You can do this by typing the following commands in the terminal:

git clone https://github.com/ProjectIxian/Ixian-Core.git
git clone https://github.com/ProjectIxian/Ixian-LiteWallet.git
cd Ixian-LiteWallet/IxianLiteWallet
nuget restore IxianLiteWallet.sln
msbuild IxianLiteWallet.sln /p:Configuration=Release

The IxianLiteWallet will be compiled and placed in the IxianLiteWallet/bin/Release/ folder.

Get in touch / Contributing

If you feel like you can contribute to the project, or have questions or comments, you can get in touch with the team through Discord: (https://discord.gg/dbg9WtR)

Pull requests

If you would like to send an improvement or bugfix to this repository, but without permanently joining the team, follow these approximate steps:

  1. Fork this repository
  2. Create a branch (preferably with a name that describes the change)
  3. Create commits (the commit messages should contain some information on what and why was changed)
  4. Create a pull request to this repository for review and inclusion.

ixian-litewallet's People

Contributors

firestorm40 avatar ixiangel avatar ashkante avatar

Watchers

James Cloos 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.