Giter Club home page Giter Club logo

desktop-wallet's Introduction

Symbol Desktop Wallet

build lint test License

Cross-platform client for Symbol to manage accounts, mosaics, namespaces, and issue transactions.

Installation

Symbol Desktop Wallet is available for Mac, Windows, and as a web application.

  1. Download Symbol Desktop Wallet from the releases section.

  2. Launch the executable file and follow the installation instructions.

  3. Create a profile. Remember to save the mnemonic somewhere safe (offline).

Building instructions

Symbol CLI require Node.js 16 LTS to execute.

  1. Clone the project.
git clone https://github.com/symbol/desktop-wallet.git
  1. Install the dependencies.
cd symbol-desktop-wallet
npm install
  1. Start the development server.
npm run dev
  1. Visit http://localhost:8080/#/ in your browser.

Release

  1. For local use, build Symbol Wallet Electron app (only Electron version support Ledger wallets), default build for MacOS, Windows and Linux
# to skip code signing
export CSC_IDENTITY_AUTO_DISCOVERY=false

npm run release
  1. Release for distribution: (Code signing for Apple builds - requires Developer ID Certificate)

    2.1 On a MacOS machine, download the zip file containing the app signing certificates (ask team)

    2.2 Extract the certificates and double click each one of them to add to the keychain (ask the team for private key password)

    2.3 Starting with MacOS 10.14.5, all signed applications by new Developer ID Certificate will need to be notarized. This is an automated step in the process. You'll need to enable notarization by setting the following env vars.

     export DESKTOP_APP_NOTARIZE=true
     export DESKTOP_APP_APPLE_ID=VALID_APPLE_DEV_ID
     export DESKTOP_APP_APPLE_PASSWORD=VALID_APPLE_DEV_PASSWORD
     export DESKTOP_APP_APPLE_TEAM_ID=VALID_APPLE_TEAM_ID
     

    2.4 Enable auto discovery for code signing process to pick up the certificates from the keychain

    export CSC_IDENTITY_AUTO_DISCOVERY=true

    2.5 Run release

    npm run release

    2.6 Validate if the app is signed with a Developer ID Certificate and notarized

    spctl -a -t exec -v ./release/mac/Symbol\ Wallet.app
     # Output(Success): ./release/mac/Symbol Wallet.app: accepted source=Notarized Developer ID
     # Output(Failure): ./release/mac/Symbol Wallet.app: rejected source=Unnotarized Developer ID
     

Getting help

Use the following available resources to get help:

Contributing

Contributions are welcome and appreciated. Check CONTRIBUTING for information on how to contribute.

License

(C) Symbol Contributors 2022

Licensed under the Apache License 2.0

desktop-wallet's People

Contributors

1105120802 avatar 44uk avatar adriacarrera avatar anthonylaw avatar bassemmagdy avatar boldchains avatar brick9527 avatar cryptobeliever avatar david0817 avatar decentraliser avatar dependabot[bot] avatar dgarcia360 avatar dl-nice avatar domakun avatar evias avatar fboucquez avatar harlean777 avatar jeraytheon avatar klimgeran avatar lijihangabc avatar myxmaster avatar nikolaiyurchenko avatar oleglialin avatar olegmakarenko avatar rg911 avatar segfaultxavi avatar triphan96 avatar vincent-lee90 avatar wayonb avatar yilmazbahadir 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.