parity-signer VS stylo

Compare parity-signer vs stylo and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
parity-signer stylo
11 5
545 715
1.1% -0.1%
9.6 4.9
2 days ago about 1 year ago
Rust TypeScript
GNU General Public License v3.0 only MIT License
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.

parity-signer

Posts with mentions or reviews of parity-signer. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-02-13.
  • Polkadot Digest 17 May 2023
    1 project | /r/Polkadot | 17 May 2023
    Polkadot Vault (formerly called Parity Signer) is open-source. You can view the code here: https://github.com/paritytech/parity-signer/
  • Suggestions are appreciated.
    1 project | /r/dot | 25 Apr 2022
    I wouldn't say it's a black box system. If you want, you can read the code here, compile it yourself and load it on to your phone - https://github.com/paritytech/parity-signer
  • Any plans for Hardware Wallet Intergration?
    1 project | /r/AcalaNetwork | 19 Apr 2022
    Don't think there's any HW wallets supported atm. Personally I'm using Parity Signer on an old phone, air gapped. But that's also quite involved to get up and running. (https://github.com/paritytech/parity-signer/releases/tag/v5.0.1) But to get it to work with ACA you need to add the network and the metadata, see https://metadata.parity.io/, if you're technical you can checkout their github project and locally run an update site for Acala.
  • Signing Parachain Transactions with Parity Signer
    2 projects | /r/Polkadot | 13 Feb 2022
  • polkadot js crowdloan security
    1 project | /r/dot | 10 Jan 2022
    Have you looked into Parity Signer? https://github.com/paritytech/parity-signer
  • Polkadot Digest 8 June 2021
    2 projects | /r/Polkadot | 8 Jun 2021
    You can re-purpose an old mobile phone to be a secure air-gapped wallet with Parity Signer. https://github.com/paritytech/parity-signer/
  • Polkadot v0.9.0 has been released; upgrade priority is HIGH
    3 projects | /r/Polkadot | 5 May 2021
    You can run the polkadot.js/apps UI natively as an electron client. That's available from the releases page: https://github.com/polkadot-js/apps/releases For added security+confidence, you could connect this to a locally-run node instead of parity (or whoever)'s publicly run RPC nodes. If you want a cold wallet (i.e., offline, used for signing transactions, etc) you can use parity-signer
  • Wallets
    1 project | /r/Polkadot | 1 Mar 2021
    Parity Signer
  • WARNING: Risk of losing funds, please do not use this Parity Signer ยท Issue #724
    2 projects | /r/polkadot_market | 13 Feb 2021
    It isn't misleading in any way shape or form. The developer of the tool agrees that right now it should not be used. See their response here: https://github.com/paritytech/parity-signer/issues/680
    1 project | /r/dot | 13 Feb 2021

stylo

Posts with mentions or reviews of stylo. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-30.
  • todolist-cl: a nice looking todolist with a web UI, written in Common Lisp [and by a newcomer to CL, to add credit]
    2 projects | /r/Common_Lisp | 30 Nov 2022
    I recently integrated Stylo: https://stylojs.com/ It was simple and the editor looks simple, I like it.
  • Is there some kind of opensource widget editor? Like an advanced WYSIWYG editor
    5 projects | /r/webdev | 8 Mar 2022
    Stylo
  • Switching Rich Text Editors, Part 1: Picking Tiptap
    13 projects | news.ycombinator.com | 11 Feb 2022
    Great article and fantastic choice!

    This is a topic I have been very interested lately. I had been lucky to start using since Slate 0.61.x, but I cannot say anything good about it. It has a major problem with managing large documents [0]. I tried to introduce multiple improvements of performance, but it is very ungrateful project โ€“ change in one place affects many things at the same time. I am shocked, how many projects are still using it. For example, open-sourced Notabase [1]. My 4+ weeks with Slate.js completely killed motivation, and I was only thinking to put a whole project to litter.

    In the result of being unhappy, I switched to Draft.js. It was 2020, and I was eager to try it out, so I did. Sadly, in 2020 there was also the last release [2]. Initially, I didn't like how it works. I preferred the Slate data model. Also, the draft.js project felt not maintained at that time (by looking at commits activity, issues and pull-requests). It is written in the Flow which I detest. I spent few weeks to try "merge" the draft.js and sentry with doing a "rewrite" to TypeScript. Obviously, quickly I realized myself it is stupid idea.

    Then, I took a look at ReMirror. Yet another problem that was struggling with maintenance and active contributors. It is based on ProseMirror, so I thought it is better choice than previous. ReMirror is overly complex for simple things. It was hard to find any help - neither by googling examples nor via ReMirror's Discord (it was dead silence there).

    After that, I have found information about the TipTap. Back then, there was only provided support for Vue.js. Fortunately, it was that time, when they have promised the v2 with React support. I skipped it to wait for the new version.

    Maybe, a raw ProseMirror with React? Yep, tried it, but I wasn't very happy of the result. I knew the TipTap v2 will be released and there were already existing projects that were using ProseMirror behind the scene, for example: Outline's rich-markdown-editor[3]. It has tons of built-in components that I had with Slate. I was extremely happy about it, because "everything what I needed" was there โ€“ typical bold, italic, code, code block, quote, multi-level list and even table editing. Really awesome piece of code! However, authors decided they are opting for TipTap and they have archived repository on GitHub, which means officially the project is dead.

    I had no time to test Quill.js. It looked interesting, but it has noticeable poor development pace, and it looks a dead project with many bugs.

    Currently, I am using the TipTap v2 and I can't say how happy I am now. I guess I will stick with it for longer. However, I know the journey to find the best Rich Text Editor has not ended. There are more alternatives, for example Stylo [4] that I've found in this week.

    [0] Try to copy the contents of https://www.slatejs.org/examples/huge-document and paste it back. In a result, my Firefox on Macbook M1 hangs.

    [1]: https://notabase.io/

    [2]: https://github.com/facebook/draft-js/releases/tag/v0.11.7

    [3]: https://github.com/outline/rich-markdown-editor

    [4]: https://stylojs.com/

  • Looking for suggestions for material themed rich text editors
    1 project | /r/Angular2 | 10 Feb 2022
    This one is super hot off the press (literally just announced on Twitter today) and still in alpha, but you might want to check out: https://stylojs.com/ - its lightweight/minimal and uses web components.
  • Stylo - A new interactive rich text editor for the web
    1 project | /r/programming | 9 Feb 2022

What are some alternatives?

When comparing parity-signer and stylo you can also consider the following projects:

airgap-wallet - The AirGap Wallet is installed on an everyday smartphone. This app has only access to public information.

quill - Quill is a modern WYSIWYG editor built for compatibility and extensibility.

web3modal - A single Web3 provider solution for all Wallets

polkadot-Js-Plus-extension - A user-friendly wallet to interact with the Polkadot/Substrate based blockchains through a browser.

polkadot - Polkadot Node Implementation

react-page - Next-gen, highly customizable content editor for the browser - based on React and written in TypeScript. WYSIWYG on steroids.

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.

milkdown - ๐Ÿผ Plugin driven WYSIWYG markdown editor framework.

stylo - Offline mobile wallet for Polkadot, Kusama and Substrate based chains or Ethereum

Astar - The dApp hub for blockchains of the future

dot-staking-income - Use this API to get the amount you have earned via staking plus the value at the time in fiat

Acala - Acala - cross-chain DeFi hub and stablecoin based on Substrate for Polkadot and Kusama.