Add warning to the README about fake MemPalace websites#598
Add warning to the README about fake MemPalace websites#598bensig merged 1 commit intoMemPalace:mainfrom
Conversation
|
@bensig Simple warning about the fake websites, near the top so it's reasonably prominent. Went with pretty simple wording, as it should be clear enough. Can easily change stuff around though if needed. 😄 |
web3guru888
left a comment
There was a problem hiding this comment.
Straightforward and important. The warning placement (before Quick Start) is prominent enough that new users will see it. Wording is clear and appropriately brief — no need to elaborate on what fake websites look like or their specific tactics, just the key fact: MemPalace has no website, so any claiming to be one is false. Good community safety contribution.
|
Hmmm, might be a good idea to add a date to the warning too. |
|
A date makes sense — phishing/typosquatting sites tend to cycle through domain registrations, so knowing whether the warning was written six months ago or last week helps readers calibrate how current the specific sites listed are. If you want to keep it simple, a trailing |
|
Oops. It turns out #326 is warning about a fake website too. I'll add that to the README as well. |
Yeah, not a bad thought. It's just a simple |
35f25bd to
b03ab48
Compare
What does this PR do?
Adds a warning to the README.md about fake MemPalace websites popping up.
As per #267, #326, and #506.
How to test
The standard
pytest tests/ -vas per the CONTRIBUTING.md should be fine,as this is a no-code change.
Checklist
python -m pytest tests/ -v)ruff check .)