Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate @zk-kit/excubiae #45

Merged
merged 2 commits into from
Dec 4, 2024
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
34 changes: 8 additions & 26 deletions packages/excubiae/contracts/README.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,20 @@
<p align="center">
<h1 align="center">
Excubiae
[DEPRECATED] Excubiae
</h1>
<p align="center">A flexible and modular framework for general-purpose on-chain gatekeepers.</p>
</p>

<p align="center">
<a href="https://github.com/privacy-scaling-explorations/excubiae">
<img src="https://img.shields.io/badge/project-excubiae-blue.svg?style=flat-square">
</a>
<a href="https://github.com/privacy-scaling-explorations/excubiae/blob/main/LICENSE">
<img alt="NPM license" src="https://img.shields.io/npm/l/excubiae?style=flat-square">
</a>
<a href="https://www.npmjs.com/package/excubiae">
<img alt="NPM version" src="https://img.shields.io/npm/v/excubiae?style=flat-square" />
</a>
<a href="https://npmjs.org/package/excubiae">
<img alt="Downloads" src="https://img.shields.io/npm/dm/excubiae.svg?style=flat-square" />
</a>
<a href="https://prettier.io/">
<img alt="Code style prettier" src="https://img.shields.io/badge/code%20style-prettier-f8bc45?style=flat-square&logo=prettier" />
</a>
<p align="center">
<img alt="No Maintenance" src="https://img.shields.io/maintenance/no/2024.svg">
</p>

<div align="center">
<h4>
<a href="https://appliedzkp.org/discord">
🗣️ Chat & Support
</a>
</h4>
</div>
> [!NOTE]
> This package has been DEPRECATED. Please, refer to [@excubiae/contracts](https://www.npmjs.com/package/@excubiae/contracts) on [excubiae](https://github.com/privacy-scaling-explorations/excubiae) monorepo.

---

> [!NOTE]
> This library is experimental and untested yet - use at your own discretion...
---

Excubiae is a generalized framework for on-chain gatekeepers that allows developers to define custom access control mechanisms using different on-chain credentials. By abstracting the gatekeeper logic, excubiae provides a reusable and composable solution for securing decentralised applications. This package provides a pre-defined set of specific excubia (_extensions_) for credentials based on different protocols.

Expand Down
5 changes: 3 additions & 2 deletions packages/excubiae/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@zk-kit/excubiae",
"version": "0.1.0",
"description": "A general purpose on-chain gatekeeping smart contract framework.",
"version": "0.1.1",
"description": "[DEPRECATED] A general purpose on-chain gatekeeping smart contract framework.",
"license": "MIT",
"files": [
"*.sol",
Expand All @@ -10,6 +10,7 @@
"LICENSE"
],
"keywords": [
"deprecated",
"blockchain",
"ethereum",
"hardhat",
Expand Down
Loading