docs: PoD consistency, remount addresses, and SDK/wallet docs - #28
Open
naiemk-coti wants to merge 64 commits into
Open
docs: PoD consistency, remount addresses, and SDK/wallet docs#28naiemk-coti wants to merge 64 commits into
naiemk-coti wants to merge 64 commits into
Conversation
- Added a new page for "Manual full node setup (without the web app wizard)" to provide an alternative installation method. - Updated links in the "Features" and "Installation" sections to reflect the new manual setup documentation. - Introduced the "COTI Node Ecosystem Litepaper" to summarize the Node Economy and its incentive rules.
- Reorganized the SUMMARY.md to remove duplicate entries for "Installation" and "UI Guide" under the Node Ecosystem section. - Enhanced the manual full node setup documentation with a note for new users to consider the web app wizard first. - Updated README.md to emphasize the recommended path for new operators and clarify the differences between the web app wizard and manual setup.
- Added a new "Server requirements" page detailing the certified operating system, software stack, and hardware specifications for both the web app wizard and manual full node setup. - Updated the "Installation" and "Manual full node setup" documentation to reference the new server requirements page for clarity on OS and hardware needs. - Improved links and descriptions in the README.md to emphasize the shared requirements across installation paths.
- Changed references from dev.nodes.coti.io to testnet.nodes.coti.io in the manual full node setup and README.md for clarity on the testnet environment. - Removed outdated disclaimers regarding server requirements to streamline the documentation.
- Added new installation guides for "Own domain (Nginx + TLS)" and "Wizard tunnel (COTI subdomain)" to provide clear paths for node setup. - Updated existing documentation to reference the new installation options and clarify prerequisites for each method. - Improved descriptions in the "Installation" and "Features" sections to better guide users through the setup process.
- Adjusted the indentation in SUMMARY.md for better clarity and organization. - Updated links in the "Own domain" and "Wizard tunnel" installation pages to reference the "Manual full node setup" for improved navigation. - Enhanced the "Installation" page to provide a clearer overview of installation methods and their prerequisites.
- Introduced two new images for the FQDN setup process: one for generating a COTI-managed hostname and another for bringing your own FQDN. - Updated the features and installation documentation to clarify the FQDN setup options, including detailed instructions for both generating a hostname and using a custom domain. - Improved descriptions in the UI guide to reflect the new setup steps and enhance user understanding of the installation wizard flow.
- Revised the eligibility rules in backend-services.md, features.md, and glossary.md to clarify the two distinct paths for node reward eligibility: Path 1 (USDC + COTI) and Path 2 (COTI only), emphasizing that uptime is mandatory for both. - Enhanced the eligibility section in the README.md to reflect the updated paths and their requirements. - Updated the eligibility image to visually represent the new criteria and paths for better user understanding.
- Updated the existing dashboard image to better reflect the current UI layout and features. - Added a new image for the Past Epochs table to visually represent historical eligibility data. - Revised the README.md to include detailed descriptions of the dashboard components and their functionalities, improving clarity for users.
- Introduced a new image for the Edit Node flow, illustrating the updated NFT metadata editing process. - Revised backend-services.md and features.md to clarify that the Edit Node flow now allows updates to NFT metadata, including name, image URI, and more-info URL. - Enhanced the README.md to reflect these changes, providing clearer guidance on the Edit Node functionality and its implications for users.
- Revised installation documentation to specify certified operating systems, including Ubuntu 24.04 LTS and Windows 11 with WSL 2 using Ubuntu 26.04 LTS. - Enhanced prerequisites sections across multiple documents to clarify environment requirements for node setup. - Improved README.md to reflect the updated installation flow and supported environments, ensuring clearer guidance for users.
- Changed command line options from `--no-nginx` to `--without-nginx` and `--no-frpc` to `--without-frp` for consistency across the installation guides. - Ensured clarity in the documentation regarding the implications of skipping Nginx and FRPC for users setting up their nodes.
…t setup and clarify init command functionality
…commands for smoke testing
Default coti-private-messaging skill covers setup, grant fallback, and send/read; starter-grant skill is optional troubleshooting only.
…de, API reference, onboarding processes, and example app setup, enhancing developer resources for React/wagmi dApps
…nlock strategies and supported chains, enhancing developer understanding of wallet integration processes
…s on the new "Save Locally" feature, clarifying backup options and UI behavior for Snap and non-Snap wallets
…iling network parameters, contract addresses, and integration roles within the Privacy on Demand ecosystem
…ding architecture, async operations, fee structures, and a detailed cookbook for private investor allocations, enhancing developer resources and user understanding of the PoD ecosystem
Plain-language what/why for the AES key privacy setup.
Explain encode/validateCiphertext failures vs app raise, add glossary terms and portal refund/cancel guidance for SystemFailed flows.
…ter 1) Sync Fuji/COTI/Sepolia tables to deployConfig, label PoD vs native Privacy Portal, fix @coti-io/pod-sdk + coti-contracts package split, and document dual fee quoting. Co-authored-by: Cursor <cursoragent@cursor.com>
Member
Author
|
Consistency Iteration 3 re-scan: https://github.com/cotitech-io/pod-audit/pull/3 — verdict: CONSISTENT on remediation branches (pending merges). |
Delegates to sibling pod-ecosystem-integration check:sot-drift with scope=docs. Co-authored-by: Cursor <cursoragent@cursor.com>
Refresh factory, implementation, and p.* portal/pToken tables to match the remounted deployConfig set. Co-authored-by: Cursor <cursoragent@cursor.com>
Resolve network-page conflicts in favor of remounted deployConfig PP/pToken addresses and PoD vs native portal labeling. Co-authored-by: Cursor <cursoragent@cursor.com>
Keep coti-io SDK links from the consistency branch; fold in Inbox/PP recovery content from updates. Co-authored-by: Cursor <cursoragent@cursor.com>
Keep remount/recovery content from the combined branch; add unique SDK reference pages from pr-cleanup. Co-authored-by: Cursor <cursoragent@cursor.com>
This was referenced Jul 29, 2026
gmesika-coti
approved these changes
Jul 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Combines documentation PRs #25, #27, and #28 on `naiem/pod-consistency-iter1-docs`:
Supersedes #25 and #27.
Test plan