Giter VIP home page Giter VIP logo

ledgstr-app's Introduction

Contributors Forks Stargazers Issues MIT License LinkedIn

Logo

Ledgstr - App

Concept

STILL IN PoC STAGE. Based on Ledger boilerplate, cleaning in progress.

Ledger application aiming to manage your Nostr key in a secure way.
Combined with the Chrome extension using NIP-07, you can use your favoti Nostr web client.

Ledger compatibility

  • Ledger Nano S - USB - Tested
  • Ledger Nano X - USB - Not tested

Limitations

Due to device memory limits, the app can only manage

Key principles

Roadmap

  • Key generation, based on BIP-44 & SLIP-44
  • Event signing with hash verification (optional)
  • Direct message with NIP-04 (see limitations)
  • Test with Ledger Nano X on USB
  • Nano X bluethooth support
  • Slax support

Technical notes

Build

sudo docker run --rm -ti -v "$(realpath .):/app" --user $(id -u $USER):$(id -g $USER) ghcr.io/ledgerhq/ledger-app-builder/ledger-app-builder:latest

make

Install

python3 -m ledgerblue.loadApp --curve secp256k1 --appFlags 0x000 --path "44'/1237'" --tlv --targetId 0x31100004 --targetVersion="2.1.0" --delete --fileName bin/app.hex --appName "Ledgstr" --appVersion "1.0.1" --dataSize $((0x`cat debug/app.map |grep _envram_data | tr -s ' ' | cut -f2 -d' '|cut -f2 -d'x'` - 0x`cat debug/app.map |grep _nvram_data | tr -s ' ' | cut -f2 -d' '|cut -f2 -d'x'`)) `ICONHEX=\`python3 /opt/nanos-secure-sdk/icon3.py --hexbitmaponly icons/nanos_app_boilerplate.gif  2>/dev/null\` ; [ ! -z "$ICONHEX" ] && echo "--icon $ICONHEX"` 

Contact

Vincent Bouzon - @vincent

Project Link: https://github.com/vbouzon/ledgstr-app

Acknowledgments

ledgstr-app's People

Stargazers

 avatar  avatar

Watchers

 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.