A Cardano Cryptocurrency Lite wallet. It ultilizes cardano-cli and cardano-address.
Proceed with caution.
- 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 :)
- Clone the project in your computer
git clone https://github.com/nothingalike/lift-wallet.git- Install
nodedependencies
# install required nodejs version from .nvmrc
nvm install
nvm use
# install nodejs modules/dependencies
npm install
- Download latest
cardanobinaries for your platform
npm run binaries:macos
npm run binaries:linux
npm run binaries:windowsnpm run electron:serve
A clean instance of lift-wallet should pop up!