mirror of
https://github.com/RoboSats/robo-identities.git
synced 2026-01-04 22:25:32 +00:00
13 lines
507 B
Markdown
13 lines
507 B
Markdown
# RoboHash
|
|
|
|
Crates to generate robot identities from a hex hash string. Implements the RoboSats nickname generator and the [RoboHash](https://github.com/e1ven/Robohash/) profile images by [e1ven](https://github.com/e1ven) and [kyco](https://github.com/kyco/robohash).
|
|
|
|
The goal is to build a compact WASM capable of generating robot avatars in the web frontend.
|
|
|
|
### 🛠️ Build libraries
|
|
|
|
```
|
|
docker-compose up
|
|
```
|
|
|
|
Once the build process is done, you will find all libraries under the `./builds` folder. |