├── .github ├── ISSUE_TEMPLATE │ └── begin-the-hunt.yml └── workflows │ └── label_bounty_hunter_issues.yml ├── ADDRESSES.yml ├── README.md ├── assets └── stellar-quest-bounties.png └── bounties ├── README.md ├── level-1 ├── README.md ├── archive │ └── bounty-template.md ├── basic-account-viewer.md ├── create-bounties.md └── stellar-docs-code-snippet.md ├── level-2 ├── README.md ├── archive │ ├── stellar-lab-albedo.md │ ├── stellar-lab-darkmode.md │ ├── stellar-lab-improve-reorder-ux.md │ ├── stellar-lab-mobile.md │ └── stellar-lab-op-duplication.md ├── federation-server.md ├── million-lumen-homepage.md ├── sep10-javascript-client.md ├── sep10-javascript-server.md ├── stellar-accounts-as-a-service.md ├── stellar-quest-badge-checker.md └── video-tutorials.md └── level-3 └── README.md /.github/ISSUE_TEMPLATE/begin-the-hunt.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmigoBtc/stellar-quest-bounties/HEAD/.github/ISSUE_TEMPLATE/begin-the-hunt.yml -------------------------------------------------------------------------------- /.github/workflows/label_bounty_hunter_issues.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmigoBtc/stellar-quest-bounties/HEAD/.github/workflows/label_bounty_hunter_issues.yml -------------------------------------------------------------------------------- /ADDRESSES.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmigoBtc/stellar-quest-bounties/HEAD/ADDRESSES.yml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmigoBtc/stellar-quest-bounties/HEAD/README.md -------------------------------------------------------------------------------- /assets/stellar-quest-bounties.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmigoBtc/stellar-quest-bounties/HEAD/assets/stellar-quest-bounties.png -------------------------------------------------------------------------------- /bounties/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmigoBtc/stellar-quest-bounties/HEAD/bounties/README.md -------------------------------------------------------------------------------- /bounties/level-1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmigoBtc/stellar-quest-bounties/HEAD/bounties/level-1/README.md -------------------------------------------------------------------------------- /bounties/level-1/archive/bounty-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmigoBtc/stellar-quest-bounties/HEAD/bounties/level-1/archive/bounty-template.md -------------------------------------------------------------------------------- /bounties/level-1/basic-account-viewer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmigoBtc/stellar-quest-bounties/HEAD/bounties/level-1/basic-account-viewer.md -------------------------------------------------------------------------------- /bounties/level-1/create-bounties.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmigoBtc/stellar-quest-bounties/HEAD/bounties/level-1/create-bounties.md -------------------------------------------------------------------------------- /bounties/level-1/stellar-docs-code-snippet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmigoBtc/stellar-quest-bounties/HEAD/bounties/level-1/stellar-docs-code-snippet.md -------------------------------------------------------------------------------- /bounties/level-2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmigoBtc/stellar-quest-bounties/HEAD/bounties/level-2/README.md -------------------------------------------------------------------------------- /bounties/level-2/archive/stellar-lab-albedo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmigoBtc/stellar-quest-bounties/HEAD/bounties/level-2/archive/stellar-lab-albedo.md -------------------------------------------------------------------------------- /bounties/level-2/archive/stellar-lab-darkmode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmigoBtc/stellar-quest-bounties/HEAD/bounties/level-2/archive/stellar-lab-darkmode.md -------------------------------------------------------------------------------- /bounties/level-2/archive/stellar-lab-improve-reorder-ux.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmigoBtc/stellar-quest-bounties/HEAD/bounties/level-2/archive/stellar-lab-improve-reorder-ux.md -------------------------------------------------------------------------------- /bounties/level-2/archive/stellar-lab-mobile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmigoBtc/stellar-quest-bounties/HEAD/bounties/level-2/archive/stellar-lab-mobile.md -------------------------------------------------------------------------------- /bounties/level-2/archive/stellar-lab-op-duplication.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmigoBtc/stellar-quest-bounties/HEAD/bounties/level-2/archive/stellar-lab-op-duplication.md -------------------------------------------------------------------------------- /bounties/level-2/federation-server.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmigoBtc/stellar-quest-bounties/HEAD/bounties/level-2/federation-server.md -------------------------------------------------------------------------------- /bounties/level-2/million-lumen-homepage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmigoBtc/stellar-quest-bounties/HEAD/bounties/level-2/million-lumen-homepage.md -------------------------------------------------------------------------------- /bounties/level-2/sep10-javascript-client.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmigoBtc/stellar-quest-bounties/HEAD/bounties/level-2/sep10-javascript-client.md -------------------------------------------------------------------------------- /bounties/level-2/sep10-javascript-server.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmigoBtc/stellar-quest-bounties/HEAD/bounties/level-2/sep10-javascript-server.md -------------------------------------------------------------------------------- /bounties/level-2/stellar-accounts-as-a-service.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmigoBtc/stellar-quest-bounties/HEAD/bounties/level-2/stellar-accounts-as-a-service.md -------------------------------------------------------------------------------- /bounties/level-2/stellar-quest-badge-checker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmigoBtc/stellar-quest-bounties/HEAD/bounties/level-2/stellar-quest-badge-checker.md -------------------------------------------------------------------------------- /bounties/level-2/video-tutorials.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmigoBtc/stellar-quest-bounties/HEAD/bounties/level-2/video-tutorials.md -------------------------------------------------------------------------------- /bounties/level-3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AmigoBtc/stellar-quest-bounties/HEAD/bounties/level-3/README.md --------------------------------------------------------------------------------