-
Notifications
You must be signed in to change notification settings - Fork 0
README
CROAKWORKS edited this page Dec 31, 2025
·
1 revision
This folder contains the wiki documentation for FLIPPRX ONE.
- Home.md - Main wiki landing page with navigation
- Getting-Started.md - Complete setup and first-time user guide
- Security.md - Comprehensive security documentation
- FAQ.md - Frequently asked questions
- Go to your repository: https://github.com/cryptoprx/flipprxone
- Click the "Wiki" tab at the top
- Click "Create the first page"
- For each wiki page:
- Click "New Page"
- Copy content from the corresponding .md file
- Paste into the editor
- Set the page title (e.g., "Home", "Getting Started", etc.)
- Click "Save Page"
# Clone the wiki repository
git clone https://github.com/cryptoprx/flipprxone.wiki.git
# Copy wiki files
cd flipprxone.wiki
cp ../wiki/*.md .
# Commit and push
git add .
git commit -m "Add initial wiki documentation"
git push origin masterHome (Home.md)
βββ Getting Started (Getting-Started.md)
βββ Security (Security.md)
βββ FAQ (FAQ.md)
βββ More pages coming soon...
Wiki pages use internal links like:
[Getting Started](Getting-Started)[Security Guide](Security)[FAQ](FAQ)
These will automatically work once uploaded to GitHub Wiki.
- Overview and quick links
- Key features summary
- Navigation to all sections
- Creating new wallets
- Importing existing wallets
- First transactions
- Security setup
- Troubleshooting
- SnapTap WebAuth explanation
- Encryption standards
- Best practices
- Security checklist
- Threat protection
- General questions
- Security questions
- Transaction questions
- Troubleshooting
- Quick reference
Consider adding:
- Features.md - Detailed feature documentation
- LP-Trading.md - Liquidity pool trading guide
- Multi-Chain.md - Supra and Coreum setup
- MIMO.md - Messenger guide
- Exchange.md - Changelly integration guide
- Transactions.md - Transaction management
- NFT-Gallery.md - NFT management guide
- Domains.md - Domain Depot guide
- Architecture.md - Technical architecture
- API.md - API integration guide
Ready to upload to GitHub Wiki! π