fapiper / onchain-access-control

A proof-of-concept for SSI-oriented, on-chain access control. Smart contract managed roles, based on anonymous credentials that combine verifiable credentials and zero-knowledge proof systems.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

On-Chain Access Control

Commitizen friendly

Getting Started

corepack enable
pnpm i
pnpm dev

Commit Guidelines

This repo is set up to use AngularJS's commit message convention.

Commit Message Format

Each commit message consists of a header, a body and a footer. The header has a special format that includes a type, a scope and a subject:

<type>(<scope>): <subject>
<BLANK LINE>
<body>
<BLANK LINE>
<footer>

The header is mandatory and the scope of the header is optional.

Any line of the commit message cannot be longer than 100 characters! This allows the message to be easier to read on GitHub as well as in various git tools.

Type

Must be one of the following:

  • feat: A new feature
  • fix: A bug fix
  • docs: Documentation only changes
  • style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
  • refactor: A code change that neither fixes a bug nor adds a feature
  • perf: A code change that improves performance
  • test: Adding missing or correcting existing tests
  • chore: Changes to the build process or auxiliary tools and libraries such as documentation generation

For more information, head over to AngularJS's Commit Guidelines

About

A proof-of-concept for SSI-oriented, on-chain access control. Smart contract managed roles, based on anonymous credentials that combine verifiable credentials and zero-knowledge proof systems.

License:MIT License


Languages

Language:Go 85.2%Language:Starlark 12.2%Language:TypeScript 2.2%Language:Dockerfile 0.2%Language:JavaScript 0.1%Language:Solidity 0.1%Language:Shell 0.0%Language:CSS 0.0%