Liqwid-Labs/agora fork — vote-redeemer-lookup fix
Find a file
2022-02-02 16:59:19 +00:00
.github/workflows initialised dummy workflow 2022-02-02 16:59:19 +00:00
docs add spec on vesting, proposals 2022-01-19 18:09:44 +01:00
src/Agora Removed references to pindexdatalist in AuthorityToken 2022-02-01 16:11:03 +00:00
test add stubbed out test suite, CHANGELOG, LICENSE 2022-01-13 16:31:00 +01:00
.gitignore added .envrc to .gitignore 2022-02-02 16:19:32 +00:00
.hlint.yaml initial commit 2022-01-13 00:06:37 +01:00
agora.cabal impl working version of AuthorityToken policy with plutarch 2022-01-14 10:06:01 +01:00
cabal.project impl working version of AuthorityToken policy with plutarch 2022-01-14 10:06:01 +01:00
CHANGELOG.md add stubbed out test suite, CHANGELOG, LICENSE 2022-01-13 16:31:00 +01:00
flake.lock Updated ref to plutarch 2022-01-28 12:12:41 +00:00
flake.nix Updated ref to plutarch 2022-01-28 12:12:41 +00:00
fourmolu.yaml initial commit 2022-01-13 00:06:37 +01:00
hie.yaml initial commit 2022-01-13 00:06:37 +01:00
LICENSE add stubbed out test suite, CHANGELOG, LICENSE 2022-01-13 16:31:00 +01:00
Makefile Removed references to pindexdatalist in AuthorityToken 2022-02-01 16:11:03 +00:00
README.md bump plutarch 2022-01-22 20:24:00 +01:00
shell.nix initial commit 2022-01-13 00:06:37 +01:00

agora

Agora is a set of Plutus scripts that compose together to form a Governance system.

What is Agora

Goals:

  • Agora aims to reduce duplication in Liqwid and LiqwidX and to serve as a one-size-fits-all governance library for projects on the Cardano Network.
  • Agora aims to be modular and allow customizing specific needs, but presents an opinionated architecture.

Non-goals:

  • Agora is not a DAO. It doesn't have tokenomics or even a token. It is simply a library for governance.
  • Agora doesn't aim to provide any primitive tools for plutus that are not governance-specific. For this, see plutus-extra.

Project setup

An up to date nix (>=2.3) is required to build this project. For information on how to install, see the nixos website. Important: See also this section on binary caches.

Open a dev-shell with nix develop, and build with cabal build.

Documentation

See documentation of the agora architecture in docs.