A p2p shared content collaboration platform using FLO Blockchain
Go to file
void-57 f0cf9a0ae0
All checks were successful
Deploy to Dappbundle / Deploy (push) Successful in 33s
feat: Implement multi-chain address display and generation.
2026-03-15 21:13:06 +05:30
.github/workflows Update .github/workflows/push-dappbundle.yml 2026-03-06 12:02:17 +00:00
css preserving white space 2024-01-18 02:06:10 +05:30
scripts feat: Implement multi-chain address display and generation. 2026-03-15 21:13:06 +05:30
template CC overhaul 2022-07-04 15:55:04 +05:30
.gitignore Merge https://github.com/ranchimall/Standard_Operations 2023-07-06 05:18:06 +05:30
blockchainCloud_client.html Fix search causing articles to not load properly 2021-03-29 19:46:21 +05:30
Content Collaboration.html Fix search causing articles to not load properly 2021-03-29 19:46:21 +05:30
index.html feat: Implement multi-chain address display and generation. 2026-03-15 21:13:06 +05:30
LICENSE unifying input style 2021-03-29 20:10:09 +05:30
package-lock.json CC overhaul 2022-07-04 15:55:04 +05:30
package.json CC overhaul 2022-07-04 15:55:04 +05:30
README.md Update README.md 2023-07-16 20:59:23 +05:30
reports.html added reports.html, id for every box 2020-06-27 20:35:38 +05:30

p2p-content-collaboration

This peer-to-peer FLO Blockchain-based content collaboration software runs on a single HTML file.

Live URL for CC

https://ranchimall.github.io/cc/

How to run this software

  1. Download and run the HTML file on any browser (Google Chrome is preferred)
  2. Or access the LIVE URL
  3. It will ask for a FLO private key. If you do not have one please generate it.
  4. Once you provide a correct private key you are logged in
  5. Inside the app, you can find the contents that are active
  6. To add your writeup please write inside the boxes under respective sections or subtopics
  7. You can also choose to edit any content by adding/deleting contents
  8. To submit your writeup click on the 'Submit' button. Your entries will be recorded
  9. The respective admins or sub-admins can score the content to choose the best ones
  10. To score the content, please click on the star icon and give a score. The score will be recorded. (Only authorized sub-admins can score content)
  11. Also you can download any content by selecting it and exporting it as a file.

Any user running the file gets to edit shared content. Hence, this application can be used for multiple purposes like creating shared content, writing books by multiple authors, or reaching a consensus through collaborative discussion.

Please fork the project and contribute.