/pastel-electron-wallet

A Graphical Full-Node Wallet for Pastel Network

Primary LanguageTypeScriptMIT LicenseMIT

Pastel Fullnode Wallet

CircleCI

Description

Pastel Fullnode Wallet is a z-Addr first, Sapling compatible wallet and full node for pasteld that runs on Linux, Windows and MacOS.

Installation

Download the release binary for your OS from the releases page, unzip it and double click on the exectable to start.

pasteld

PastelWallet needs a Pastel node running pasteld. If you already have a pasteld node running, PastelWallet will connect to it.

If you don't have one, PastelWallet will start its embedded pasteld node.

Additionally, if this is the first time you're running PastelWallet or a pasteld daemon, PastelWallet will download the Pastel params and configure pastel.conf for you.

Compiling from source

PastelWallet is written in Electron/Javascript and can be build from source.

git clone https://github.com/pastelnetwork/pastel-electron-wallet.git
cd pastel-electron-wallet

yarn install
yarn make

The resulting binaries would be located at out folder. Please note that yarn make will create installers only for the OS where it's executed.

Development

You need to have the following software installed before you can build Pastelwallet Fullnode

To start in development mode, run

yarn start

To contribute to the source, please read CONTRIBUTING.md.