jsonld-signatures-bbs VS activity-kit

Compare jsonld-signatures-bbs vs activity-kit and see what are their differences.

jsonld-signatures-bbs

A linked data proof suite for BBS+ signatures (by mattrglobal)

activity-kit

An attempt to build a spec-compliant ActivityPub core library. (by michaelcpuckett)
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
jsonld-signatures-bbs activity-kit
1 4
134 93
0.7% -
3.7 9.0
2 months ago 6 months ago
TypeScript TypeScript
Apache License 2.0 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.

jsonld-signatures-bbs

Posts with mentions or reviews of jsonld-signatures-bbs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-01.
  • Auth0 Verifiable Credentials
    5 projects | news.ycombinator.com | 1 Nov 2022
    This is possible currently with zero knowledge proofs.

    There are mainly two different types one is "selective disclosure", where the verifier require some fields but it is up to the Holder to select which one to disclose.

    The other one allows the Holder to create proofs about claims, like "I am over 18" without disclosing the birthday. The cryptography for this seems sound, but to be honest it is hard to grasp.

    For a working example you could have a look at this:

    https://github.com/mattrglobal/jsonld-signatures-bbs

    Note: Auth0 currently doesn't support neither issuing or verifying this type of credentials.

activity-kit

Posts with mentions or reviews of activity-kit. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-16.
  • Develop a fediverse platform
    3 projects | /r/fediverse | 16 Mar 2023
  • chirp.social - It's like group chat for Mastodon.
    2 projects | /r/Mastodon | 25 Nov 2022
  • An efficient ActivityPub Server, for small installs with multiple domains
    6 projects | news.ycombinator.com | 24 Nov 2022
    Ahh this is so exciting to see so much happening in this space all of a sudden! My quest to get a personal instance running has been a long slog for me personally.

    I had been working on an ActivityPub server in Node.js/TypeScript for a while before the Twitter migration. It's got most of the features I'd want in a small server but it's basically bring-your-own-client at the moment.

    https://github.com/michaelcpuckett/activitypub-core

    Finding all the resources to build a complete server that can interact with other instances isn't easy, so maybe this can help someone. The spec is well worded, but the checklist is confusing, the test server is down, Mastodon has its own rules, etc. Plus you have to have at least a cursory knowledge of JSON-LD/RDF.

  • Show HN: Create Groups for Mastodon
    2 projects | news.ycombinator.com | 20 Nov 2022
    Hi all, I've had trouble adapting to Mastodon because your server is equated with your identity, but lots of servers are topic-oriented. To solve for that, I created this as a way to implement groups.

    You create an account and then whoever follows that account can @message them and then the account automatically boosts the original post.

    https://github.com/michaelcpuckett/ap-groups

    For context, first I built a mostly-working ActivityPub server in TypeScript/Node.js. I haven't quite figured out what to do as far as the client, but this seemed like a quick and easy solve for the groups issue.

    https://github.com/michaelcpuckett/activitypub-core

What are some alternatives?

When comparing jsonld-signatures-bbs and activity-kit you can also consider the following projects:

fusionauth-jwt - A simple to use Java 8 JWT Library. Verify, Sign, Encode, Decode all day.

takahe - An ActivityPub/Fediverse server

scraper - All In One API to easily scrape data from any website, without worrying about captchas and bot detection mecanisms.

ap-groups - Groups for the Fediverse

rwot11-the-hague - RWOT11 in The Hague, Netherlands (September 2022)

activitypub-express - Modular ActivityPub implementation as Express JS middleware to easily add decentralization and federation to Node apps