From 641c1097c177a207a0171ebcd818ded09d0e3a2c Mon Sep 17 00:00:00 2001 From: Elias Rad <146735585+nnsW3@users.noreply.github.com> Date: Fri, 10 Jan 2025 18:17:02 +0200 Subject: [PATCH 1/6] Update bounties.md --- docs/Archive/bounties.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Archive/bounties.md b/docs/Archive/bounties.md index d32f339..3d3bd39 100644 --- a/docs/Archive/bounties.md +++ b/docs/Archive/bounties.md @@ -344,7 +344,7 @@ Story Protocol team reserves the right to reward less than the total number of a * There are no explicit UI/UX design requirements, but judges will appreciate smooth Developer Experience (DX) flows that are focused around providing a magical developer experience. -* For this bounty, more emphasis will be put on how well integrated and functional the project is. +* For this bounty, more emphasis will be put on how well-integrated and functional the project is. ### Judging Criteria From d2068feb2a553ca0e4af32704b809bc8460c4f8c Mon Sep 17 00:00:00 2001 From: Elias Rad <146735585+nnsW3@users.noreply.github.com> Date: Fri, 10 Jan 2025 18:18:09 +0200 Subject: [PATCH 2/6] Update exploring-story-protocol.md --- docs/Archive/exploring-story-protocol.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Archive/exploring-story-protocol.md b/docs/Archive/exploring-story-protocol.md index 941c35e..00d8669 100644 --- a/docs/Archive/exploring-story-protocol.md +++ b/docs/Archive/exploring-story-protocol.md @@ -12,7 +12,7 @@ next: --- > 🚧 Beta release > -> Story Protocol is still in beta and not production complete yet – this means that we could change interfaces, smart contract deployments and backend endpoints at any time without warning or notice to you. When Story Protocol is production ready, we will remove this warning and will ensure the production quality of the protocol and update the document at a regular basis with formal notice. +> Story Protocol is still in beta and not production complete yet – this means that we could change interfaces, smart contract deployments and backend endpoints at any time without warning or notice to you. When Story Protocol is production ready, we will remove this warning and will ensure the production quality of the protocol and update the document on a regular basis with formal notice. Welcome builders! This section will help you orient yourself around the documentation and find the most relevant information, references and tutorials. @@ -32,7 +32,7 @@ If you want to build smart contracts with Story Protocol or build Web3 applicati # For Everyone -If you are a product manager, a founder or an entrepreneur who wants build a business related to IP, or an artist or an owner of properties that need to be protected, you can learn how you can achieve the goal of IP monitoring, protection and monetization with Story Protocol. Please refer to the [Ecosystem](doc:introduction) section to learn about the types of applications that people can build on top of Story Protocol. +If you are a product manager, a founder or an entrepreneur who wants to build a business related to IP, or an artist or an owner of properties that need to be protected, you can learn how you can achieve the goal of IP monitoring, protection and monetization with Story Protocol. Please refer to the [Ecosystem](doc:introduction) section to learn about the types of applications that people can build on top of Story Protocol. # Builder Program From 61a5960a32b042911e5121392f28fa3d65181b5a Mon Sep 17 00:00:00 2001 From: Elias Rad <146735585+nnsW3@users.noreply.github.com> Date: Fri, 10 Jan 2025 18:18:54 +0200 Subject: [PATCH 3/6] Update licensing-and-royalties.md --- docs/Archive/licensing-and-royalties.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Archive/licensing-and-royalties.md b/docs/Archive/licensing-and-royalties.md index 879dea0..646a7ac 100644 --- a/docs/Archive/licensing-and-royalties.md +++ b/docs/Archive/licensing-and-royalties.md @@ -23,7 +23,7 @@ struct InitParams { address[] targetAncestors; // the expected ancestors addresses of an ipId uint32[] targetRoyaltyAmount; // the expected royalties of each of the ancestors for a given ipId address[] parentAncestors1; // addresses of the ancestors of the first parent - address[] parentAncestors2; // addresses of the the ancestors of the second parent + address[] parentAncestors2; // addresses of the ancestors of the second parent uint32[] parentAncestorsRoyalties1; // the royalties of each of the first parent ancestors uint32[] parentAncestorsRoyalties2; // the royalties of each of the second parent ancestors } From 46f433b94b762bcaff5bea5c2f0dcf6dd1943f5c Mon Sep 17 00:00:00 2001 From: Elias Rad <146735585+nnsW3@users.noreply.github.com> Date: Fri, 10 Jan 2025 18:20:28 +0200 Subject: [PATCH 4/6] Update react-sdk-attach-a-policy-to-an-ip-asset.md --- .../react-sdk-attach-a-policy-to-an-ip-asset.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Archive/get-started-with-the-react-sdk-copyyy/react-sdk-attach-a-policy-to-an-ip-asset.md b/docs/Archive/get-started-with-the-react-sdk-copyyy/react-sdk-attach-a-policy-to-an-ip-asset.md index 8be63db..ca96195 100644 --- a/docs/Archive/get-started-with-the-react-sdk-copyyy/react-sdk-attach-a-policy-to-an-ip-asset.md +++ b/docs/Archive/get-started-with-the-react-sdk-copyyy/react-sdk-attach-a-policy-to-an-ip-asset.md @@ -14,7 +14,7 @@ next: slug: react-sdk-mint-a-license title: Mint a License --- -This section demonstrates how to add an existing policy to an IPA. By creating such a policy, an IPA becomes eligible for licensing creation. Users who then wish to creative derivatives of the IP may then mint licenses, which can be burned to enroll their IPs as derivative IPAs of the original work. +This section demonstrates how to add an existing policy to an IPA. By creating such a policy, an IPA becomes eligible for licensing creation. Users who then wish to create derivatives of the IP may then mint licenses, which can be burned to enroll their IPs as derivative IPAs of the original work. ## Prerequisites From 717d9211ff11e2ae646d3d28c97b9ca45cf8d6fd Mon Sep 17 00:00:00 2001 From: Elias Rad <146735585+nnsW3@users.noreply.github.com> Date: Fri, 10 Jan 2025 18:21:04 +0200 Subject: [PATCH 5/6] Update react-sdk-register-an-nft-as-an-ip-asset.md --- .../react-sdk-register-an-nft-as-an-ip-asset.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Archive/get-started-with-the-react-sdk-copyyy/react-sdk-register-an-nft-as-an-ip-asset.md b/docs/Archive/get-started-with-the-react-sdk-copyyy/react-sdk-register-an-nft-as-an-ip-asset.md index d89c0df..76a5596 100644 --- a/docs/Archive/get-started-with-the-react-sdk-copyyy/react-sdk-register-an-nft-as-an-ip-asset.md +++ b/docs/Archive/get-started-with-the-react-sdk-copyyy/react-sdk-register-an-nft-as-an-ip-asset.md @@ -24,7 +24,7 @@ For this section, we will register an existing NFT as an IP asset (#1 above). ## Prerequisites * [Setup](doc:react-sdk-setup) the Web3Provider. -* Own an ERC721 NFT in your wallet. Have it's contract address and token ID ready. +* Own an ERC721 NFT in your wallet. Have its contract address and token ID ready. # Register an Existing NFT as an IP Asset From 14f1a730f40d67cd64652017c1ce4f4c4c28176f Mon Sep 17 00:00:00 2001 From: Elias Rad <146735585+nnsW3@users.noreply.github.com> Date: Fri, 10 Jan 2025 18:23:02 +0200 Subject: [PATCH 6/6] Update public-domain-project.md --- docs/Ecosystem/public-domain-project.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Ecosystem/public-domain-project.md b/docs/Ecosystem/public-domain-project.md index 2d1fb96..bbc815b 100644 --- a/docs/Ecosystem/public-domain-project.md +++ b/docs/Ecosystem/public-domain-project.md @@ -75,7 +75,7 @@ The series processor is used for generating the data types under the management ## IP Loader -Before interacting with Story Protocol to create IP related data (IP Orgs, IP Asset, Relationship etc), the pipeline requires the IP Loader to generate the parameters to call Story Protocol SDK to perform the actions to create and config these entities. Once the parameters are generated, the pipeline will need store the parameters for the next step. +Before interacting with Story Protocol to create IP related data (IP Orgs, IP Asset, Relationship etc), the pipeline requires the IP Loader to generate the parameters to call Story Protocol SDK to perform the actions to create and config these entities. Once the parameters are generated, the pipeline will need to store the parameters for the next step. ## IP Processor