GithubHelp home page GithubHelp logo

jongalt0 / agama Goto Github PK

View Code? Open in Web Editor NEW

This project forked from komodoplatform/agama

0.0 1.0 0.0 154.86 MB

Experimental Multicoin Wallet and Blockchain Dashboard

Home Page: https://komodoplatform.com

License: MIT License

JavaScript 96.95% Shell 2.38% Python 0.06% HTML 0.61%

agama's Introduction

This is experimental and unfinished software. Use at your own risk! No warranty for any kind of damage!

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.

Agama Wallet

Komodos Desktop Multicoin Wallet

Build & Installation

Prerequirements:

  1. Install nodeJS/npm

  2. Install git

 apt-get install git

Build & Start EasyDEX-GUI (frontend)

git clone --recursive https://github.com/komodoplatform/agama --branch master --single-branch
cd agama/gui/EasyDEX-GUI/react/
git checkout master && git pull origin master
npm update && npm install
npm run build && npm start

Note: if you have errors during build on master branch try to checkout and build from dev (both agama and easydex-gui repos). Usually dev has all latest fixes including build scripts. Master is merged when new release comes out.

Leave the above process running and use a new terminal windows/tab when proceeding with the below steps.

Now please create a directory called bin inside assets/ and afterwards copy komodod and komodo-cli to a new subfolder named after the operating system you are building Agama for: linux64, osx or win64. From within agama/ the structure will be assets/bin/linux64 (for example on linux).

Start Agama App (electron)

cd agama
npm update && npm install
npm start

In order to use debug/dev mode please stop Agama App (electron) and either set dev: true and debug: true in ~/.agama/config.json and then restart the app or replace step 4) from above with the start command below:

npm start devmode

You re ready to dev!

Bundling & packaging:

In order to build the release bundles please install the electron-packager and electron-prebuilt packages:

npm install electron-packager --save-dev
npm install electron-prebuilt --save-dev

We refer to the original electron-packager repository for more detailed information and further documentation.

Linux

cd agama
./node_modules/.bin/electron-packager . --platform=linux --arch=x64 --icon=assets/icons/agama_icons/128x128.png --out=build/ --buildVersion=VERSION_NUMBER_HERE --ignore=assets/bin/win64 --ignore=assets/bin/osx --overwrite

change architecture build parameter to --arch=x32 for 32 bit build

OSX

cd agama
./node_modules/.bin/electron-packager . --platform=darwin --arch=x64 --icon=assets/icons/agama_icons/agama_app_icon.icns --out=build/ --buildVersion=VERSION_NUMBER_HERE --ignore=assets/bin/win64 --ignore=assets/bin/linux64 --overwrite

Windows

dir agama
./node_modules/.bin/electron-packager.exe . --platform=win32 --arch=x64 --icon=assets/icons/agama_icons/agama_app_icon.ico --out=build/ --buildVersion=VERSION_NUMBER_HERE --ignore=assets/bin/osx --ignore=assets/bin/linux64 --overwrite

# 32bit
electron-packager . --platform=win32 --arch=ia32 --icon=assets/icons/agama_icons/agama_app_icon.ico --out=build/ --buildVersion=VERSION_NUMBER_HERE --ignore=assets/bin/osx --ignore=assets/bin/linux64 --overwrite

# x64 and x86
electron-packager . --platform=win32 --arch=all --icon=assets/icons/agama_icons/agama_app_icon.ico --out=build/ --buildVersion=VERSION_NUMBER_HERE --ignore=assets/bin/osx --ignore=assets/bin/linux64 --overwrite

Additional bundling tools for deb and rpm packages

electron-installer-debian electron-installer-redhat

agama's People

Contributors

pbca26 avatar satindergrewal avatar devopsacid avatar ca333 avatar pedjaman avatar siulynot avatar lucioric2000 avatar hypocalese avatar metaphilibert avatar alrighttt avatar sawlysawly avatar pioryan avatar magnacoinx avatar lukechilds avatar lumberscout avatar aseandude avatar selimcan123 avatar webworker01 avatar particle4dev avatar justbeingjustin avatar st3rling0x avatar metaspartan avatar

Watchers

 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.