From 9add5d348c06d01cbb4416d965e267a81699dea0 Mon Sep 17 00:00:00 2001 From: rmdash <107952531+rmdash@users.noreply.github.com> Date: Tue, 21 Feb 2023 20:56:55 +0530 Subject: [PATCH 01/10] Update README.md --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a46ae92..b375a4d 100644 --- a/README.md +++ b/README.md @@ -1 +1,15 @@ -# .github \ No newline at end of file +

+Dash Wallet logo +

+ +WELCOME TO DASHPAY!! + +The DashPay organization houses all GitHub activity related to Dash. + +Previously, all development related to Dash Platform happened under the dashevo GitHub. However, we have since archived the repositories in Dashevo and moved everything to the DashPay GitHub. + +By consolidating all Dash-related activities under one organization, we aim to simplify the process of developer contribution to both Dash Core and Dash Platform. + +[Vist our website](https://www.dash.org/) to know more about Dash. + +See the [Dash Platform documentation](https://dashplatform.readme.io/docs) for further information about Dash's Web3 platform. From 2c534c75ebb9a86524703b658eb64fe7eeb09170 Mon Sep 17 00:00:00 2001 From: rmdash <107952531+rmdash@users.noreply.github.com> Date: Tue, 21 Feb 2023 21:32:55 +0530 Subject: [PATCH 02/10] folder moved --- .DS_Store | Bin 0 -> 6148 bytes README.md => profile/README.md | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 .DS_Store rename README.md => profile/README.md (100%) diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..e5bc8f8e1987b575650b1cc59bc341fdd7ca98ac GIT binary patch literal 6148 zcmeHK&1xGl5FR;hEfWGhw2-49r$A_()HIY{HjaHr2sw01duWU6&AQ1_dA0Z_J{ZHE zlT%(Ij}Yay{FAlq!-xS@INX*dsl%2*n?eY!>#=@5%$n$v4j5Xhc%3doxuPM ze1QZs^xSS2Y@v{`em^^!46{gE_H~r$WH_qVZ$xRS{OEB-R^+n$6rPw#IO>kZ!)ABz zfogA!(NPh1qjyPf(y2Y!HR-6Eq`iSnNa7w+KE6-V*i4#coW?_&8@dizmDNsdbvoVJ z-ri7+Mq{?2rmwc@7{7Qqn^oo0wdb$jbiV3-YR+&4Xac`zYbzcLILBa41AV+19+`et zP!<_|(`xy3%gd|t{fqD4NY}Y>`X>GhR(A5I*-pbjs!e)~GZd@1_0u?H1y})Ap!jc) z%d7<}zzVPea|+PiL7@`{9&?BGT7iXq0w9*L*&4=lX`~$GG4Pl>#2z%^QW0IM@J|fk z(y?86Uf?lz=+Z&>$A|DU3;#k9c6J Date: Tue, 21 Feb 2023 12:40:15 -0500 Subject: [PATCH 03/10] chore: remove DS_Store and add gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e43b0f9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store From 4d2ff06c1de959649a7da1bd3892bb16bf5ac4c3 Mon Sep 17 00:00:00 2001 From: rmdash <107952531+rmdash@users.noreply.github.com> Date: Tue, 21 Feb 2023 23:10:39 +0530 Subject: [PATCH 04/10] Update README.md --- profile/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/profile/README.md b/profile/README.md index b375a4d..b4e990d 100644 --- a/profile/README.md +++ b/profile/README.md @@ -6,10 +6,12 @@ WELCOME TO DASHPAY!! The DashPay organization houses all GitHub activity related to Dash. -Previously, all development related to Dash Platform happened under the dashevo GitHub. However, we have since archived the repositories in Dashevo and moved everything to the DashPay GitHub. +By consolidating all Dash-related activities under one organization, we aim to simplify the process of developer contribution to both [Dash Core](https://github.com/dashpay/dash) and [Dash Platform](https://github.com/dashpay/platform). By consolidating all Dash-related activities under one organization, we aim to simplify the process of developer contribution to both Dash Core and Dash Platform. [Vist our website](https://www.dash.org/) to know more about Dash. -See the [Dash Platform documentation](https://dashplatform.readme.io/docs) for further information about Dash's Web3 platform. +See the [Dash Core documentation](https://dashcore.readme.io/) here for further information about Dash Core. + +See the [Dash Platform documentation](https://dashplatform.readme.io/docs) for further information about Dash's Web3 platform. \ No newline at end of file From bd0e8706923bc4aa27125f74e5fea64b98064c99 Mon Sep 17 00:00:00 2001 From: rmdash <107952531+rmdash@users.noreply.github.com> Date: Tue, 21 Feb 2023 23:12:38 +0530 Subject: [PATCH 05/10] Update README.md --- profile/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile/README.md b/profile/README.md index b4e990d..e6e168d 100644 --- a/profile/README.md +++ b/profile/README.md @@ -12,6 +12,6 @@ By consolidating all Dash-related activities under one organization, we aim to s [Vist our website](https://www.dash.org/) to know more about Dash. -See the [Dash Core documentation](https://dashcore.readme.io/) here for further information about Dash Core. +See the [Dash Core documentation](https://dashcore.readme.io/) for further information about Dash Core. See the [Dash Platform documentation](https://dashplatform.readme.io/docs) for further information about Dash's Web3 platform. \ No newline at end of file From c9c92d8ed33c779a0559411046268f45d2e42b20 Mon Sep 17 00:00:00 2001 From: rmdash <107952531+rmdash@users.noreply.github.com> Date: Tue, 21 Feb 2023 23:31:18 +0530 Subject: [PATCH 06/10] Update README.md --- profile/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profile/README.md b/profile/README.md index e6e168d..458dc1f 100644 --- a/profile/README.md +++ b/profile/README.md @@ -6,9 +6,9 @@ WELCOME TO DASHPAY!! The DashPay organization houses all GitHub activity related to Dash. -By consolidating all Dash-related activities under one organization, we aim to simplify the process of developer contribution to both [Dash Core](https://github.com/dashpay/dash) and [Dash Platform](https://github.com/dashpay/platform). +Previously, all development related to Dash Platform happened under the dashevo GitHub. However, we have since archived the repositories in Dashevo and moved everything to the DashPay GitHub. -By consolidating all Dash-related activities under one organization, we aim to simplify the process of developer contribution to both Dash Core and Dash Platform. +By consolidating all Dash-related activities under one organization, we aim to simplify the process of developer contribution to both [Dash Core](https://github.com/dashpay/dash) and [Dash Platform](https://github.com/dashpay/platform). [Vist our website](https://www.dash.org/) to know more about Dash. From 8aacc1c0ef05613da94fb86088ef29c304ba9952 Mon Sep 17 00:00:00 2001 From: rmdash <107952531+rmdash@users.noreply.github.com> Date: Wed, 22 Feb 2023 03:09:03 +0530 Subject: [PATCH 07/10] Update profile/README.md Co-authored-by: strophy <32928115+strophy@users.noreply.github.com> --- profile/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile/README.md b/profile/README.md index 458dc1f..93d4ebe 100644 --- a/profile/README.md +++ b/profile/README.md @@ -1,5 +1,5 @@

-Dash Wallet logo +Dash logo

WELCOME TO DASHPAY!! From 0442fd83e5d5844ba0027880a460e60a714596f6 Mon Sep 17 00:00:00 2001 From: rmdash <107952531+rmdash@users.noreply.github.com> Date: Wed, 22 Feb 2023 03:09:15 +0530 Subject: [PATCH 08/10] Update profile/README.md Co-authored-by: strophy <32928115+strophy@users.noreply.github.com> --- profile/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile/README.md b/profile/README.md index 93d4ebe..7b18fda 100644 --- a/profile/README.md +++ b/profile/README.md @@ -6,7 +6,7 @@ WELCOME TO DASHPAY!! The DashPay organization houses all GitHub activity related to Dash. -Previously, all development related to Dash Platform happened under the dashevo GitHub. However, we have since archived the repositories in Dashevo and moved everything to the DashPay GitHub. +Previously, all development related to Dash Platform happened under the [dashevo](https://github.com/dashevo/) GitHub organization. However, we have since archived the repositories in dashevo and moved everything to the current dashpay GitHub organization. By consolidating all Dash-related activities under one organization, we aim to simplify the process of developer contribution to both [Dash Core](https://github.com/dashpay/dash) and [Dash Platform](https://github.com/dashpay/platform). From 23c8247c2307edfbd963f6c9f37e0ea6756900d6 Mon Sep 17 00:00:00 2001 From: rmdash <107952531+rmdash@users.noreply.github.com> Date: Wed, 22 Feb 2023 03:09:24 +0530 Subject: [PATCH 09/10] Update profile/README.md Co-authored-by: strophy <32928115+strophy@users.noreply.github.com> --- profile/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile/README.md b/profile/README.md index 7b18fda..9203673 100644 --- a/profile/README.md +++ b/profile/README.md @@ -4,7 +4,7 @@ WELCOME TO DASHPAY!! -The DashPay organization houses all GitHub activity related to Dash. +The dashpay organization houses all GitHub activity related to Dash. Previously, all development related to Dash Platform happened under the [dashevo](https://github.com/dashevo/) GitHub organization. However, we have since archived the repositories in dashevo and moved everything to the current dashpay GitHub organization. From 3d70219ffe05afb861ea7f765ddb44f1641b3f04 Mon Sep 17 00:00:00 2001 From: thephez Date: Tue, 21 Feb 2023 17:02:35 -0500 Subject: [PATCH 10/10] chore: really delete .DS_Store --- .DS_Store | Bin 6148 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 .DS_Store diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index e5bc8f8e1987b575650b1cc59bc341fdd7ca98ac..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHK&1xGl5FR;hEfWGhw2-49r$A_()HIY{HjaHr2sw01duWU6&AQ1_dA0Z_J{ZHE zlT%(Ij}Yay{FAlq!-xS@INX*dsl%2*n?eY!>#=@5%$n$v4j5Xhc%3doxuPM ze1QZs^xSS2Y@v{`em^^!46{gE_H~r$WH_qVZ$xRS{OEB-R^+n$6rPw#IO>kZ!)ABz zfogA!(NPh1qjyPf(y2Y!HR-6Eq`iSnNa7w+KE6-V*i4#coW?_&8@dizmDNsdbvoVJ z-ri7+Mq{?2rmwc@7{7Qqn^oo0wdb$jbiV3-YR+&4Xac`zYbzcLILBa41AV+19+`et zP!<_|(`xy3%gd|t{fqD4NY}Y>`X>GhR(A5I*-pbjs!e)~GZd@1_0u?H1y})Ap!jc) z%d7<}zzVPea|+PiL7@`{9&?BGT7iXq0w9*L*&4=lX`~$GG4Pl>#2z%^QW0IM@J|fk z(y?86Uf?lz=+Z&>$A|DU3;#k9c6J