Ledger

Top 23 Ledger Open-Source Projects

  • solana

    Web-Scale Blockchain for fast, secure, scalable, decentralized apps and marketplaces.

  • Project mention: Projects to contribute to | /r/ethdev | 2023-12-06

    Solana (9700 GitHub Stars) https://github.com/solana-labs/solana

  • ledger

    Double-entry accounting system with a command-line reporting interface

  • Project mention: Ledger | news.ycombinator.com | 2024-02-24
  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • quorum

    A permissioned implementation of Ethereum supporting data privacy

  • hledger

    Robust, fast, intuitive plain text accounting tool with CLI, TUI and web interfaces.

  • Project mention: Double-Entry Bookkeeping as a Directed Graph | news.ycombinator.com | 2024-04-10

    I'm surprised that there is no mentions of a great hacker-friendly plain-text accounting software called `ledger` https://ledger-cli.org/ in this thread. It has amazing documentation when it comes to understanding basic principles of double-entry bookkeeping and goes through many typical situations and usecases. There are also several forks, most popular and advanced is `hledger` https://hledger.org/ (h is for Haskell), which provides some neat features out of the box, such as a simple web interface. All of them are very primitive compared to "professional" accounting software, but in return it offers great opportunities for hacking around while ensuring validity of your books.

  • paisa

    Paisa – Personal Finance Manager. https://paisa.fyi demo: https://demo.paisa.fyi

  • Project mention: Trakk: expense trakking app | /r/personalfinanceindia | 2023-11-06

    My attempt at solving the same problem https://paisa.fyi. It builds on top of https://plaintextaccounting.org/ principles and is available as a CLI/Desktop App.

  • Fava

    Fava - web interface for Beancount

  • Project mention: Ledger | news.ycombinator.com | 2024-02-24

    I’ve been using beancount for almost 1.5 years now, and other than having to explicitly open accounts I love it! I use the fava UI to have all the nice modern visuals: https://beancount.github.io/fava/

  • frame

    System-wide Web3 for macOS, Windows and Linux

  • Project mention: Daily General Discussion - June 21, 2023 | /r/ethfinance | 2023-06-21

    Regarding your earlier comments on Frame, did you try the AppImage? At least on the x86 side of things, the AppImage just works, and I don't think I've ever seen an AppImage that didn't "just work". The arm64 version can be seen on their releases page here: https://github.com/floating/frame/releases/tag/v0.6.6

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • ledger

    🏛 A programmable financial ledger to build applications that move money (by formancehq)

  • Transity

    Keep track of your 💵, 🕘, 🐖, 🐄, 🍻 on your command line with the plain text accounting tool of the future! 🚀

  • Project mention: Double-Entry Bookkeeping as a Directed Graph | news.ycombinator.com | 2024-04-10

    I've been preaching to use a simpler accounting system for years and even built my own tool for it: https://github.com/ad-si/Transity

    But so far with little success. I think I’m the only active user of Transity.

  • trezor-agent

    Hardware-based SSH/GPG/age agent

  • Project mention: Mnemonikey | Determinstic PGP key recovery using phrases | v0.0.1 prerelease published | /r/GnuPG | 2023-06-07

    It doesn't support signing and authentication subkeys (But maybe it will soon!).

  • plaintextaccounting

    The plaintextaccounting.org website, a portal to Ledger, hledger, beancount and co. Also the PTA wiki.

  • Project mention: Double-Entry Bookkeeping as a Directed Graph | news.ycombinator.com | 2024-04-10

    I use ledger: https://ledger-cli.org/

    I believe this same plain text format is used by other tools, which you can find info about here: https://plaintextaccounting.org/ (In particular a lot of people seem to use hledger and beancount)

    The ledger is written using a text editor. The purpose of the software is to add everything up, calculate the balances and make sure everything balances. I keep all of my 12 years of accounting in one file and haven't noticed any slowdown. But a real business would surely have many more accounts and may want to split files by financial year or something.

    I use helper scripts to convert the data from my bank CSV downloads into ledger format. It uses machine learning to associate payees to accounts (e.g. "Tesco" gets filed to the account "Expenses:Groceries"). I haven't maintained the ML part although it works for me most of the time. In case it's useful, the code is here: https://github.com/georgek/accounts/

  • btcrecover

    BTCRecover is an open source wallet password and seed recovery tool. For seed based recovery, this is primarily useful in situations where you have lost/forgotten parts of your mnemonic, or have made an error transcribing it. (So you are either seeing an empty wallet or gettign an error that your seed is invalid) For wallet password or passphrase recovery, it is primarily useful if you have a reasonable idea about what your password might be. (by 3rdIteration)

  • Project mention: Lost seed and password | /r/Electrum | 2023-12-06

    https://github.com/3rdIteration/btcrecover

  • ledger

    Command line double-entry accounting program (by howeyc)

  • Project mention: Ask HN: A Finance Tracker | news.ycombinator.com | 2023-07-20

    Have you seen https://github.com/howeyc/ledger

  • rfcs

    Specifications for Interledger and related protocols (by interledger)

  • Project mention: Anatomy of an ACH Transaction | news.ycombinator.com | 2023-06-28

    ILP also specifies settlement; From "Fed expects to launch long-awaited Faster Payments System by 2023" (2022) https://news.ycombinator.com/item?id=32658402 :

    > And then you realize you're sharing payment address information over a different but comparably-unsecured channel in a non-stanfardized way; From https://github.com/interledger/rfcs/blob/master/0009-simple-... :

    >> Relation to Other Protocols: SPSP is used for exchanging connection information before an ILP payment or data transfer is initiated*

    > To do a complete business process, [there's] signaling around transactions, which then necessarily depend upon another - hopefully also cryptographically-secured and HA Highly Available - information system with API version(s) and database schema(s) unless there's something like Interledger SPSP Simple Payment Setup Protocol and Payment Pointers [...]

    Clearing (finance) > US: https://en.wikipedia.org/wiki/Clearing_(finance)#United_Stat...

    ACH Network:

  • stellarexplorer

    Ledger Explorer for the Stellar Network 🚀

  • vim-ledger

    Vim plugin for Ledger

  • Project mention: Vim-ledger: Vim plugin for Ledger [ and hledger] | news.ycombinator.com | 2023-08-27
  • ledger-obsidian

    Plain text accounting in Obsidian.md

  • go-vite

    Official Go implementation of the Vite protocol

  • scripts

    StakePool Operator Scripts. Learn how to create and manage your StakePool with these simple scripts. Hardware-Ledger/Trezor Support, Token/Asset Sending, Offline-Mode and more... (by gitmachtl)

  • Nault

    ⚡ The most advanced Nano wallet with focus on security, speed and robustness

  • Project mention: Easiest Way to Sell moons - 4 Steps ( No Swapping No bridging ) | /r/CryptoCurrency | 2023-08-07

    Nano wallet : Natrium (App Store/Google Play) Or Nault (Web wallet) Remember to store your seed in a safe place

  • ledger-autosync

    Synchronize your ledger-cli files with your bank.

  • Project mention: An open-source alternative to QuickBooks | news.ycombinator.com | 2023-05-29

    as far as the ledger-cli google groups [1] go, they seem to think it is a proper journal file. It has been fairly tested with OFX imports (https://github.com/ledger/ledger/wiki/OFX-Import) as well bank autosync (https://github.com/egh/ledger-autosync).

    In fact, someone also wrote a book on this - https://leanpub.com/personal-accounting-in-ledger/

    I will defer if you are indeed building your own competing tool in this space which is better, but holding to the original point of my request - maybe it will be incremental to support your format if ledger-cli format is supported today. versus not supporting any disk format (or inventing a new one).

    [1] https://groups.google.com/g/ledger-cli/search?q=double%20ent...

  • blockchain

    blockchain (crypto) tools, libraries & scripts in ruby (by rubycocos)

  • near-wallet

    Web wallet for NEAR Protocol which stores keys in browser's localStorage

  • Project mention: Getting NEAR tokens off Ledger | /r/nearprotocol | 2023-11-11

    Here is why I am sending my NEAR from Ledger to my near wallet. Message in wallet.near.org: "As of January 1st, 2024 the NEAR wallet will be discontinued. No changes will be made to your account or its assets. Use your recovery phrase or the Transfer Wizard to securely migrate to a different wallet." If you are unable to unstake your NEAR tokens on Ledger, exist Ledger and use wallet.near.org, with ledger; you will see your staked tokens and can unstake them and later send them to a non-ledger wallet. Why wait until January? I am disappointed with Ledger.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2024-04-10.

Ledger related posts

Index

What are some of the best open-source Ledger projects? This list will help you:

Project Stars
1 solana 12,043
2 ledger 5,116
3 quorum 4,584
4 hledger 2,750
5 paisa 2,073
6 Fava 1,810
7 frame 1,026
8 ledger 818
9 Transity 603
10 trezor-agent 557
11 plaintextaccounting 519
12 btcrecover 514
13 ledger 433
14 rfcs 422
15 stellarexplorer 418
16 vim-ledger 356
17 ledger-obsidian 339
18 go-vite 319
19 scripts 270
20 Nault 255
21 ledger-autosync 252
22 blockchain 215
23 near-wallet 211
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com