/lift-wallet

Cardano Wallet. Metadata Voting. Open Source.

Primary LanguageVueApache License 2.0Apache-2.0

LIFT Wallet

GitHub license

A Cardano Cryptocurrency wallet. This wallet will run a full node on your computer. It ultilizes cardano-node and cardano-wallet.

Still in Development.

Proceed with caution.

Prerequisites

  • Go to the cardano-wallet release page. Download your system's cooresponding binaries.
  • Go to the Cardano Configuration file page. Download the config, shelley genesis, byron genesis, and topology files. Don't rename the files.

Project setup

  1. Create a folder in the root of the project called cardano
  2. Inside the new folder cardano, create a folder to your corresponding platform according to node's process.platform. Current list is here. (Example: Windows = win32, Mac = darwin)
  3. Inside your platform folder, paste your cardano-wallet binaries you downloaded during the Prerequisites.
  4. Back in the cardano folder, create a folder called configs.
  5. Paste the configurations files you downloaded during Prerequisites into the configs folder.

End Result:

├── cardano
│   ├── configs
│   │   ├── mainnet-config.json
│   │   ├── mainnet-byron-genesis.json
│   │   ├── mainnet-shelley-genesis.json
│   │   ├── mainnet-topology.json
│   ├── (platform: win32, darwin, linux, etc)
│   │   ├── *binaries from cardano-wallet release

Run

npm install

npm run electron:serve