Skip to content

Commit 40c772e

Browse files
committed
Clean up README
1 parent c008693 commit 40c772e

File tree

2 files changed

+1
-121
lines changed

2 files changed

+1
-121
lines changed

README.md

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,7 @@
22

33
![License BSLv1.1](https://img.shields.io/badge/License-BSLv1.1-lightgray.svg)
44

5-
Programs for market-driven governance.
6-
7-
## Scripts
8-
9-
The scripts folder contains a few scripts that you can use to interact with the Meta-DAO.
10-
Today, the only way to create proposals is via script. You can do this by modifying the
11-
`initializeProposal.ts` script and replacing its `pubkey`, `accounts`, and `data` with the
12-
SVM instruction that you want to use in your proposal.
13-
14-
Then, run `anchor run propose --provider.cluster CLUSTER`, where `CLUSTER` is replaced with
15-
either devnet, mainnet, or (recommended) an RPC URL.
16-
17-
### Initialize Proposal
18-
19-
The initialize proposal script initializes conditional vaults, which also attempts to upload metadata for conditional tokens. If a previous attempt to call this script failed part way through and off-chain metadata has already been uploaded, you can use this metadata and bypass another attempt to upload off-chain metadata.
20-
21-
Simply prepend the script with the following environment variable structure: `[PASS|FAIL]_[TOKEN]_METADATA_URI`. For example, to override pass and fail META metadata uploads, include `PASS_META_METADATA_URI` and `FAIL_META_METADATA_URI`.
22-
23-
The actual script invocation might look something like this:
24-
25-
```bash
26-
PASS_META_METADATA_URI=\"<P_URI>\" FAIL_META_METADATA_URI=\"<F_URI>\" anchor run propose
27-
```
28-
29-
where `P_URI` and `F_URI` are replaced with their respective values.
5+
Programs for market-driven governance
306

317
## Deployments
328

@@ -47,10 +23,3 @@ where `P_URI` and `F_URI` are replaced with their respective values.
4723
| autocrat_v0 | v0 | meta3cxKzFBmWYgCVozmvCQAS3y9b3fGxrG9HkHL7Wi |
4824
| conditional_vault | v0 | vaU1tVLj8RFk7mNj1BxqgAsMKKaL8UvEUHvU3tdbZPe |
4925

50-
All programs are immutable and verifiable, and have been verified with the OtterSec API.
51-
52-
The META token mint is METADDFL6wWMWEoKTFJwcThTbUmtarRJZjRpzUvkxhr.
53-
54-
## Run Instructions
55-
56-
The run instructions are located in the [Run Instructions](RUN_INSTRUCTIONS.md) document.

RUN_INSTRUCTIONS.md

Lines changed: 0 additions & 89 deletions
This file was deleted.

0 commit comments

Comments
 (0)