Skip to content
This repository has been archived by the owner on Dec 3, 2021. It is now read-only.

Random username generator for unknown users #31

Open
adriacidre opened this issue Jun 13, 2018 · 0 comments
Open

Random username generator for unknown users #31

adriacidre opened this issue Jun 13, 2018 · 0 comments
Assignees

Comments

@adriacidre
Copy link
Contributor

adriacidre commented Jun 13, 2018

Problem

Current version of status-react has some logic to assign "random" names to unknown users

Implementation

The library used at Clojure is https://chancejs.com/ which is based on Mersenne Twister number generator. This allows generating the same username for a specific address across different devices.

Acceptance Criteria

We should implement a similar algorithm so we can create the same usernames as created on clojure side based on a user address

Notes

Adjectives and animals maps have been ported from status-react on 4b9dbd3

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant