GithubHelp home page GithubHelp logo

repsistance / lift-wallet Goto Github PK

View Code? Open in Web Editor NEW

This project forked from codingonchain/lift-wallet

0.0 1.0 0.0 2.93 MB

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

License: Apache License 2.0

JavaScript 49.37% HTML 1.07% Vue 49.56%

lift-wallet's Introduction

LIFT Wallet

GitHub license

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

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

lift-wallet's People

Contributors

nothingalike avatar kylejohns avatar

Watchers

James Cloos 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.