docs: move and optimize OFFICIAL_ACCOUNTS.md to docs/community

- Moved from project root to docs/community/ for better organization
- Added Telegram community channel to official accounts list
- Made all links clickable with proper markdown formatting
- Added direct GitHub issue link for impersonation reports
- Added navigation links and reference from community README
This commit is contained in:
tinkle-community
2026-02-20 23:03:01 +08:00
parent 95daa39f0b
commit bdb2744845
2 changed files with 43 additions and 0 deletions
+42
View File
@@ -0,0 +1,42 @@
# Official Accounts & Anti-Impersonation Notice
## Official Channels
| Platform | Account | Link | Role |
|----------|---------|------|------|
| Twitter/X | **@nofx_official** | [x.com/nofx_official](https://x.com/nofx_official) | Official Project Account |
| Twitter/X | **@Web3Tinkle** | [x.com/Web3Tinkle](https://x.com/Web3Tinkle) | Founder |
| GitHub | **NoFxAiOS** | [github.com/NoFxAiOS](https://github.com/NoFxAiOS) | Official Organization |
| Telegram | **NOFX Developer Community** | [t.me/nofx_dev_community](https://t.me/nofx_dev_community) | Developer Community |
| Website | **nofxai.com** | [nofxai.com](https://nofxai.com) | Official Website |
| Dashboard | **nofxos.ai** | [nofxos.ai](https://nofxos.ai) | Official Dashboard |
## Known Impersonation Accounts
The following accounts are **NOT affiliated** with the NOFX project:
| Platform | Account | Status |
|----------|---------|--------|
| Twitter/X | @nofx_ai | **NOT OFFICIAL** — No affiliation with this project |
> **Warning:** Any account not listed in the table above that claims to represent NOFX is unauthorized. Always verify through this page before trusting any account.
## How to Verify Authenticity
1. Check this page in our [official GitHub repository](https://github.com/NoFxAiOS/nofx)
2. The GitHub repository sidebar links directly to our official Twitter
3. The project [README](../../README.md) lists all official accounts under "Core Team" and "Official Links"
## Report Impersonation
If you encounter accounts impersonating NOFX:
1. Report them on the respective platform
2. [Open an issue](https://github.com/NoFxAiOS/nofx/issues/new) in this repository to notify our team
3. Alert the community in our [Telegram group](https://t.me/nofx_dev_community)
---
*Last updated: 2026-02-20*
[Back to Community](README.md) | [Back to Documentation](../README.md)
+1
View File
@@ -241,6 +241,7 @@ NOFX offers bounties for valuable contributions:
- **Want to claim bounty?** → [Bounty Guide](bounty-guide.md)
- **Found a security issue?** → [Security Policy](../../SECURITY.md)
- **Have questions?** → [Telegram Community](https://t.me/nofx_dev_community)
- **Verify official accounts?** → [Official Accounts & Anti-Impersonation](OFFICIAL_ACCOUNTS.md)
---