nickgarfield / futarchy

Programs for governing the affairs of a network society

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meta-DAO Monorepo

License BSLv1.1

Monorepo that houses the Meta-DAO's programs. A description of these programs and what they do can be found at themetadao.org.

Scripts

The scripts folder contains a few scripts that you can use to interact with the Meta-DAO. Today, the only way to create proposals is via script. You can do this by modifying the initializeProposal.ts script and replacing its pubkey, accounts, and data with the SVM instruction that you want to use in your proposal.

Then, run anchor run propose --provider.cluster CLUSTER, where CLUSTER is replaced with either devnet, mainnet, or (recommended) an RPC URL.

Deployments

program tag program ID
autocrat_v0 v0.1 metaX99LHn3A7Gr7VAcCfXhpfocvpMpqQ3eyp3PGUUq
autocrat_migrator v0.1 migkwAXrXFN34voCYQUhFQBXZJjHrWnpEXbSGTqZdB3
autocrat_v0 v0 meta3cxKzFBmWYgCVozmvCQAS3y9b3fGxrG9HkHL7Wi
conditional_vault v0 vaU1tVLj8RFk7mNj1BxqgAsMKKaL8UvEUHvU3tdbZPe

All programs are immutable and verifiable, and have been verified with the OtterSec API.

The META token mint is METADDFL6wWMWEoKTFJwcThTbUmtarRJZjRpzUvkxhr.

Run Instructions

The run instructions are located in the Run Instructions document.

About

Programs for governing the affairs of a network society

License:Other


Languages

Language:TypeScript 78.7%Language:Rust 20.4%Language:Just 0.9%