Skip to content

Cardano LITE Wallet. Intended to be used as a starter project for developers wanting to build on the Cardano Blockchain

License

Notifications You must be signed in to change notification settings

CodingOnChain/lift-wallet

Repository files navigation

LIFT Wallet

GitHub license

A Cardano Cryptocurrency Lite wallet. It ultilizes cardano-cli and cardano-address.

Still in Development.

Proceed with caution.

Prerequisites

  • git
  • nodejs/nvm
  • bash
  • wget

We recommend using these methods to fulfill prerequisites:

  • Windows users, try some choco:
choco install git nvm bash wget
  • MacOS users, try some brew:
brew install git nvm bash wget
  • Linux: feel free :)

Initial setup

  1. Clone the project in your computer
git clone https://github.com/nothingalike/lift-wallet.git
  1. Install node dependencies
# install required nodejs version from .nvmrc
nvm install
nvm use
# install nodejs modules/dependencies
npm install
  1. Download latest cardano binaries for your platform
npm run binaries:macos
npm run binaries:linux
npm run binaries:windows

Run

npm run electron:serve

A clean instance of lift-wallet should pop up!

alt text