Giter Site home page Giter Site logo

electracoin-eca / ledger-live-common Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ledgerhq/ledger-live-common

0.0 1.0 1.0 15.64 MB

Common ground for the Ledger Wallet apps

Home Page: http://ledger-live-tools.netlify.com

License: Apache License 2.0

JavaScript 97.82% Shell 1.25% Python 0.18% Java 0.38% Objective-C 0.37%

ledger-live-common's Introduction

ledger-wallet-common

Common ground for the Ledger Live apps

Install

yarn add @ledgerhq/live-common

Development

yarn          # install deps
yarn build    # build live-common...
yarn watch    # ...or watch to faster re-build
yarn test     # test exclusively live-common

tool folder is a ledger-live command-line

To run it for development and have the latest sourcecode running we need to either copy the lib folder of live-common in tool/nodemodules or use something like yalc. _We used to use yarn link but symlink are not properly working and creating dup issues. You likely want to run yarn watch in a terminal and do this in another terminal (from top level):

yalc publish # link live-common
cd tool/
yarn
yalc add @ledgerhq/live-common
yarn link    # will make ledger-live CLI available
yarn watch   # incremental build as well

Assuming that yarn global bin is in your $PATH,

You can run:

ledger-live

and it will always use your latest sourcecode.

Release flow

to run exclusively on master

yarn publish
git push
git push --tags

you also likely want to update tool and release a new version as well (second commit).

Adding cryptocurrencies

Please find instruction in src/data/cryptocurrencies.js.

ledger-live-common's People

Contributors

amougel avatar arnaud97234 avatar dalijolijo avatar davidyuk avatar dependabot[bot] avatar drewrothstein avatar flocks avatar gre avatar iammorrow avatar juan-cortes avatar khalilbellakrid avatar loeck avatar marcomorain avatar mario128mex avatar meriadec avatar mkrufky avatar mortalkastor avatar nastias avatar pbondoer avatar teams2ua avatar thanhson1085 avatar valpinkman avatar

Watchers

 avatar

Forkers

electra01

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.