diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index eb793f9..0000000 Binary files a/.DS_Store and /dev/null differ diff --git a/.gitignore b/.gitignore index ac0bab4..a65301e 100644 --- a/.gitignore +++ b/.gitignore @@ -28,4 +28,5 @@ node_modules # Custom unused -bundle.js \ No newline at end of file +bundle.js +.DS_Store \ No newline at end of file diff --git a/README.md b/README.md index a5b083e..8d4af75 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@ - [Hello, Blockstack](/tutorials/hello-blockstack) - [CLI Video Series](/tutorials/cli-video-series) +### App Ideas + +- Get paid $10 in Bitcoin for every app idea that gets merged into [this app-ideas.md file](https://github.com/blockstack/blockstack-apps/blob/master/app-ideas) + ### Decentralized Apps - [OpenBazaar](/apps/openbazaar) @@ -14,6 +18,15 @@ - [Exodus](/apps/exodus) - [Freebird](/apps/freebird) - [Souq](/apps/souq) +- [To Do](https://blockstack-todo-app.netlify.com/) + +### Listed Apps + +- Profiles +- Storage +- Wallet +- Account +- [Hello, Blockstack](/tutorials/hello-blockstack) ### Requests for Apps @@ -42,3 +55,4 @@ - [Decentralized Domain Name Exchange](https://github.com/blockstack/blockstack-apps/issues/2) - [Name Auto Renewal Service](https://github.com/blockstack/blockstack-apps/issues/4) + diff --git a/pay-per-idea.md b/pay-per-idea.md new file mode 100644 index 0000000..89e81e4 --- /dev/null +++ b/pay-per-idea.md @@ -0,0 +1,29 @@ +Hello Blockstack Community members, + +Below is a selected list of Blockstack Apps that anyone with an idea can contribute to by committing pull requests in the format shown below: + + #### To Do List (sample app) +Single page javascript To Do List app that runs locally in your browser (after having downloaded [Blockstack app](https://github.com/blockstack/blockstack-browser/releases)). It stores data on repurposed cloud storage using Blockstack's [Gaia Storage System](https://github.com/blockstack/blockstack-core/blob/rc-0.14.2/docs/gaia.md) and allows for sign in with your Blockchain ID using [Blockstack Auth](https://github.com/blockstack/blockstack.js/tree/master/src/auth) + - [ ] Mark if Completed. + - Link to Github of project(s): https://github.com/blockstack/blockstack-todos + + +##### Read these before commiting your first pull request: +- Include your bitcoin public address in the comment section of your pull request. +- Successful merges get paid $10 in bitcoin for each idea. +- The more tools of Blockstack (gaia storage, blockchain ID, Blockstack Auth, etc) used the higher chance of pull request being accepted. +- Your first successfully merged app idea gets $20. +- Anyone can contribute. +- Merges are decided by Blockstack Core team on an ongoing basis. +- New Github projects can be added at any time. +- Project requests at the top of the list are the ones being prioritized + +Looking forward to seeing what ideas you come up with! + + +### App Ideas that require only single-player storage on Blockstack + +#### To Do List +Single page javascript To Do List app that runs locally in your browser (after having downloaded [Blockstack app](https://github.com/blockstack/blockstack-browser/releases)). It stores data on repurposed cloud storage using Blockstack's [Gaia Storage System](https://github.com/blockstack/blockstack-core/blob/rc-0.14.2/docs/gaia.md) and allows for sign in with your Blockchain ID using [Blockstack Auth](https://github.com/blockstack/blockstack.js/tree/master/src/auth) +- [ ] Mark if Completed. +- Link to Github of project(s): https://github.com/blockstack/blockstack-todos diff --git a/tokenportfoliobounty.md b/tokenportfoliobounty.md new file mode 100644 index 0000000..dbfd1f5 --- /dev/null +++ b/tokenportfoliobounty.md @@ -0,0 +1,5 @@ +## Publicly Listed Teams participating in the Token Portfolio Bounty +Click on a repo below to join the conversation and join a team. If you have a team and wish to get help, add your team's repo below: + +- [tintx](https://github.com/kncogic/tintx) +- [financial point](https://github.com/paradigma-cl/financialpoint) diff --git a/tutorials/.DS_Store b/tutorials/.DS_Store deleted file mode 100644 index aa24ecf..0000000 Binary files a/tutorials/.DS_Store and /dev/null differ