Skip to content
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
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# modules

## :warning: UNMAINTAINED PACKAGES :warning:

The following packages are no longer maintained:

- [@glif/deployment-cli](https://github.com/glifio/modules/tree/primary/packages/deployment-cli)
- [@glif/filecoin-message](https://github.com/glifio/modules/tree/primary/packages/filecoin-message)
- [@glif/filecoin-message-confirmer](https://github.com/glifio/modules/tree/primary/packages/filecoin-message-confirmer)
- [@glif/filecoin-rpc-client](https://github.com/glifio/modules/tree/primary/packages/filecoin-rpc-client)
- [@glif/filecoin-wallet-provider](https://github.com/glifio/modules/tree/primary/packages/filecoin-wallet-provider)
- [@glif/local-managed-provider](https://github.com/glifio/modules/tree/primary/packages/local-managed-provider)
- [@glif/logger](https://github.com/glifio/modules/tree/primary/packages/logger)

---

![tests](https://github.com/glifio/modules/workflows/tests/badge.svg)

This is a lerna repo that holds our npm modules. They can all be found in the `/packages` directory.
Expand Down
5 changes: 5 additions & 0 deletions packages/deployment-cli/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Deployment CLI

## :warning: UNMAINTAINED PACKAGE :warning:

This package is no longer maintained. We highly recommend looking for alternative solutions.
6 changes: 6 additions & 0 deletions packages/filecoin-message-confirmer/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# filecoin-message

## :warning: UNMAINTAINED PACKAGE :warning:

This package is no longer maintained. We highly recommend looking for alternative solutions.

---

## Install

`npm i @glif/filecoin-message-confirmer`
Expand Down
6 changes: 6 additions & 0 deletions packages/filecoin-message/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# filecoin-message

## :warning: UNMAINTAINED PACKAGE :warning:

This package is no longer maintained. We highly recommend looking for alternative solutions.

---

## Install

`npm i @glif/filecoin-message`
Expand Down
6 changes: 6 additions & 0 deletions packages/filecoin-rpc-client/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Lotus JSON-RPC engine

## :warning: UNMAINTAINED PACKAGE :warning:

This package is no longer maintained. We highly recommend looking for alternative solutions.

---

A convenience library for interacting with the [Lotus JSON-RPC api](https://github.com/filecoin-project/lotus/blob/master/api/api_full.go). We'll be actively updating and maintaining this library as needed for our use in the [Filecoin web wallet](https://github.com/glifio/wallet). Several of the methods we're using are documented [here](https://documenter.getpostman.com/view/4872192/SWLh5mUd?version=latest).

## Basic usage
Expand Down
Loading