ledger-mpc-app

Partisia has developed a JS application that will interface with the Ledger App here:

Running the App

To run the app and test all the functionality of the Ledger Device please do the following:

git clone git@gitlab.com:partisiablockchainapplications/ledger-mpc-app.git
cd ledger-mpc-app

# install dependencies
npm i

# add your MNEMONIC into a .env file
echo MNEMONIC="word1 word2 word3 ..." >> .env

# unlock and open ledger to Partisia App
npm run test

Example Interaction