From cd9245035aec93ddea7e02902555a41da0204815 Mon Sep 17 00:00:00 2001 From: Ryan Shea Date: Wed, 15 Mar 2017 11:44:04 -0400 Subject: [PATCH 01/23] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a5b083e..5ab7039 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,10 @@ - [Freebird](/apps/freebird) - [Souq](/apps/souq) +### Listed Apps + +- [Hello, Blockstack](/tutorials/hello-blockstack) + ### Requests for Apps #### Decentralized Social Networking From 0c72519a4fd7ca8d6dfcc0fdec77332cb7a05432 Mon Sep 17 00:00:00 2001 From: Ryan Shea Date: Wed, 22 Mar 2017 11:17:30 -0400 Subject: [PATCH 02/23] update .gitignore --- .DS_Store | Bin 0 -> 6148 bytes tutorials/.DS_Store | Bin 0 -> 6148 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 .DS_Store create mode 100644 tutorials/.DS_Store diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..eb793f972be4bd02e401be16f1c040be70b5263e GIT binary patch literal 6148 zcmeH~J#GR)42A8m1rZHp%DDnJ7$I^3E&viz6bV5@fO@-Jo97=;$Ph{j^t|%C9j`s3 z{fhODi0JgNnuv@=WC%Bv9~)Y;=jM&QWW-c$jpKZ`S#LKVF>ms31+2D{rF`M~{!{-d zdpW?jvXf8btecEmD>6m`BtQZrKmsIij{thM*>DufkpxJ91TF;Z`%vJfHMI}*PX`7+ z0zf;2-Ei+`323nZw5IlHg$ zP>v)(0@nlvF&$g~e~15b{=Y8bj08yFsR(E{o6n|rrR=TE%UQ22@CE#A$n|s#-io2# hiZQWP{Prua*gc-t)IQY95%+Q^e*}yRjRYP+-~?uB8ixP? literal 0 HcmV?d00001 diff --git a/tutorials/.DS_Store b/tutorials/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..aa24ecf8dab2a25816cd11eb9826c5b178595f82 GIT binary patch literal 6148 zcmeHKyH3ME5S)b+k!V~}-VdbU4^C0|g8TrGM1W!?QXEpd9JZG=DSV1-Mo4o#=ntmd1;*&!v)spu*WmcT3^IpubgZukP4&%sX!|5KNVolRvX_r z=9&tm0;#}J0sTG{x?&CN9qrS>#YO<)h_o5+ZI&PwC5Sb!cO*j-PbGS)#E2oDPQFB3 z4eT8~9b%PvPE?kdP{gW}FBT4|j=81+sld4cx4vz(|3A`ynE%g{a+eCE0)I*Y8O`Ri zDPJji>)_?I*B1H{{o5F8;asd06Rj0 Date: Wed, 22 Mar 2017 11:39:20 -0400 Subject: [PATCH 03/23] remove .DS_Store --- .DS_Store | Bin 6148 -> 0 bytes .gitignore | 3 ++- tutorials/.DS_Store | Bin 6148 -> 0 bytes 3 files changed, 2 insertions(+), 1 deletion(-) delete mode 100644 .DS_Store delete mode 100644 tutorials/.DS_Store diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index eb793f972be4bd02e401be16f1c040be70b5263e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeH~J#GR)42A8m1rZHp%DDnJ7$I^3E&viz6bV5@fO@-Jo97=;$Ph{j^t|%C9j`s3 z{fhODi0JgNnuv@=WC%Bv9~)Y;=jM&QWW-c$jpKZ`S#LKVF>ms31+2D{rF`M~{!{-d zdpW?jvXf8btecEmD>6m`BtQZrKmsIij{thM*>DufkpxJ91TF;Z`%vJfHMI}*PX`7+ z0zf;2-Ei+`323nZw5IlHg$ zP>v)(0@nlvF&$g~e~15b{=Y8bj08yFsR(E{o6n|rrR=TE%UQ22@CE#A$n|s#-io2# hiZQWP{Prua*gc-t)IQY95%+Q^e*}yRjRYP+-~?uB8ixP? 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/tutorials/.DS_Store b/tutorials/.DS_Store deleted file mode 100644 index aa24ecf8dab2a25816cd11eb9826c5b178595f82..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHKyH3ME5S)b+k!V~}-VdbU4^C0|g8TrGM1W!?QXEpd9JZG=DSV1-Mo4o#=ntmd1;*&!v)spu*WmcT3^IpubgZukP4&%sX!|5KNVolRvX_r z=9&tm0;#}J0sTG{x?&CN9qrS>#YO<)h_o5+ZI&PwC5Sb!cO*j-PbGS)#E2oDPQFB3 z4eT8~9b%PvPE?kdP{gW}FBT4|j=81+sld4cx4vz(|3A`ynE%g{a+eCE0)I*Y8O`Ri zDPJji>)_?I*B1H{{o5F8;asd06Rj0 Date: Wed, 22 Mar 2017 15:00:33 -0400 Subject: [PATCH 04/23] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5ab7039..5ef8f58 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,10 @@ ### Listed Apps +- Profiles +- Storage +- Wallet +- Account - [Hello, Blockstack](/tutorials/hello-blockstack) ### Requests for Apps From d3a4e2fd690072ae1759f7f06660c8b954ba08c7 Mon Sep 17 00:00:00 2001 From: Patrick Stanley Date: Tue, 30 May 2017 17:36:14 -0400 Subject: [PATCH 05/23] Added To Do app --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5ef8f58..af2c15a 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ - [Exodus](/apps/exodus) - [Freebird](/apps/freebird) - [Souq](/apps/souq) +- [To Do](https://blockstack-todo-app.netlify.com/) ### Listed Apps From e4806fd76a92c9dd6ac58a196ce63269fb480837 Mon Sep 17 00:00:00 2001 From: Patrick Stanley Date: Sun, 25 Jun 2017 21:38:27 -0400 Subject: [PATCH 06/23] Adding an app idea section --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index af2c15a..cfdb6a6 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 [in this README.md](URL) + ### Decentralized Apps - [OpenBazaar](/apps/openbazaar) @@ -51,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) + From fce4e9c37777cac22c7f959eab5a8dc69d0356aa Mon Sep 17 00:00:00 2001 From: Patrick Stanley Date: Sun, 25 Jun 2017 21:45:36 -0400 Subject: [PATCH 07/23] Setting general guidelines --- app-ideas | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 app-ideas diff --git a/app-ideas b/app-ideas new file mode 100644 index 0000000..08aa973 --- /dev/null +++ b/app-ideas @@ -0,0 +1,6 @@ +Below will be list of decentralized apps that can be built on Blockstack. +Successful merges get paid $10 in bitcoin. +Anyone can contribute. +Limit 1 pull request per idea. + +##### Coin operated file viewer - Pay some coin to access an encrypted file while not involving 3rd parties in the transaction. From d8c6b217d08498e0728570b12aa80af4b28e3fbc Mon Sep 17 00:00:00 2001 From: Patrick Stanley Date: Sun, 25 Jun 2017 21:46:24 -0400 Subject: [PATCH 08/23] Update app-ideas --- app-ideas | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-ideas b/app-ideas index 08aa973..eea8f75 100644 --- a/app-ideas +++ b/app-ideas @@ -3,4 +3,5 @@ Successful merges get paid $10 in bitcoin. Anyone can contribute. Limit 1 pull request per idea. -##### Coin operated file viewer - Pay some coin to access an encrypted file while not involving 3rd parties in the transaction. +#### Coin operated file viewer +- * Pay some coin to access an encrypted file while not involving 3rd parties in the transaction. From 2641f037007d950b06979ede5e8eb6630203be61 Mon Sep 17 00:00:00 2001 From: Patrick Stanley Date: Sun, 25 Jun 2017 21:48:01 -0400 Subject: [PATCH 09/23] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cfdb6a6..8d4af75 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ### App Ideas -- Get paid $10 in Bitcoin for every app idea that gets merged [in this README.md](URL) +- 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 From 3702b778cc9ef9c6e8506ac453a46af958587806 Mon Sep 17 00:00:00 2001 From: Patrick Stanley Date: Sun, 25 Jun 2017 21:49:05 -0400 Subject: [PATCH 10/23] Update and rename app-ideas to app-ideas.md --- app-ideas => app-ideas.md | 1 + 1 file changed, 1 insertion(+) rename app-ideas => app-ideas.md (79%) diff --git a/app-ideas b/app-ideas.md similarity index 79% rename from app-ideas rename to app-ideas.md index eea8f75..1693b5d 100644 --- a/app-ideas +++ b/app-ideas.md @@ -2,6 +2,7 @@ Below will be list of decentralized apps that can be built on Blockstack. Successful merges get paid $10 in bitcoin. Anyone can contribute. Limit 1 pull request per idea. +Include your bitcoin public address in the comment section of your pull request. #### Coin operated file viewer - * Pay some coin to access an encrypted file while not involving 3rd parties in the transaction. From 16828dd38367faee221f6351488ba397ed5ba563 Mon Sep 17 00:00:00 2001 From: Patrick Stanley Date: Wed, 28 Jun 2017 18:14:39 -0400 Subject: [PATCH 11/23] Rename app-ideas.md to pay-per-app-idea.md --- app-ideas.md => pay-per-app-idea.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename app-ideas.md => pay-per-app-idea.md (100%) diff --git a/app-ideas.md b/pay-per-app-idea.md similarity index 100% rename from app-ideas.md rename to pay-per-app-idea.md From cb9b40bd037e37336f3be2c7f22ecc4319c8a64c Mon Sep 17 00:00:00 2001 From: Patrick Stanley Date: Thu, 6 Jul 2017 12:54:00 -0400 Subject: [PATCH 12/23] Rename pay-per-app-idea.md to pay-per-idea.md --- pay-per-app-idea.md => pay-per-idea.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename pay-per-app-idea.md => pay-per-idea.md (100%) diff --git a/pay-per-app-idea.md b/pay-per-idea.md similarity index 100% rename from pay-per-app-idea.md rename to pay-per-idea.md From f1b713b0a14eee9728d64d7ea8d6b319f33ff8b2 Mon Sep 17 00:00:00 2001 From: Patrick Stanley Date: Thu, 6 Jul 2017 14:59:32 -0400 Subject: [PATCH 13/23] update --- pay-per-idea.md | 29 +++++++++++++++++++++++------ 1 file changed, 23 insertions(+), 6 deletions(-) diff --git a/pay-per-idea.md b/pay-per-idea.md index 1693b5d..0ec79ff 100644 --- a/pay-per-idea.md +++ b/pay-per-idea.md @@ -1,8 +1,25 @@ -Below will be list of decentralized apps that can be built on Blockstack. -Successful merges get paid $10 in bitcoin. -Anyone can contribute. -Limit 1 pull request per idea. +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 a 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. +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 + +### Apps that require only single player storage -#### Coin operated file viewer -- * Pay some coin to access an encrypted file while not involving 3rd parties in the transaction. +#### 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 From 5bf66c4ecc53a63080b3cf4c9e9d609713190432 Mon Sep 17 00:00:00 2001 From: Patrick Stanley Date: Thu, 6 Jul 2017 15:00:35 -0400 Subject: [PATCH 14/23] Update pay-per-idea.md --- pay-per-idea.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pay-per-idea.md b/pay-per-idea.md index 0ec79ff..b0721f3 100644 --- a/pay-per-idea.md +++ b/pay-per-idea.md @@ -3,9 +3,9 @@ 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 + 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 a pull request: @@ -20,6 +20,6 @@ Project requests at the top of the list are the ones being prioritized ### Apps that require only single player storage #### 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 +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 From 03212476f9380c98b4aa2b16d879a37438b7a351 Mon Sep 17 00:00:00 2001 From: Patrick Stanley Date: Thu, 6 Jul 2017 15:01:21 -0400 Subject: [PATCH 15/23] Update pay-per-idea.md --- pay-per-idea.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pay-per-idea.md b/pay-per-idea.md index b0721f3..a4b37f3 100644 --- a/pay-per-idea.md +++ b/pay-per-idea.md @@ -3,9 +3,9 @@ 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 + - 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 a pull request: @@ -20,6 +20,6 @@ Project requests at the top of the list are the ones being prioritized ### Apps that require only single player storage #### 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 + 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 From e19746596f57292c4063adf7baa49841bdde3f7d Mon Sep 17 00:00:00 2001 From: Patrick Stanley Date: Thu, 6 Jul 2017 15:07:15 -0400 Subject: [PATCH 16/23] update --- pay-per-idea.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/pay-per-idea.md b/pay-per-idea.md index a4b37f3..8f7e423 100644 --- a/pay-per-idea.md +++ b/pay-per-idea.md @@ -3,23 +3,24 @@ 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) +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 a 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. -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 +- 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 -### Apps that require only single player storage +### Apps that require only single player storage and sign in that utlize -#### 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) +#### 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 From bc6a1ffb9ef91dc5a72f32fdef9b3ae8ee8c4412 Mon Sep 17 00:00:00 2001 From: Patrick Stanley Date: Thu, 6 Jul 2017 15:08:17 -0400 Subject: [PATCH 17/23] Update pay-per-idea.md --- pay-per-idea.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pay-per-idea.md b/pay-per-idea.md index 8f7e423..dcc7d98 100644 --- a/pay-per-idea.md +++ b/pay-per-idea.md @@ -18,6 +18,9 @@ Single page javascript To Do List app that runs locally in your browser (after h - 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! + + ### Apps that require only single player storage and sign in that utlize #### To Do List From 29b9f899c750a109f829a9d776f5cc55fb87a93a Mon Sep 17 00:00:00 2001 From: Patrick Stanley Date: Thu, 6 Jul 2017 15:09:07 -0400 Subject: [PATCH 18/23] Update pay-per-idea.md --- pay-per-idea.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pay-per-idea.md b/pay-per-idea.md index dcc7d98..b0ec12f 100644 --- a/pay-per-idea.md +++ b/pay-per-idea.md @@ -21,7 +21,7 @@ Single page javascript To Do List app that runs locally in your browser (after h Looking forward to seeing what ideas you come up with! -### Apps that require only single player storage and sign in that utlize +### 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) From f5c56ae9c003b90b6c9aae5a84d6019396385fc5 Mon Sep 17 00:00:00 2001 From: Patrick Stanley Date: Thu, 6 Jul 2017 15:09:35 -0400 Subject: [PATCH 19/23] Update pay-per-idea.md --- pay-per-idea.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pay-per-idea.md b/pay-per-idea.md index b0ec12f..89e81e4 100644 --- a/pay-per-idea.md +++ b/pay-per-idea.md @@ -8,7 +8,7 @@ Single page javascript To Do List app that runs locally in your browser (after h - Link to Github of project(s): https://github.com/blockstack/blockstack-todos -##### Read these before commiting a pull request: +##### 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. From 710d20ddd60d953a27e61a897cafec6005d5c715 Mon Sep 17 00:00:00 2001 From: Patrick Stanley Date: Mon, 25 Sep 2017 20:16:05 -0400 Subject: [PATCH 20/23] Create tokenportfoliobounty.md --- tokenportfoliobounty.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tokenportfoliobounty.md diff --git a/tokenportfoliobounty.md b/tokenportfoliobounty.md new file mode 100644 index 0000000..158e755 --- /dev/null +++ b/tokenportfoliobounty.md @@ -0,0 +1,2 @@ +- [tintx](https://github.com/kncogic/tintx) +- [financial point](https://github.com/paradigma-cl/financialpoint) From cf6456e00913d0475fffe7a506cf6d7b3c3b9ec4 Mon Sep 17 00:00:00 2001 From: Patrick Stanley Date: Mon, 25 Sep 2017 20:50:57 -0400 Subject: [PATCH 21/23] update tokenporfolio readme --- tokenportfoliobounty.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tokenportfoliobounty.md b/tokenportfoliobounty.md index 158e755..c162d17 100644 --- a/tokenportfoliobounty.md +++ b/tokenportfoliobounty.md @@ -1,2 +1,5 @@ +##### Publicly Listed Teams participating in the Token Portfolio Bounty +Click on a repo below to join the conversation and join a team. + - [tintx](https://github.com/kncogic/tintx) - [financial point](https://github.com/paradigma-cl/financialpoint) From 8b5e155bc24e01bd1be4ec230b6339be3d4ea084 Mon Sep 17 00:00:00 2001 From: Patrick Stanley Date: Mon, 25 Sep 2017 20:51:12 -0400 Subject: [PATCH 22/23] Update tokenportfoliobounty.md --- tokenportfoliobounty.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokenportfoliobounty.md b/tokenportfoliobounty.md index c162d17..734560d 100644 --- a/tokenportfoliobounty.md +++ b/tokenportfoliobounty.md @@ -1,4 +1,4 @@ -##### Publicly Listed Teams participating in the Token Portfolio Bounty +## Publicly Listed Teams participating in the Token Portfolio Bounty Click on a repo below to join the conversation and join a team. - [tintx](https://github.com/kncogic/tintx) From bc570d6d1d523129044bbefbb5fa9df3b3279460 Mon Sep 17 00:00:00 2001 From: Patrick Stanley Date: Mon, 25 Sep 2017 20:51:57 -0400 Subject: [PATCH 23/23] Update tokenportfoliobounty.md --- tokenportfoliobounty.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokenportfoliobounty.md b/tokenportfoliobounty.md index 734560d..dbfd1f5 100644 --- a/tokenportfoliobounty.md +++ b/tokenportfoliobounty.md @@ -1,5 +1,5 @@ ## Publicly Listed Teams participating in the Token Portfolio Bounty -Click on a repo below to join the conversation and join a team. +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)