-
Notifications
You must be signed in to change notification settings - Fork 0
/
documents.json
75 lines (75 loc) · 3.19 KB
/
documents.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"documents": [{
"title": "GETTING STARTED",
"url": "https://raw.githubusercontent.com/PrimeDAO/deals-docs/main/published-md-files/getting-started.md"
},
{
"title": "General FAQ",
"url": "https://raw.githubusercontent.com/PrimeDAO/deals-docs/main/published-md-files/general-faq.md"
},
{
"title": "Token Swap FAQ",
"url": "https://raw.githubusercontent.com/PrimeDAO/deals-docs/main/published-md-files/token-swap-faq.md"
},
{
"title": "Smart Contract Architecture",
"url": "https://raw.githubusercontent.com/PrimeDAO/deals-docs/main/published-md-files/architecture.md"
},
{
"title": "INITIATE A DEAL",
"url": "https://raw.githubusercontent.com/PrimeDAO/deals-docs/main/published-md-files/token-swap.md"
},
{
"title": "Create an Open Proposal",
"url": "https://raw.githubusercontent.com/PrimeDAO/deals-docs/main/published-md-files/open-proposal.md"
},
{
"title": "Create a Partnered Deal",
"url": "https://raw.githubusercontent.com/PrimeDAO/deals-docs/main/published-md-files/partnered-deal.md"
},
{
"title": "Make an Offer to a DAO",
"url": "https://raw.githubusercontent.com/PrimeDAO/deals-docs/main/published-md-files/make-an-offer.md"
},
{
"title": "Edit an Existing Deal",
"url": "https://raw.githubusercontent.com/PrimeDAO/deals-docs/main/published-md-files/edit-a-deal.md"
},
{
"title": "Discuss the clauses of a Deal",
"url": "https://raw.githubusercontent.com/PrimeDAO/deals-docs/main/published-md-files/discuss-a-deal.md"
},
{
"title": "Vote on a Deal",
"url": "https://raw.githubusercontent.com/PrimeDAO/deals-docs/main/published-md-files/vote-on-a-deal.md"
},
{
"title": "Start the Funding phase of a Deal",
"url": "https://raw.githubusercontent.com/PrimeDAO/deals-docs/main/published-md-files/start-funding.md"
},
{
"title": "Fund a Deal",
"url": "https://raw.githubusercontent.com/PrimeDAO/deals-docs/main/published-md-files/fund-a-deal.md"
},
{
"title": "Execute a Deal",
"url": "https://raw.githubusercontent.com/PrimeDAO/deals-docs/main/published-md-files/execute-a-deal.md"
},
{
"title": "Withdraw funds",
"url": "https://raw.githubusercontent.com/PrimeDAO/deals-docs/main/published-md-files/withdraw-funds.md"
},
{
"title": "Claim tokens",
"url": "https://raw.githubusercontent.com/PrimeDAO/deals-docs/main/published-md-files/claim-tokens.md"
},
{
"title": "USE DEALS WITH GNOSIS SAFE",
"url": "https://raw.githubusercontent.com/PrimeDAO/deals-docs/main/published-md-files/gnosis-safe-app.md"
},
{
"title": "LINKS & RESOURCES",
"url": "https://raw.githubusercontent.com/PrimeDAO/deals-docs/main/published-md-files/resources.md"
}
]
}