From 03db5c7c03ab9c6fe5c84886cc6bdb37cf942249 Mon Sep 17 00:00:00 2001 From: anni <112425356+anipenguin@users.noreply.github.com> Date: Thu, 25 Jan 2024 20:40:17 -0800 Subject: [PATCH 1/3] Update README.md rephrased intro for clarity removed bio/dna element of spore --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b8c4533..359349a 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,9 @@ -#

🧬 Spore Protocol

+#

Spore Protocol

A protocol for valuing on-chain contents, build on top of CKB. Check Spore Docs for a quick start.

- -Spore developers are supposed to use [Spore SDK](https://github.com/sporeprotocol/spore-sdk) instead of this project directly. But if you want to test/extend the contract or deploy on a local chain, you can follow the [Development](#⚙️-development) part. +Developers are encouraged to utilize the [Spore SDK](https://github.com/sporeprotocol/spore-sdk) for creating applications using Spore, rather than working directly with this contracts. However, if your want to test/extend the contract, or deploy it on a local blockchain, then you can refer to the [Development](#⚙️-development) section. ## About From 8200b30af733d64477a061624004ee4bfaac8c4a Mon Sep 17 00:00:00 2001 From: anni <112425356+anipenguin@users.noreply.github.com> Date: Thu, 25 Jan 2024 23:44:01 -0800 Subject: [PATCH 2/3] Update README.md Co-authored-by: Shook <44739165+ShookLyngs@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 359349a..96b0676 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A protocol for valuing on-chain contents, build on top of CKB. Check Spore Docs for a quick start.

-Developers are encouraged to utilize the [Spore SDK](https://github.com/sporeprotocol/spore-sdk) for creating applications using Spore, rather than working directly with this contracts. However, if your want to test/extend the contract, or deploy it on a local blockchain, then you can refer to the [Development](#⚙️-development) section. +Developers are encouraged to utilize the [Spore SDK](https://github.com/sporeprotocol/spore-sdk) for creating applications using Spore, rather than working directly with the contracts. However, if your want to test/extend the contracts, or deploy it on a local blockchain, then you can refer to the [Development](#⚙️-development) section. ## About From 336ef21a7b0ee9a4861c0ea03531689e30029f2f Mon Sep 17 00:00:00 2001 From: anni <112425356+anipenguin@users.noreply.github.com> Date: Thu, 25 Jan 2024 23:52:57 -0800 Subject: [PATCH 3/3] Update README.md changed to a more positive tone --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96b0676..b9b7bdd 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A protocol for valuing on-chain contents, build on top of CKB. Check Spore Docs for a quick start.

-Developers are encouraged to utilize the [Spore SDK](https://github.com/sporeprotocol/spore-sdk) for creating applications using Spore, rather than working directly with the contracts. However, if your want to test/extend the contracts, or deploy it on a local blockchain, then you can refer to the [Development](#⚙️-development) section. +Developers are recommended to use the [Spore SDK](https://github.com/sporeprotocol/spore-sdk) for building applications with Spore, instead of directly interacting with the contracts. If you're interested in testing, extending the contracts, or deploying them on a local blockchain, feel free to explore the [Development](#⚙️-development) section for guidance. ## About