Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# BuildQuest
> L2 Rollation Hackathon Submission: Boba Network Bounty
> L2 Rollup Hackathon Submission: Boba Network Bounty

![BuildQuest](https://i.ibb.co/xS2SFrt/Clean-Shot-2565-05-23-at-03-45-29-2x.png)
BuildQuest is a grants and bounties platform for Web3 builders. For this hackathon, we've built a bounty disbursement automation tool that automatically pays out when the contributor's pull request gets merged.

> Try it yourself: https://buildquest.xyz, Follow Our Twitter: [@buildquestxyz](https://twitter.com/buildquestxyz)

### Why BuildQuest?
I started this project with a personal belief that "developers will produce 10x quality works if they work on the thing they love". I think the future of work should be more like building side projects where you doing what you consider meaningful and getting earned while maintaining full ownership.
I started this project with a personal belief that "developers will produce 10x quality works if they work on the thing they love". I think the future of work should be more like building side projects where you do what you consider meaningful and earn while maintaining full ownership.

In the past years, we started to see this kind of work are getting more and more popular, we started to see developers shift to Web3, we started to see more full-time indie hackers, bounty hunters, and open-source contributors, and the numbers keep going. (P.S. I'm also one of them :P)
In the past years, we started to see this kind of work is getting more and more popular, we started to see developers shift to Web3, we started to see more full-time indie hackers, bounty hunters, and open-source contributors, and the numbers keep growing. (P.S. I'm also one of them :P)

That's why I wanted to build & experiment around grants & bounties tooling that helps support this kind of builder to build and iterate ideas much more faster and more efficiently.
That's why I wanted to build & experiment around grants & bounties tooling that helps support this kind of builder to build and iterate ideas much faster and more efficiently.

I also planned to ship more features soon (see the Roadmap section below), and I want to continue building until we reach our mission that "our product can support builders to earn a living by contributing to the project they love".

Expand All @@ -26,7 +26,7 @@ There are 2 aspects that we would like to focus on to achieve our mission.
- Features: builders reputation, social networking, discovery layer for BUIDL opportunities.
- How boba can help us reach our mission: introduce our product to Boba ecosystem to bootstrap an initial network.

**3. Web2** - Scaling our tooling to Web2 tech company since we think that there's some type of company and some type of work that is applicable with this model e.g. company that sells an API, a company that sells plugins/template, etc...
**3. Web2** - Scaling our tooling to Web2 tech companies since we think that there are some types of companies and some types of work that are applicable to this model e.g. company that sells an API, a company that sells plugins/templates, etc...

## Technology
### How it works?
Expand All @@ -36,7 +36,7 @@ There are 2 aspects that we would like to focus on to achieve our mission.
```sh
git clone git@github.com:chunza2542/buildquest.app.git
```
3. Install dependencies
2. Install dependencies
```sh
yarn # or npm install
```
Expand All @@ -56,7 +56,7 @@ yarn react-app:start
- Backend: Firebase Cloud Functions, Firestore
- Blockchain: Truffle, Solidity

### What I learn from this hackathon
### What I learned from this hackathon
This is my first time writing a smart contract in Solidity and using Truffle for deployment. Love it!

---
Expand Down