-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
blockpublisher #2446
base: master
Are you sure you want to change the base?
blockpublisher #2446
Conversation
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
I have read and hereby sign the Contributor License Agreement. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the application @amiyatulu a couple questions:
- How would you overcome some of the downfalls of previous blockchain-based publishing platforms such as Civil? How would your project differ?
- Can you please add some deliverables to the milestones in the form of tables, similar to your previous application?
Thanks!
Hi, @keeganquigley thanks for the reply. The app is not specifically designed for journalism, unlike Civil but designed for any kind of publishing; it's a common platform for both academic and news publishing, as well as sharing academic content from any sources. The app is more comparable to YouTube and Bluesky, as most journalism is now done on social media, but only users sharing high-quality content that meets the guidelines are monetized, with a 51% approval rate similar to the openGov tipping system. It's also versatile enough to be used for entertainment content. The FOSS interface can be integrated with other FOSS social media platforms like Mastodon and Bluesky for cross-posting, increasing visibility. Civil seems to fail due to lack of sustainable business model, also the design. There are mainly two costs for maintenance, developer cost and marketing. As we are situated in India, labour costs are not very high. Average $3000 - $5000 per month can be sufficient for maintenance. OpenGov can provide that support during early stages. Once token value of app rises, it will become self sustainable. I will update deliverables to the milestones in the form of tables, and get you back. |
Hi @keeganquigley I have updated milestone in tabular form. |
Thanks for your answers @amiyatulu I won't approve it quite yet but I will mark it as ready for review so the rest of the committee can comment. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You seem to have removed the Future plans section from the application. I would be interested to learn more about it. Could you potentially add it again?
Hi @Noc2 I have updated the future plans. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the application, @amiyatulu. This is generally an interesting topic I'd be happy to support. My main question about your proposal would be if you have any experience with zero knowledge proofs. You write that you would "develop a ZKP system", but I don't see anything in this regard in your team's portfolio/background. Some details about this proposed system would be nice as well.
@semuelle We will be using risczero. Its pretty straight forward to use without need of use of circuits. An anonymous account creation demo code here, that will be used in shivarthu for secret voting. ZKP are slow for larger computation, so will use it minimal where privacy or secrecy is important. |
applications/blockpublisher.md
Outdated
| 0c. | Testing Guide | Core functions will be fully covered by unit tests to ensure functionality and robustness. In the guide, we will describe how to run these tests. | | ||
| 0d. | Docker | We will provide a Dockerfile(s) that can be used to test all the functionality delivered with this milestone. | | ||
| 0e. | Article | We will publish an **article**/workshop that explains our project (what was done/achieved as part of the grant.) | | ||
| 1. | Basic schema | Develop Substrate templates for price discovery, article storage, and staking coin management.| |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @amiyatulu question regarding "staking coin management". Is this referring to the escrow mechanism? Or do you plan to allow native staking of the token in addition to the escrow system? Could you maybe flesh this section out a bit?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ya, allow native staking of the coin, in addition of escrow system.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @amiyatulu what does native staking mean in this case? The DOT would be staked to the network and earn rewards as usual? What is the greater purpose for having the ability to stake on the platform?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Native token I mean, token of the parachain, not DOT. Stake allows earning rewards with which users can buy the article before it is open access, also there are plans in future, some part of the reward is given as interest rates to bring more users.
| 0c. | Testing Guide | Core functions will be fully covered by unit tests to ensure functionality and robustness. In the guide, we will describe how to run these tests. | | ||
| 0d. | Docker | We will provide a Dockerfile(s) that can be used to test all the functionality delivered with this milestone. | | ||
| 0e. | Article | We will publish an **article**/workshop that explains our project (what was done/achieved as part of the grant.) | | ||
| 1. | Leptos UI Development | Design and develop a user-friendly UI for article upload, viewing, and interaction with the Substrate templates using Leptos.| |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you foresee any challenges in building a Rust front-end instead of React or some other TS framework?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Subxt works seamlessly with the Rust WASM (Leptos) framework for interacting with Substrate chains. Furthermore, one can use JavaScript packages through WASM Bindgen if necessary. Rust crates or packages are growing rapidly to meet almost all needs. Therefore, I don't foresee any challenges in using a Rust-based frontend. It is also easier to train newcomers, as they only need to learn and work with a single language—Rust for substrate and frontend development. The compile-time checks in Rust contribute to a more stable frontend when using the Rust framework.
applications/blockpublisher.md
Outdated
| 0c. | Testing Guide | Core functions will be fully covered by unit tests to ensure functionality and robustness. In the guide, we will describe how to run these tests. | | ||
| 0d. | Docker | We will provide a Dockerfile(s) that can be used to test all the functionality delivered with this milestone. | | ||
| 0e. | Article | We will publish an **article**/workshop that explains our project (what was done/achieved as part of the grant.) | | ||
| 1. | ZKP for article purchase | Develop a ZKP system for secure article purchasing, ensuring that buyers can prove ownership of the article without revealing the password.| |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you integrate the use of RiscZero into the deliverables here? That way its basically locked into the contract, and also makes it clear to other evaluators that you are using an existing ZK system instead of creating your own from scratch.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added RiscZero into deliverables.
|
||
- how you intend to finance the project's long-term maintenance and development | ||
|
||
Once the token value of the app increases, future maintenance cost and development is done through native treasury or governance of the app. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What happens on the occasion that the token value doesn't increase? :) Also, what are your plans for the token sale? Please note our guidelines when it comes to on-going token sales.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A minimal token value is required for maintenance, even if it doesn't increase. In worst case with 1% inflation, $1 million trading volume per year can pay a full time developer. It depends on some marketing work. We don't have on-going token sales. Token sale will only be done after the project is ready and tested in testnet.
Co-authored-by: Keegan | W3F <[email protected]>
Co-authored-by: Keegan | W3F <[email protected]>
Co-authored-by: Keegan | W3F <[email protected]>
Project Abstract
Decentralized Publishing of News, Journals, and Books
The advent of blockchain technology has the potential to transform the publishing industry in several ways. By leveraging decentralized networks and cryptographic techniques, blockchain-based publishing solutions can offer a more efficient, transparent, and accessible system for authors, publishers, and readers alike.
Grant level
Application Checklist
project_name.md
).@netology:matrix.org
(change the homeserver if you use a different one)