From 19c0d60c48952a87d31698d6fe8161a5fb80e219 Mon Sep 17 00:00:00 2001 From: Pan Chasinga Date: Thu, 5 Sep 2024 07:24:05 -0700 Subject: [PATCH] Add no-longer-maintained badge and note --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index d1eb15a..b1f71b5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,14 @@ # filecoin-js-signer +![Project Status](https://img.shields.io/badge/status-No%20longer%20maintained-red?style=for-the-badge) +[![GitHub last commit](https://img.shields.io/github/last-commit/blitslabs/filecoin-js-signer?style=for-the-badge)](https://github.com/data-preservation-programs/spade/graphs/commit-activity) + +## Status + +Unfortunately this project has not seen any meaningful activities since November 2020 and is deemed unmaintained. If you are a user of this project and would like to become a maintainer, please reach out to [@smagdali](https://github.com/smagdali). + +--- + Filecoin signing library and RPC client in pure Typescript / Javascript with the necessary methods to create, sign and broadcast messages to send FIL, and interact with Filecoin's built-in actors (like Payment Channel and Multisig). ## Motivation