Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

Deprecation notice and proposal to archive this repo #322

Merged
merged 2 commits into from
Sep 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .github/settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#
# SPDX-License-Identifier: Apache-2.0
#

repository:
name: aries-toolbox
description: Hyperledger Aries
homepage: https://wiki.hyperledger.org/display/aries
default_branch: main
has_downloads: true
has_issues: true
has_projects: false
has_wiki: false
archived: true
private: false
allow_squash_merge: true
allow_merge_commit: false
allow_rebase_merge: true

21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# Deprecation Notice

This project is no longer receiving updates. The Aries Toolbox was an
invaluable tool in helping to bootstrap the Aries Ecosystem by providing ways to
interact with Agents in development. It was one of the earliest UIs to an agent
and it helped shape our thinking of Agents, DIDComm, AnonCreds, and more.

While it served a critical role in the early days of the Aries project, the
Aries Toolbox has worked itself out of a job. Today, we have a rich ecosystem
of agents. It is no longer necessary to demonstrate DIDComm and Credential
Issuance and Verification over DIDComm using the Toolbox because we can do it
with any number of available Issuer, Verifier, and Holder agents.

There are some components of the Toolbox that remain relevant and valuable
tools during Agent development, such as live composition of DIDComm messages
and being able to analyze and inspect DIDComm messages in plaintext. These
concepts will live on in other tools and projects.

If you have questions about this project or replacements for this project, feel
free to reach out on Hyperledger's Discord: https://discord.gg/hyperledger
Comment on lines +19 to +20
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would it be beneficial to add alternatives here?

I know someone (anonyome?) built an UI on top of ACA-Py and there's definitely more in this category. We have Siera Desktop (https://github.com/animo/siera-desktop) which also replaces some parts of the toolbox.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Definitely — please add the alternatives that are available.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My only concern is keeping the alternatives list current, which we can't do if it's archived. We could include "at the time of archival, here are options. Check with the community for other alternatives." as a way to address the impending staleness.


# Aries Toolbox

The Toolbox makes interacting with Aries Agent easier for developers and system
Expand Down
Loading