|
1 |
| -# arweave-crowdfund-v2 |
2 |
| - |
3 |
| -## Project setup |
4 |
| -``` |
5 |
| -yarn install |
6 |
| -``` |
7 |
| - |
8 |
| -### Compiles and hot-reloads for development |
9 |
| -``` |
10 |
| -yarn run serve |
11 |
| -``` |
12 |
| - |
13 |
| -### Compiles and minifies for production |
14 |
| -``` |
15 |
| -yarn run build |
16 |
| -``` |
17 |
| - |
18 |
| -### Run your tests |
19 |
| -``` |
20 |
| -yarn run test |
21 |
| -``` |
22 |
| - |
23 |
| -### Lints and fixes files |
24 |
| -``` |
25 |
| -yarn run lint |
26 |
| -``` |
27 |
| - |
28 |
| -### Customize configuration |
29 |
| -See [Configuration Reference](https://cli.vuejs.org/config/). |
| 1 | +# ArFund |
| 2 | + |
| 3 | +[Live on Ropsten and Arweave!](https://arweave.net/8p4unKDsdLl0AwAhZT6z2ONs4sC2wPTpsXlCbFO4hBU) |
| 4 | + |
| 5 | +## Challenge Description |
| 6 | + |
| 7 | +The challenge was to create a crowdfunding application where the backend is an Ethereum smart contract, and the frontend is an application hosted on Arweave. This creates a completely decentralized crowdfunding app with a verifiable and immutably published project plan. |
| 8 | + |
| 9 | +Current crowdfunding platforms have a problem. Creators ask for funds to complete a project, but once funded, we don’t always see the expected results. This new crowdfunding app should work to prevent this. |
| 10 | + |
| 11 | +The creator asking for funds sets a deadline for raising 100% of the funds. The funds are split into creator-defined batches, with each batch being linked to a milestone. If the full amount isn't raised, the balance is refunded to the project backers. |
| 12 | + |
| 13 | +### Once fully funded, the project starts: |
| 14 | + |
| 15 | +- The first batch of funds is released to the creator to start the project. |
| 16 | + |
| 17 | +- If a majority of backers are unsatisfied with the progress, they can then vote to suspend the project, stop future payouts, and return the remaining funds to the backers. If completed, the next batch is released to the creator. |
| 18 | + |
| 19 | +- The same rules are followed until all milestones are completed, and all funds have been distributed, or until backers vote to suspend the project. |
| 20 | + |
| 21 | +## Take a quick tour: |
| 22 | + |
| 23 | +To start... |
| 24 | + |
| 25 | +<img src="./screenshots/startProject.png" alt="Start a Project" width="600" /> |
| 26 | + |
| 27 | +Create a new project: |
| 28 | + |
| 29 | +<img src="./screenshots/createProject.png" alt="Create Project Form" width="600" /> |
| 30 | + |
| 31 | +Boom! You're off to the fundraises _(bad dad joke)_. |
| 32 | + |
| 33 | +<img src="./screenshots/newProject.png" alt="New Project Card" width="400" /> |
| 34 | + |
| 35 | +You can also fund other's projects. |
| 36 | + |
| 37 | +<img src="./screenshots/fundProject.png" alt="Fund Project Card" width="600" /> |
| 38 | + |
| 39 | +Once a project's funding goal is reached, the first batch of funds is released and work begins! |
| 40 | + |
| 41 | +<img src="./screenshots/viewFunded.png" alt="Funded Project Card" width="400" /> |
| 42 | + |
| 43 | +If you contributed to a funded project, participate in the governance of releasing funds for milestones. |
| 44 | + |
| 45 | +<img src="./screenshots/milestoneVote.png" alt="Vote on Progress Actions" width="400" /> |
| 46 | + |
| 47 | +If a project's fundraising expires - or a majority of project contributors are dissatisfied with progress - funds are refunded. |
| 48 | + |
| 49 | +<img src="./screenshots/getRefund.png" alt="Get a Refund Action" width="400" /> |
| 50 | + |
| 51 | +One last goodie, ArFund is mobile friendly - allowing for simple fundraising from any device! |
| 52 | + |
| 53 | +<img src="./screenshots/mobileFriendly.png" alt="Mobile Friendly Layout" width="400" /> |
| 54 | + |
| 55 | +### Developer |
| 56 | + |
| 57 | +[Tommy Cox](https://github.com/proofoftom) - @proofoftom |
0 commit comments