substrate-ledger-ed25519 VS tools

Compare substrate-ledger-ed25519 vs tools and see what are their differences.

substrate-ledger-ed25519

Extract Substrate and Polkadot compatible ed25519 keys from Ledger mnemonic phrases (by jacogr)

tools

Various cli tools for Polkadot and Substrate chains, including basic node monitoring, making API queries via a cli app and other command-line tools (by polkadot-js)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
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.
www.influxdata.com
featured
substrate-ledger-ed25519 tools
7 2
151 275
- 1.5%
2.6 8.5
about 2 years ago 7 days ago
JavaScript TypeScript
- Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

substrate-ledger-ed25519

Posts with mentions or reviews of substrate-ledger-ed25519. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-02-20.
  • Add ledger seed phrase generate different wallet on polkadotJS
    2 projects | /r/AcalaNetwork | 20 Feb 2022
    Ive been digging and i have found some slightly beyond me but not insane code over on github (https://github.com/jacogr/substrate-ledger-ed25519 ) . It pretty new so apparently there are people working on this problem. I also saw a post on another kusama/polkadot site one of the big rmrk guys brought this up as a problem that needs to be addressed for users. there was a whole thread about it. I know that doesnt solve anything now, but atleast people are on it. In the past week i have seen alot of people making this same mistake. ive definitely lost some hair over it.
  • ledger support
    1 project | /r/SORA | 19 May 2021
    1) go to https://github.com/jacogr/sample-ledger-ed25519 - this is done by one of the polkadot devs
  • Solution to Polkaswap/ Polkadot.js Ledger nano locked funds issue
    1 project | /r/Polkaswap | 9 May 2021
    I don't have my computer in front of me at the moment so this will be a heavily simplified post for the sake of time, and a lack of access to my computer and ledger device. If you're like me, you might have had a Polkadotjs account created using your Ledger nano. Obviously ledger is the best way to keep crypto secure so it is assumed that there should be no problems using ledger with the new Polkaswap platform, right? As we learned, this is incorrect as it turns out there is no support for the Sora network on Ledger, so it seems as though you're screwed. Except you're not, the other day another redditor pointed me to a piece of code that would allow me to access my Polkaswap funds with no issue. So just a disclaimer, this method will make your Ledger insecure, so just be aware of the security issues when doing something like this. Personally, I transferred all my funds to another wallet while doing this whole process, just to be safe. Ensure there is absolutely no malware, keyloggers, viruses, or anything on your computer or on any extension in your browser. Once you're ready, you can begin by going here: https://github.com/jacogr/sample-ledger-ed25519 . You MUST have a Linux or must be able to use a Linux terminal with your ledger attached ( I think ) . These commands can only be ran through a Linux terminal, if you're using Windows you may need a virtual machine and you may also need to get your Ledger connected through the virtual machine . If you know an easier method then go ahead. Personally I turned my internet off after installing the GitHub code and ran it. You'll need to type your entire phrase into the terminal with quotes around it, followed with the corresponding account numbers, in many cases it'll be literally just 0 and 0. Once you extract your Polkadot seed in the terminal, copy that and paste it into the Polkadot.js website under import account using seed. Do advanced and select encryption type, now you should be able to find a wallet account number that matches your original polkadot ledger address that was imported that has the locked funds on it. You may have to remove the account from polkajs first before doing this I'm not sure. Obviously back up the account just in case. Now, once you find your wallet number, create it under SORA network. If that option is unavailable do it under Polkadot and change it in the browser extension to Sora network . Now you hopefully successfully got your funds back and can use Polkaswap. Remember to reset your ledger device if you want to be extra secure and to NEVER give out your 24 word phrase to anyone for any reason. Only these cases are the exception to the rule, and you're giving it to a program that's not even connected to the internet. Hopefully it worked for you, if you have questions I'll try and answer them.
  • ledger nano x problem poldot.js on polkaswap
    1 project | /r/SORA | 6 May 2021
    It's only worth it if you don't wanna wait and if you sent a lot of money to polkaswap on a ledger. https://github.com/jacogr/sample-ledger-ed25519
  • Frustrated and very excited about the great potential of Polkaswap
    1 project | /r/SORA | 5 May 2021
  • Is it possible to recover ledger wallet on official polkadot website
    1 project | /r/Polkadot | 28 Apr 2021
    Ok, maybe it's easier to use this tool: https://github.com/jacogr/sample-ledger-ed25519
  • Staked Kusama lost? How to restore?
    2 projects | /r/Kusama | 12 Apr 2021

tools

Posts with mentions or reviews of tools. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-04-12.
  • Polkadot Digest 5 June 2023
    1 project | /r/Polkadot | 4 Jun 2023
    Did you know that you can access the power of the Polkadot-JS API via the command line? https://github.com/polkadot-js/tools/tree/master/packages/api-cli
  • Staked Kusama lost? How to restore?
    2 projects | /r/Kusama | 12 Apr 2021
    If it still doesn't work, you can use this tool to interact with the chain to transfer your balances out of the accounts.

What are some alternatives?

When comparing substrate-ledger-ed25519 and tools you can also consider the following projects:

Grants-Program - Web3 Foundation Grants Program

react-cool-inview - 😎 🖥️ React hook to monitor an element enters or leaves the viewport (or another element).

ledger-live-common - ⛔️ DEPRECATED - Common ground for the Ledger Wallet apps

extension - Simple browser extension for managing Polkadot and Substrate network accounts in a browser. Allows the signing of extrinsics using these accounts. Also provides a simple interface for compliant extensions for dapps.

sample-ledger-ed25519 - Extract Substrate and Polkadot compatible ed25519 keys from Ledger mnemonic phrases [Moved to: https://github.com/jacogr/substrate-ledger-ed25519]

apps - Basic Polkadot/Substrate UI for interacting with a Polkadot and Substrate node. This is the main user-facing application, allowing access to all features available on Substrate chains.

common - Utilities and base libraries for use across polkadot-js for Polkadot and Substrate. Includes base libraries, crypto helpers and cross-environment helpers.

api - Promise and RxJS APIs around Polkadot and Substrate based chains via RPC calls. It is dynamically generated based on what the Substrate runtime provides in terms of metadata.